https://github.com/google/cayley
Raw File
Tip revision: 9a87565c4d4fbc339f8b2b5d1ca2f80816483423 authored by Mikael Cabot on 17 September 2016, 16:50:20 UTC
cleaned up indexes. queries parallel "gate"
Tip revision: 9a87565
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