Just came across FlockDB graph database. Details at github /flockDB. Twitter claims it uses FlockDB for the following:
I\'d like to traverse my graph using the neo4j traversal API, but I need to be able to specify which relationship type to use at every step, and the relationship type to use needs to be a function of
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I downloaded Neoclipse Sourceand downl开发者_StackOverflow中文版oaded the Neo4J source. However some of the classes that the Neoclipse source file refers to are not found in the Neo4J source. Are they
Suppose that I have a very large undirected, unweighted graph (starting at hundreds of millions of vertices, ~10 edges per vertex), non-distributed and processed by single thread only and that I want
I found out that RCS for models is an interesting problem to solve in the context of data persistence. They are several solution using the django ORM to achieve this django-reversion and AuditTrail ea
I want to have an undirected graph where the nodes are labelled with a pai开发者_如何学JAVAr (currently using String[] for this) and can be arbitraryly linked to other nodes.I have started with the ty