A graph database uses graph structures with nodes, edges, and properties to represent and store information.
NoSQL refers to non-relational data stores that break with the history of relational databases and ACID guarantees. Popular open source …
database nosql key-value-store graph-databases distributed-databaseI am looking for the right Graph DB for a project. I tested Neo4j and really liked it. But …
neo4j graph-databases orientdbThe graph schema I have is (actors)-[:ACTED_IN]->(movies). I know how to find actors who …
neo4j cypher graph-databasesI will make an application with a lot of similar items (millions), and I would like to store them in …
architecture mysql hierarchical-data neo4j graph-databasesWhat is the pros and cons of MongoDB (document-based), HBase (column-based) and Neo4j (objects graph)? I'm particularly interested to …
mongodb neo4j hbase graph-databases nosqlI want to get list of all connected nodes starting from node 0 as shown in the diagram
neo4j cypher graph-databasesI am working on migration of data from postgres to Graph Database manually. I have wrote script below: import psycopg2 …
python neo4j cypher graph-databases py2neoI am fairly new to Neo4j and have the following problem at hand. I am trying to develop a …
graph neo4j cypher graph-databasesI am new to graphs and its very interesting.This question may be noob one but please site some good …
database graph graph-databasesI've been playing with Titan graph server for a while now. And my feeling is that, despite an extensive documentation, …
graph-databases gremlin titan rexster