neo4j
Neo4j using Traverser via REST HTTP
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.[详细]
2023-03-08 02:09 分类:问答What are the MediaWiki functions which alter categories in database?
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)[详细]
2023-03-04 21:57 分类:问答Storing multiple graphs in Neo4J
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[详细]
2023-03-04 19:29 分类:问答Access Neo4j in server mode with EmbeddedGraphDatabase?
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?[详细]
2023-03-04 18:44 分类:问答Good graph database for finding intersections (Neo4j? Pegasus? Allegro?...)
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[详细]
2023-03-03 04:26 分类:问答MongoDB bulk lookup by bson_id
I\'m using Neo4j for a large graph of data, and using MongoDB to store detailed document information about individual nodes.[详细]
2023-03-01 06:26 分类:问答Is Neo4J a good fit for clojure?
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[详细]
2023-02-26 18:36 分类:问答Best approeach in Neo4j
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[详细]
2023-02-25 17:02 分类:问答Is the Java API deprecated in Neo4j 1.3?
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/[详细]
2023-02-25 17:01 分类:问答Should I normalize my Neo4j object graph?
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[详细]
2023-02-25 16:55 分类:问答