https://github.com/google/cayley
Raw File
Tip revision: 947a79537b9b2325b6bae09580cb454fa1e36046 authored by Denys Smirnov on 23 September 2019, 01:55:00 UTC
query: expose query results as json-ld, if supported
Tip revision: 947a795
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