https://github.com/google/cayley
Raw File
Tip revision: fa964e5b99746cb823dc3152522e35761a5f4836 authored by Iddan Aaronsohn on 26 June 2019, 21:22:01 UTC
Allow passing sub, pred, obj and label to /read
Tip revision: fa964e5
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