Top "Graph-databases" questions

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

Comparison of Relational Databases and Graph Databases

Can someone explain to me the advantages and disadvantages for a relation database such as MySQL compared to a graph …

sql relational-database graph-databases
Neo4j - Cypher vs Gremlin query language

I'm starting to develop with Neo4j using the REST API. I saw that there are two options for performing …

neo4j graph-databases cypher gremlin
Best way to model Graph data in postgresql

How would one go about storing and querying sparse directed or undirected graphs in Postgresql. There is something like pggraph, …

postgresql graph graph-databases
What are the use cases of Graph-based Databases (http://neo4j.org/)?

I have used Relational DB's a lot and decided to venture out on other types available. This particular product looks …

database neo4j graph-databases
Graph database for .NET

I've been designing an application, based on .NET/Mono framework, which should make an heavy use of the shortest-path in …

c# java .net mono graph-databases
how to add a property to existing node neo4j cypher?

i have created a new node labeled User CREATE (n:User) i want to add a name property to my …

neo4j cypher graph-databases
Is D3.js the right choice for real-time visualization of Neo4j Graph DB data

I am a CS Research student at UW, and my group is at the point of trying to visualize specific …

d3.js visualization neo4j graph-databases graph-visualization
What's the Cypher script to delete a node by ID?

In SQL: Delete From Person Where ID = 1; In Cypher, what's the script to delete a node by ID? (Edited: ID = …

neo4j nosql cypher graph-databases
where can I find a neo4j quick tutorial?

I was trying to save directed graphs into databases for further processing and query. And neo4j seems to fit …

database neo4j graph-databases
Graph Databases vs Triple Stores - when to use which?

I know that there are similar questions around on Stackoverflow but I don't feel they answer the following. Graph Databases …

neo4j sparql graph-databases orientdb triplestore