Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypermodeinc/ratel
Dgraph Data Visualizer and Cluster Manager
https://github.com/hypermodeinc/ratel
Last synced: 2 days ago
JSON representation
Dgraph Data Visualizer and Cluster Manager
- Host: GitHub
- URL: https://github.com/hypermodeinc/ratel
- Owner: hypermodeinc
- License: apache-2.0
- Created: 2017-12-13T10:24:10.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T13:29:34.000Z (11 days ago)
- Last Synced: 2025-02-02T01:01:42.500Z (9 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 - hypermodeinc/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/ratelThe 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`.