Top "Neo4j" questions

Neo4j is an open-source graph database (GDB) well suited to connected data.

Neo4j: Get all nodes in a graph, even those that are unconnected by relationships

Using Cypher how can I get all nodes in a graph? I am running some testing against the graph and …

neo4j cypher
LIKE clause in CYPHER Query

It appears that LIKE is not supported in Cypher queries. Is there any other construct that would perform the same …

neo4j cypher
How to configure user and password for neo4j cluster without REST API

The version I use is neo4j-enterprise-2.2.0-M02 My question is : How can I configure a user (like add a …

neo4j authorization
neo4j how to return all node labels with Cypher?

I can't find how to return a node labels with Cypher. Anybody knows the syntax for this operation?

neo4j cypher
Neo4j - Is there a cypher query syntax to list (show) all indexes in DB?

I'm looking for something similar to the MySQL ( SHOW INDEXES ). I was able to get a list of indexes using …

neo4j cypher indexing
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
Forgot Neo4j Server Password

Because this question was never answered, I was hoping someone could help me reset the password to connect to my …

neo4j passwords
Neo4j: Match multiple labels (2 or more)

I would like to do a search, and I would like to start traversing from 2 labels (OR condition). For example, …

neo4j cypher
get all relationships for a node with cypher

I would like to find out all the incoming and outgoing relationships for a node. I tried couple of queries …

neo4j cypher
Graph Database in Java (other than Neo4J)

Greetings, Is there any open source graph database available other than Neo4J?? NOTE: Why not Neo4J? Neo4J …

java database graph neo4j