https://github.com/google/cayley
Raw File
Tip revision: 06b658db7320bf3afb602035432faa3b8af873a2 authored by Iddan Aaronsohn on 24 September 2019, 15:45:44 UTC
Merge branch 'master' into jsonld-results
Tip revision: 06b658d
README.md
# Examples

Each of the examples can be run with 

```go run hello_world/main.go```

obviously changing **hello_world** to the one you want to run!

The hello_bolt example requires `go get`.
back to top