https://github.com/google/cayley
Raw File
Tip revision: 5966d0a36a44fc465b6e29781c62bfa5b9c93ef1 authored by Denys Smirnov on 11 December 2019, 22:11:52 UTC
add integration point for full text search
Tip revision: 5966d0a
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