This is a demo of the JanusGraph which best practice for GraphQL
https://github.com/mituso89/janusGraph-K8s.git
cd janusGraph-K8s
Start the demo:
helm upgrade --install hn-team-db .
The compose file does 3 things:
- Creates cassandra, elatichsearch.
- Create janusGraph.
- Create UI graph-explorer
kubectl get pods
Tear everything down using:
helm delete {{ .Release.Name }}