-
Hello.
I have a memory leak in my application. If I comment out code related to the *neo4j-php-ogm* mapper, the leak goes away.
I created a [test application](https://github.com/paav/neo4j-php-o…
-
I wonder if there is a way to use my [Neo4j OGM](https://neo4j.com/developer/neo4j-ogm/) annotated Java classes as a schema for neo4j-graphql-java.
I have my model classes and I don't want to have th…
-
There should be an option in the orca_nw_lib APIs to return graphical data for a query e.g. relations data etc.
For example - get_vlan API should return data (json) which can be used to draw a graph w…
-
Right now cliques are saved as arrays of curie's that correlate with matrices of beacon ID's (where the column of the matrix correlates with the column of the array, indicating which beacons have prod…
-
We are using:
spring-data-neo4j 6.3.5
neo4j 4.3.10
As described in the [reference doc](https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#query-creation.save), saving relations…
-
how can i run pure cypher query?
-
Is it possible to have cypher syntax support for Strings in Java? Even better would be to also have semantic support.
-
provide a trait one can implement to use renesca.
for neo4j provide another trait for databases that support cypher.
stuff backends in their own libraries:
```
renesca-backend-cypher
renesca-backen…
-
This issue has been logged via RT: https://helpdesk.ebi.ac.uk/Ticket/Display.html?id=370505
I just noticed that when I query OxO with a valid identifier
(Orphanet:121715), it responds with a 500 …
-
I have setup a model MedicalIssue with
_```
/**
* @OGM\ManyToMany(relation="medicalIssue")
*/
protected $symptoms;
function __construct(DoctorPatient $doctorPatient = null)…