All Projects → codehangar → reqlpro

codehangar / reqlpro

Licence: MIT License
ReQLPro is an open-source GUI for RethinkDB databases

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to reqlpro

Rethinkdb Rs
A native RethinkDB driver written in Rust
Stars: ✭ 150 (+435.71%)
Mutual labels:  rethinkdb
openstf-arm7-docker
Smartphone Test Farm using Docker on Raspberry Pi
Stars: ✭ 19 (-32.14%)
Mutual labels:  rethinkdb
rethinkdb-express-api-boilerplate
rethinkdb express api boilerplate
Stars: ✭ 23 (-17.86%)
Mutual labels:  rethinkdb
Remodel
Very simple yet powerful and extensible Object Document Mapper for RethinkDB, written in Python.
Stars: ✭ 195 (+596.43%)
Mutual labels:  rethinkdb
nmt
Network mapping tool
Stars: ✭ 16 (-42.86%)
Mutual labels:  rethinkdb
rethinkdb-operator
A Kubernetes operator to manage RethinkDB clusters.
Stars: ✭ 22 (-21.43%)
Mutual labels:  rethinkdb
Laravel Rethinkdb
RethinkDB adapter for Laravel (with Eloquent support)
Stars: ✭ 144 (+414.29%)
Mutual labels:  rethinkdb
webhook-server
The express server that we use to handle incoming webhooks from various services.
Stars: ✭ 25 (-10.71%)
Mutual labels:  rethinkdb
migrate-rethinkdb
A migration tool for rethink db
Stars: ✭ 16 (-42.86%)
Mutual labels:  rethinkdb
core
WIP - A personal life helper providing solutions and happiness
Stars: ✭ 17 (-39.29%)
Mutual labels:  rethinkdb
perseus
Perseus is a set of scripts (docker+javascript) to investigate a distributed database's responsiveness when one of its three nodes is isolated from the peers
Stars: ✭ 49 (+75%)
Mutual labels:  rethinkdb
ava-rethinkdb
🔗 RethinkDB helpers for AVA
Stars: ✭ 24 (-14.29%)
Mutual labels:  rethinkdb
runelm.io
A place to share and run elm code.
Stars: ✭ 24 (-14.29%)
Mutual labels:  rethinkdb
Node Rethinkdb Job Queue
A persistent job or task queue backed by RethinkDB.
Stars: ✭ 158 (+464.29%)
Mutual labels:  rethinkdb
dockerX
Examples of amazing Docker/Docker-Compose/Docker Swarm technologies
Stars: ✭ 17 (-39.29%)
Mutual labels:  rethinkdb
Rethinkdb Adapter
RethinkDB adapter for Casbin https://github.com/casbin/casbin
Stars: ✭ 148 (+428.57%)
Mutual labels:  rethinkdb
dokku-rethinkdb
a rethinkdb plugin for dokku
Stars: ✭ 42 (+50%)
Mutual labels:  rethinkdb
rethinkdb.nim
RethinkDB driver for Nim
Stars: ✭ 35 (+25%)
Mutual labels:  rethinkdb
rql-scala
RethinkDB Scala Driver
Stars: ✭ 13 (-53.57%)
Mutual labels:  rethinkdb
phoenix-rethinkdb-elm-webpack-example
Rephink: A real-time stack based on Phoenix Framework, RethinkDB, Elm, Webpack
Stars: ✭ 16 (-42.86%)
Mutual labels:  rethinkdb

ReQLPro

CircleCI Build Status Coverage Status devDependencies Status bitHound Overall Score

What is ReQLPro?

ReQlPro is an open-source GUI for RethinkDB databases. Our tool makes it dramatically simpler to view, organize, and manage your data.

Features

  • Run Custom Queries -- Control how you view your data with custom query inputs that accept any valid ReQL filter or orderBy statements.
  • Manage Multiple RethinkDB Connections -- ReQLPro gives you the ability to manage several RethinkDB connections at the same time.
  • Easily Add and Modify Records -- It's a breeze to add, update and delete records from your RethinkDB instance.

Why ReQLPro?

When we first utilized RethinkDB as our datastore of choice on a new project, only one of our team members took the time to dig in and learn the ins-and-outs. As soon as other devs on the team needed to start tweaking values in the database, we hit a problem. RethinkDB didn't have an admin GUI, like Robomongo and Psequel, that we had been accustomed to using on other projects. This meant that everyone had to start pulling up Rethink docs, and learning the query syntax to update/delete/etc records, slowing down the efforts of front-end developers that otherwise don't need to know the query language of the database.

We decided to fix this problem for ourselves by building a native admin UI for RethinkDB. After sharing it with a few friends we realized that this could help a lot of developers. So, we put in the extra effort to release a version of it to the public.

Getting Started

Check out the User Walkthrough to get started with using the application.

Get Involved

We'd love for you to help us build ReQLPro. If you'd like to be a contributor, check out our Contributing guide.

License

ReQLPro is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].