-
Right now you need to know the username/password from the github page. Further, you need to know how to use Cypher to make a nice display.
It would be good to be able to display a page that already h…
-
When I imported a turtle model into the neo4j database and started asking questions regarding the file, I did not get the answers that I want, even asking directly of describing a URI, it could not. I…
-
The generated Cypher queries for relationship create and delete mutations return a record with the column name being the name of the return type.
`extractQueryResult` changes the first character of…
-
ref: https://github.com/RedisGraph/RedisGraph/issues/3211
I execute two queries on my empty RedisGraph and get an error.
Redis version:7.2.0
RedisGraph version: v2.12.10
operating system: wind…
-
Hi,
Traversing a large and rather dense graph (319k nodes, 8M edges) with Cypher returns a "Java Heap Space", running the same query on a 5% subset of that graph works. Running the same query on the …
-
Hi Corey,
really nice work. Some suggestions for improvements on the neo4j side:
- use parameters everywhere, then query plans can cached
- for relationships if you can guarantee that the nodes are c…
-
@thebestnom If you have not yet started working on this, I am considering updating the readme with more information specific to the 2.0 version.
Things include e.g. migration guide from 1.x to 2.x (l…
-
Trying the following query to get a path using a match query to filter out paths that contain self edges (node with edges to itself to avoid increased length of path:
```
match p = (base:party{node_…
-
Hi All,
I found the following strange behavior on neo4j 4.4
A graph where some types of nodes have a property name authentication\username
Example:
```
match (n:Person) where n.`authentication…
-
I've just updated to neo4j 2.10.0 and in previous versions, when using search suggestions, individual items would be suggested from within the arrays, when using a saved cypher query that searches for…