https://github.com/google/cayley
Raw File
Tip revision: 8c66cea771069d40ecbe82559ef1e5f9a0d3604c authored by Misha Brukman on 25 September 2022, 03:56:38 UTC
Fix URL pointing to Gremlin docs
Tip revision: 8c66cea
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