RethinkDB Next Generation Admin UI app
rethinkdb-admin would be able to be installed via docker or by direct usage through the repo
It is useful to watch the code of an old rethinkdb admin here, the coffescript is prebuilt into the sources for more convenient observation
To start the development, you need to:
- clone the repo
npm install
npm run start:dev
Later more steps could come, but not necessarily. You can develop it under any OS, but GNU/Linux based is preferred.
- (Auto)deploy to dockerhub
- Roadmap of tasks to finish to an alpha version (list of all features to migrate from actual admin ui)
- Wiki
- State manager (?)
- Multiuser authorization
Rethinkdb Admin is Apache-2.0 licensed.