Giter VIP home page Giter VIP logo

reql-admin's Introduction

ReQL Admin

A beautiful administration GUI for RethinkDB.

ReQL Admin UI

You can do the following as of now:

  • Create Database
  • Create Table
  • Create Document
  • Export table to CSV (JSON is available, just not in the UI yet.)
  • Delete Table
  • Update field in Document
  • Create field in Document (Sub-collection support)
  • Delete field in Document

Disclaimer - This is an early release of the tool. This could mean that the tool is not yet production ready due to existing bugs.

Contributions

Want to contribute? Feel free to submit pull requests, create issues, and help with existing issues. The goal here is to create an up to date tool for easy RethinkDB administration.

Roadmap Features

  • Import JSON / CSV into Tables
  • Handle when websocket-server is not online
  • Create connection screen (Specify websocket address, database information)
  • Figure out why changefeeds are not reporting back once subscribed to.
  • Filtering on DatabaseTable component
  • Renaming a database

Running Development Environment

cd dist && yarn && yarn dev

This will run both the reql websocket server, and the create-react-app start command. It will watch both the client and the server for changes concurrently, so no need to run them seperately.

Building the client

cd dist && yarn && yarn build

This will build the client, then move the build folder into the dist folder.

Running Production Environment

cd dist && yarn && yarn start or cd dist && node server.js --env=production

You can also pass a --port flag on the latter to run it on the port of your liking, or it will default to what you specify in .env or 8888.

reql-admin's People

Contributors

bretthayes avatar robertgrubb 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.