This is a demo implementation for a GraphQL server to interact with the Aether ROC APIs.
Not guaranteed to work at any time :)
In order to run this you need to have the aether-roc-umbrella
chart deployed somewhere,
and you should have some data in there (ideally post the MEGA Patch).
Once that is running you need to expose the onos-config
service with:
kubectl port-forward --address 0.0.0.0 svc/onos-config 5150
This command assumes everything is deployed in the default
namespace.
Then you can run this server with:
go run cmd/server.go
And at that point you can open the GraphQL server at http://localhost:8080