Top "Graph-databases" questions

A graph database uses graph structures with nodes, edges, and properties to represent and store information.

What scalability problems have you encountered using a NoSQL data store?

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-database
Experiences OrientDB vs Neo4j

I am looking for the right Graph DB for a project. I tested Neo4j and really liked it. But …

neo4j graph-databases orientdb
Neo4j - NOT IN query

The graph schema I have is (actors)-[:ACTED_IN]->(movies). I know how to find actors who …

neo4j cypher graph-databases
Is it a good idea to use MySQL and Neo4j together?

I 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-databases
How to decide which NoSQL technology to use?

What 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 nosql
How to get all connected nodes in neo4j

I want to get list of all connected nodes starting from node 0 as shown in the diagram

neo4j cypher graph-databases
AttributeError: 'Graph' object has no attribute 'cypher' in migration of data from Postgress to Neo4j(Graph Database)

I am working on migration of data from postgres to Graph Database manually. I have wrote script below: import psycopg2 …

python neo4j cypher graph-databases py2neo
Storing data as an array/list on neo4j property

I am fairly new to Neo4j and have the following problem at hand. I am trying to develop a …

graph neo4j cypher graph-databases
How to store graph data in a database?

I am new to graphs and its very interesting.This question may be noob one but please site some good …

database graph graph-databases
How to start Titan graph server and connect with gremlin?

I'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