https://github.com/satta/balboa-backend-dgraph
🛑 Experimental Dgraph backend for balboa
https://github.com/satta/balboa-backend-dgraph
balboa dgraph golang graph passive-dns pdns
Last synced: 6 months ago
JSON representation
🛑 Experimental Dgraph backend for balboa
- Host: GitHub
- URL: https://github.com/satta/balboa-backend-dgraph
- Owner: satta
- License: mit
- Created: 2019-11-22T15:59:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T21:55:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T19:49:44.596Z (8 months ago)
- Topics: balboa, dgraph, golang, graph, passive-dns, pdns
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# balboa-backend-dgraph
This experimental backend implements a [balboa](https://github.com/DCSO/balboa) storage/query backend on top of the [Dgraph graph database](https://dgraph.io).
By default, it listens on all interfaces (`0.0.0.0`) on port 4242.
Use `SIGTERM` or `SIGINT` to terminate the server.## Limitations
This is a proof of concept, so no documentation or performance measurements are available.