Earlier quoted context omitted.
We have it loaded on a Dgraph instance. In case you want to play around with it at https://play.dgraph.io
How is Dgraph licensed? I see both Apache and AGPL in GitHub.
Cayley – An open-source graph database
61–70 of 71 posts
Re: Cayley – An open-source graph database
#62Good work! An alternative is Dgraph https://dgraph.io/ which I am considering for my next project.
Re: Cayley – An open-source graph database
#63We have Elasticsearch as a generic document search engine, each document has a non-trivial amount of properties (let's say 50 or so). It's incredibly performant for all sort of searches, the details of each of which this solution wasn't specifically designed for, hence me calling it a generic search engine. Every time I contemplate of bringing graph relationships, that exist between these documents, into the mix, I g…
Re: Cayley – An open-source graph database
#64We have Elasticsearch as a generic document search engine, each document has a non-trivial amount of properties (let's say 50 or so). It's incredibly performant for all sort of searches, the details of each of which this solution wasn't specifically designed for, hence me calling it a generic search engine. Every time I contemplate of bringing graph relationships, that exist between these documents, into the mix, I g…
Sounds like something ArangoDB could be a good solution for. Full disclosure I'm from ArangoDB team and happy to help. If you like just drop me a line to jan.stuecke (at) arangodb.com
Re: Cayley – An open-source graph database
#65Earlier quoted context omitted.
We have it loaded on a Dgraph instance. In case you want to play around with it at https://play.dgraph.io
How is Dgraph licensed? I see both Apache and AGPL in GitHub.
Re: Cayley – An open-source graph database
#66Earlier quoted context omitted.
Sounds like something ArangoDB could be a good solution for. Full disclosure I'm from ArangoDB team and happy to help. If you like just drop me a line to jan.stuecke (at) arangodb.com
Being a graph database user, i always have to manage a replication of the "molecules"of my graph in ES for a user-friendly search experience. Ca arangodb help for such a use case? Or may be dgraph?
Re: Cayley – An open-source graph database
#67Earlier quoted context omitted.
This is just the film data.
I would be interested if Dgraph can handle the full Freebase dataset. (250 GB RDF) How long does it load? What's the avg query response for very simple searches (like who is the US president)?
Re: Cayley – An open-source graph database
#68Earlier quoted context omitted.
Benchmarks for loading freebase data in Cayley vs Dgraph. https://discuss.dgraph.io/t/differences-between-dgraph-and-c... Dgraph was 10X faster.
What's up with this toy dataset? The movie subset is just 21 mio facts. (21million.rdf.gz) Can someone run the benchmark for the real Freebase (1.9 billion facts)? Also LevelDB/Bolt is not suitable for this, better use MongoDB or Postgres or MySQL as Cayley data store.
Re: Cayley – An open-source graph database
#69Very nice! any plans to use it as a backend for google's badwolf[1] (a temporal graph store)? https://github.com/google/badwolf
The thing badwolf brings to the table (and respect to the author -- super nice fellow) is adding metadata (namely, a timestamp) to the links. The topic of 'reification' found throughout our recent discussion is how we can generally add metadata to links, thereby making it a lot easier to fit the two models together.
Re: Cayley – An open-source graph database
#70Earlier quoted context omitted.
Sounds like something ArangoDB could be a good solution for. Full disclosure I'm from ArangoDB team and happy to help. If you like just drop me a line to jan.stuecke (at) arangodb.com
Being a graph database user, i always have to manage a replication of the "molecules"of my graph in ES for a user-friendly search experience. Ca arangodb help for such a use case? Or may be dgraph?