-
# CIR-2017-186
It would be useful to add the notion of _query approximation_ to Cypher. This is particularly relevant when the underlying data is complex, and the user either is not familiar with t…
-
Path variable assignments need to be handled in the compiler, like the following excerpt from a MATCH clause:
```
p = shortestPath((fun)-[*]->(`call`))
```
This is currently leading to `Incomp…
-
### Application contact emails
maintainers@drasi.io, alljones@microsoft.com, nvalsan@microsoft.com, Smith.Jonathan@microsoft.com
### Project Summary
Drasi is a change data processing platform tha…
-
**Describe the bug**
Right now the library generates the cypher query based on the provided GraphQL query only fetching the attributes that were requested from neo4j. This might seem like a good id…
-
`UNWIND $data as row`
`MATCH (news:News) WHERE news.title=row.title`
`MATCH (entity:Entity) WHERE entity.name=row.name`
`CREATE (entity)-[:row.relationship]->(news)`
This above is not supported …
-
greetings. would love to connect on this. I am at this very moment taking my hand-built obsidian vault of the 253 patterns and pushing them and all the relationships into neo4j so that I can get more …
-
in the docs, you show the result of printing the AST -- what's the format of the data structure? It would be handy to look at. Is it just a nested JSON?
-
https://docs.nestjs.com/graphql/quick-start#schema-first
Currently, new NestJS apps that are created by the CLI uses Webpack under the hood to build and run the application even in dev mode (off of…
nartc updated
2 years ago
-
When running bolt protocol I am getting intermittent issues:
`RuntimeError (Timed out waiting for 2 bytes from Neo4j (after 10 seconds))` which are hard to pinpoint and for which it is hard to detect…
-
How to integrate this library with Spring data