Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgraph-io/ratel
Dgraph Data Visualizer and Cluster Manager
https://github.com/dgraph-io/ratel
Last synced: 7 minutes ago
JSON representation
Dgraph Data Visualizer and Cluster Manager
- Host: GitHub
- URL: https://github.com/dgraph-io/ratel
- Owner: dgraph-io
- License: apache-2.0
- Created: 2017-12-13T10:24:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T02:01:55.000Z (3 months ago)
- Last Synced: 2025-01-18T23:25:54.984Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 126
- Watchers: 26
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-list - ratel - io | 80 | (JavaScript)
- awesome - dgraph-io/ratel - Dgraph Data Visualizer and Cluster Manager (JavaScript)
- awesome - dgraph-io/ratel - Dgraph Data Visualizer and Cluster Manager (JavaScript)
README
# Ratel
Dgraph Dashboard
## Building and running
See [Instructions](./INSTRUCTIONS.md).## License
Apache 2.0. See [LICENSE](./LICENSE).
## Post-mortem
PS. Update this text if(when) necessary.
We used to run Ratel along with the main Dgraph binary(Core Code). But it has been removed and some code here has become obsolete. Like the ones in the "Server" directory, some processes in Bash Script and so on. Now we have created a unique image for Ratel. See https://hub.docker.com/r/dgraph/ratel
The UI available at http://play.dgraph.io/ is kept in an S3 Bucket and distributed via CDN. Communication between the UI, documentation and parts of the Tour uses a shared dataset. Its configuration is done through the config file in `./server/play-dgraph-io.nginx.conf`.