Giter VIP home page Giter VIP logo

wunderdash's Introduction

wunderDash for wunderDB

wunderDB is a JSON-based web-store to store an manage your data remotely and securely.

wunderDash is an official GUI Client that helps to manage your clusters on wunderDB, using an interactive interface. Built on ReactJS, wunderDash is fast and efficient with beautiful a UI.

Running Locally

To run the Client, locally, on your device, we recommend using the Docker Image.

Start the WunderDB server locally or use an hosted instance like wdb.tanmoysg.com. To run WDB Locally refer to it's official documentation.

Once WDB is up and running, get the URL and replace it in the Docker Compose File environment as

environment: 
    WDB_URL: "<WDB URL>"

Then run the docker-compose command to start the container.

docker-compose build
docker-compose up

It builds the React App while starting up and serve the built code using serve. Now you can use the wunderDash to interact with your data and clusters.

Please Note, that when you need to update/change the WDB URL, you'll need to update the docker-compose environment everytime. While starting up it builds the app with the new URL, so the Built React App may take some time to start, even though the container starts running.

Alternative

Alternately, you can also run the project in memory. Clone the repository as

git clone https://github.com/TanmoySG/wunderDash
cd wunderDash

With the WDB URl, export it as an environment variable and run the Shell script to generate the WDB Config File in /src/assets directory and also to build the react app.

export WDB_URL="you.url.here:8000"
sh scripts/start-up.sh .

The code is built and you can find it in the /build directory. Now to run it, install Vercel Serve and run the serve command on the build directory to serve the Built wDash App.

npm install --global serve  
serve build

wunderdash's People

Contributors

tanmoysg avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.