cayley icon indicating copy to clipboard operation
cayley copied to clipboard

An open-source graph database

Results 99 cayley issues
Sort by recently updated
recently updated
newest added

memstore add rwmutex, fix multi-thread issue --- This change is [](https://reviewable.io/reviews/cayleygraph/cayley/954)

Neo4j is about to open source their cypher query language: http://www.opencypher.org Is there some documentation where I can learn how to implement cypher for Cayley?

query languages

github.com/gogo/protobuf versions lower that 1.3.2 there is security weakness. ``` An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarshal.go lacks certain index validation, aka the "skippy peanut butter" issue....

This issue is meant to track upgrading cayley to newer hidalgo versions. The Scan() interface changed slightly.

**Description** While following build instructions https://cayley.gitbook.io/cayley/getting-involved/contributing the command ```go build ./cmd/cayley``` fails: ``` $ go build ./cmd/cayley /home/yuri/go/pkg/mod/github.com/prometheus/[email protected]/prometheus/desc.go:22:2: missing go.sum entry for module providing package github.com/golang/protobuf/proto (imported by github.com/prometheus/client_golang/prometheus); to...

- Cayley Forum - https://discourse.cayley.io - Slack - cayleygraph.slack.com, invites: https://cayley-slackin.herokuapp.com **Description** Unable to display relationships correctly. We have a set of entity relations. When A -->B and when we...

Please implement aggregations like `min`, `max`, `!=`, ``,... for Properties (Predicates). Thanks.

**Description** I am trying to build up an ontology of a service, its endpoint and a TLS configuration and trying to persist it into Cayley and then load it again....

`kv.List()` called here: https://github.com/cayleygraph/cayley/blob/b9dabbed3f75eb7689fe0ce707606756ec77168a/graph/kv/registry.go#L11 returns an empty array. The list of imports (modules are `"GOFLAGS": "-mod=vendor"`) declared in client package used for testing: ```go import ( "github.com/cayleygraph/cayley" "github.com/cayleygraph/cayley/graph" "github.com/cayleygraph/cayley/graph/path" "github.com/cayleygraph/cayley/schema"...

**Description** This is a feature request. The API exposed through `imports.go`, allows us to query Cayley in native Go code, rather than write SQL-like `Sprintf` commands which are then parsed...

backends