Question : I just started using Neo4j and I don’t know when it’d be best to add properties to a […]
Tag: neo4j
How to design a graph database in this scenario?
Question : here is my scenario. I have a pre-defined data type structure for books. Just take it as an […]
How to deal with a person that may have multiple alias names?
Question : I am designing a neo4j database which will be primarily be used to store information about people. One […]
Hierarchical data with versioning
Question : I have a domain where I deal with data which has a parent/child relationship, of arbitrary depth. Also, […]
How can I model this problem in a graph database?
Question : I have a project that I’m working on where I extract data from PDFs and map/visualize the relationships […]
Preferred database solution for storing sensor data
Question : As a hobby project I am developing a system which stores data from different kind of sensors around […]
How to maintain order when modeling outline in graph database?
Question : (TaskPaper) outlines have a natural hierarchy relationship, so a graph database seems like a great fit. Each item […]
What happens if we copy neo4j’s data folder while the server is running?
Question : If my neo4j server is running and I copy the data folder using copy/rsync folder, what are the […]
Graph Database – data modelling – linking multiple pairs of nodes using the same edge?
Question : I am trying understand the concepts, which apply to data modeling using Graphs – specifically on SQL Server […]