akutan
akutan copied to clipboard
A distributed knowledge graph store
Hi there, I want to know whether eBay/akutan is under active development or maintenance ? thanks
Hi, while building akutan with make build facing following error. go install github.com/ebay/akutan/... src/vendor/golang.org/x/net/http2/frame.go:17:2: use of vendored package not allowed src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:28:2: use of vendored package not allowed src/vendor/golang.org/x/net/http2/transport.go:33:2: use of...
i am still confused about how to deploy my own cluster beams, no time to think about the project structure about it. Anyone can tell me how to deploy prod...
Can all functions be used in local mode?
Does this support deleting edges based on the type of edge?
Unless I'm missing something (a canonical package name maybe?), beam's structure makes it really really hard to `go get` any of its packages. Ideally I'd be really interested in being...
Logo?
I have added Beam to my encyclopedia of databases: https://dbdb.io/db/beam Do you have a logo that I can include? Thanks! -- Andy
Currently the query engine assumes that all predicates are transitive, unless it knows the target object is a literal. This is a pretty expensive default. It would be better to...
There should be a server implementation of the logspec service. Beam was moving from using Kafka to using this abstract log service definition for its log. The [Kafka](https://github.com/eBay/beam/blob/master/docs/kafka.md) client needs...
When the server returns a redirect reply, it's not currently defined whether that's supposed to affect the current request type, all request types, or some subset. This could get us...