Chateau is a data explorer for RethinkDB. RethinkDB already comes with a "data explorer", which is more a query buider.
Install node.js amd the following node libraries
npm install express
npm install coffee-script
npm install handlebars
npm install stylus
npm install rethinkdb
Build with
make
node build/app.js
- 2013.03.03 - Alpha:
- List databases, tables, documents
- Add/update/delete document
MIT License
Michel Tu - [email protected]
Do the TODOs in the code Refactor the code for add/update a document Implement/test all errors handling Fix Makefile Add loading for logout Sort the documents Filter documents Support joins Add custom actions Add custom views Support https Get a dog (a golden retriever)