Git Product home page Git Product logo

local_faunadb's Introduction

Local Fauna DB Setup

FaunaDB local configuration, which also lets you access the dashoard at http://localhost:5000

Prerequisites

Docker and Docker Compose

NodeJS (needed for the FaunaDB CLI tool)

Install the FaunaDB CLI tool from https://github.com/fauna/fauna-shell

Usage

Example usage

In your terminal, enter the following commands

git clone https://github.com/AdityaJain1030/local_faunadb
docker-compose up -d
npm install -g fauna-shell

# fauna-cli stuff
fauna add-endpoint http://localhost:8443/ --alias localhost --key secret
fauna create-database YOUR_DB_NAME --endpoint=localhost
fauna create-key YOUR_DB_NAME --endpoint=localhost
# this should now log your faunaDB access key. Make note of this, and store this key somewhere safe

Navigate to http://localhost:5000. Enter http://localhost:8443 as the Endpoint URL and your secret key from the previous step as Key Secret.

Dashboard Screenshot

From there you should be able to access the FaunaDB dasboard.

Usage in Code

The proccess of connecting your local faunaDB instance to your project is a little different than connecting to one in the cloud. In your code, add these properties to your fauna client init.

{
    "secret": "YOUR_SECRET_HERE",
    "scheme": "http",
    "domain": "127.0.0.1", //localhost
    "port": 8443
}

Further Reading

FaunaDB documentation

local_faunadb's People

Contributors

adityajain1030 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.