I\'m trying to use Neo4js Traverser via the HTTP API. If I use it via curl on the command line it works fine, but when I try to use it via curl through PHP I get an error all the time.
I\'m currently working on a project to change the category administration from Mediawiki to neo4j. (To store categories and relations with neo4j instead of the Mediawiki-MySQL DB)
I have an application that stores relationship information in a MySQL table (contact_id, other_contact_id, strength, recorded_at). This is fine if all I need to do is show who a contact\'s relationshi
If I run neo4j in server mode so it is accessible us开发者_Go百科ing the REST API, can I access the same neo4j instance with EmbeddedGraphDatabase-class?
I\'m looking for a good graph database for finding set intersections -- taking any two nodes and looking at whether their edge endpoints \"overlap.\" Social network analogy would be two look at two pe
I\'m using Neo4j for a large graph of data, and using MongoDB to store detailed document information about individual nodes.
I have found that relational databases are a very good fit for Clojure as the set functions (project/join/union etc) map very nicely to a database schema making Clojure almost a perfect fit for using
i am currently working on a project in which i have to implement a notifications system. I am a really starte with graphs dbs, so i dont know which would be the best approach to implement this. I have
It seems that for the latest 1.3 release o开发者_JAVA百科f Neo4j only the JRuby interface is supported. Where is the Java interface?Java API docs http://api.neo4j.org/current/
I have started playing around with db4o but quite soon I have run into a problem of when I remove a link then I have to remove a link somewhere else. Can I enforce constraints, as I can with a relatio