https://github.com/google/cayley
Raw File
Tip revision: 1e6056b8e81bbe22a05157242810766784b493cd authored by Denys Smirnov on 06 February 2018, 14:46:46 UTC
neo4j bolt protocol implementation
Tip revision: 1e6056b
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