-
I've just installed the neo4j-php-ogm package along with the neo4j-symfony package into a brand new Symfony web application using Composer.
Versions:
PHP 7.1.10
Symfony 3.3.10
Neo4j 3.3.0
I'm…
-
Implement an extension to JPA-Unit which supports all the JPA-Unit tools with [Neo4J](https://neo4j.com/).
The idea is to be able to use JPA providers, which support NoSQL databases, thus to be abl…
-
**[Michael Hunger](https://jira.spring.io/secure/ViewProfile.jspa?name=mhunger)** opened **[DATAGRAPH-826](https://jira.spring.io/browse/DATAGRAPH-826?redirect=false)** and commented
either programma…
-
Hi,
I've tried to use the new (and very convenient!) Liquigraph Spring Boot starter to perform migration when the application starts.
I've followed the instructions in the 5-minute starter guide a…
-
A spring boot application takes very long to start (usually between 5 and 30 minutes, sometimes even 60 minutes).
Starting the application from within IntelliJ IDEA on Windows usually gives startup…
-
I am trying to find an OGM with certain characteristics and I came across Goblin. Goblin requires a considerable "investment" because it means moving away from the current state which is based on Neo4…
-
## Context
I'm trying to create a `(Person)-[:PART_OF]->(Community)` node/relation with neo4j-ogm. Multiple People can be part of one community but one Person is only active in one …
-
I have been writing an application using Neo4J 3.2.6 and Neo4J-OGM 2.1.5 and the Bolt driver on Mac OS X 10.9.5 and Java 8. Everything has worked fine so far until I tried to upgrade the OGM drivers t…
-
Although my applications does neither have mongo nor rabbitmq, there are clients injected into the
MongoDbRelationshipDetector, RabbitRelationshipDetector that issues a connection fail because of in…
-
Neo4j OGM Version 2.0.3 / Java 8 / Windows 10
I want to use the embedded driver with an absolute path, but this will always throw an exception in EmbeddedDriver.createPermanentFileStore(String). The …