https://github.com/google/cayley
Raw File
Tip revision: 4d1b871fb152e08f77fa9d37f1a7701091b60dc3 authored by Luis Fung on 11 February 2019, 08:03:44 UTC
Add Badger as a kv store
Tip revision: 4d1b871
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