Neo4j is an open-source graph database (GDB) well suited to connected data.
Using Cypher how can I get all nodes in a graph? I am running some testing against the graph and …
neo4j cypherIt appears that LIKE is not supported in Cypher queries. Is there any other construct that would perform the same …
neo4j cypherThe version I use is neo4j-enterprise-2.2.0-M02 My question is : How can I configure a user (like add a …
neo4j authorizationI can't find how to return a node labels with Cypher. Anybody knows the syntax for this operation?
neo4j cypherI'm looking for something similar to the MySQL ( SHOW INDEXES ). I was able to get a list of indexes using …
neo4j cypher indexingI'm starting to develop with Neo4j using the REST API. I saw that there are two options for performing …
neo4j graph-databases cypher gremlinBecause this question was never answered, I was hoping someone could help me reset the password to connect to my …
neo4j passwordsI would like to do a search, and I would like to start traversing from 2 labels (OR condition). For example, …
neo4j cypherI would like to find out all the incoming and outgoing relationships for a node. I tried couple of queries …
neo4j cypher