graph-databases
FlockDB - What is it? And best cases for it uses
Just came across FlockDB graph database. Details at github /flockDB. Twitter claims it uses FlockDB for the following:[详细]
2022-12-26 10:12 分类:问答How can I specify which relationship type to use as a function of the current node at every step of a traversal with neo4j?
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[详细]
2022-12-22 13:27 分类:问答What scalability problems have you encountered using a NoSQL data store? [closed]
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[详细]
2022-12-20 17:31 分类:问答Problem Working with Neo
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[详细]
2022-12-19 21:19 分类:问答Storing very large graphs on disk/streaming graph partitioning algorithms?
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[详细]
2022-12-18 21:38 分类:问答How would you implement a revision control system for your models in your prefered db paradigm?
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[详细]
2022-12-15 15:12 分类:问答Space Efficient Representation of a Graph in Java?
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[详细]
2022-12-09 14:26 分类:问答