Skip to content

teone/roc-graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roc-graphql-demo

This is a demo implementation for a GraphQL server to interact with the Aether ROC APIs.

Not guaranteed to work at any time :)

Deploy

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages