-
I created a point
`SELECT *
FROM ag_catalog.cypher('zjdata_graph', $$
CREATE (a:a {id:1,map:{name:'a'}})
RETURN id(a), properties(a)
$$) as (id ag_catalog.agtype,properties ag_catalog.agtype)`
…
-
Put together a couple well-documented tutorial projects. Make sure to hit major differences between neo4django, Django proper, and using a bare REST client.
- Auth workarounds and native auth.
- Lack …
-
We would like to request some enhancements to neo4j-gorm to support new data types
1. Java 8 date/time : Currently all dates are stored as long
2. Geospatial types i.e. Point
More information …
-
I am unable to read any data from Neo4j using this library and a custom schema.
Here is how I am setting up the connection:
```
object ExtractUsernames extends MorpheusApp {
val neo4j = conn…
-
I tried a lot of variations with `with distinct` but with no result.
Here is the code and the result, and I saw 2 starnge things:
1) there is no distinct clause in the generated query
2) there are 2 q…
-
For support queries like this:
```
MATCH (n)
WITH datetime.truncate('day', n.date) as day
RETURN day, count(day)
```
Where `n.date` it is Date or Instant
https://neo4j.com/docs/cypher-ma…
-
I execute a query on my empty RedisGraph and get an error.
Redis version:7.2.0
RedisGraph version: v2.12.10
operating system: windows 11
API:Cypher version 9
Steps to reproduce:
GRAPH.QUERY …
-
The query provided under the terminal CREATE clauses [here](https://age.apache.org/age-manual/master/clauses/create.html#terminal-create-clauses) gives error instead of outputting '0 rows returned'
…
-
Hi all,
I run a Cypher like this "MATCH (tom:Person {name: "Tom Hanks"})-[r:ACTED_IN]->(tomHanksMovies) RETURN r.roles,tomHanksMovies". Expect it return a result set where r.roles is array and tomHank…
-
## Feature description (Mandatory)
Inserting an option that can send the message as a dictionary containing header, key and value instead of only the value of the message can help us manage complex l…