-
Due to the fact that Neo4j v4 will be EOL next year, we're needing to upgrade from Neo4j v4 to v5. As we're currently using OGM, we have attempted to upgrade from OGM v3.3.2 to OGM v4.0.…
-
-
When loading the https://github.com/mfontanini/libtins C++ library with `cpg-vis-neo4j` I get an `java.lang.IllegalArgumentException` when loading the graph into neo4j:
```
$ ./build/install/cpg-vi…
-
Right now the project is missing its neo4j database support, this will be added in future.
-
Composer fails to install the bundle. Specs are
```
"php": ">=5.3.3",
"symfony/symfony": "2.7.*",
```
Trace is:
```
- klaussilveira/neo4j-ogm-bundle dev-master requires hirevoice/neo4jphp-ogm d…
-
`import org.neo4j.ogm.session.SessionFactory;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.Bean;
import org.springframework.context…
-
We have two namespaces `GraphAware\Neo4j\OGM\Persister` and `GraphAware\Neo4j\OGM\Persisters`. Generally namespaces should be in singular.
I suggest moving the the `BasicEntityPersister` to `GraphAw…
-
```
composer require graphaware/neo4j-php-ogm:@rc
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting…
-
When using non-simplistic graphs (graphs with multiple relationships between nodes or more connected graphs), the Neo4j OGM vastly outperforms SDN in saving data to a graph (tested using sdn 6.3.3 and…
-
**Describe the bug**
`OGMModel.create({input: [batch]})` generates a gigantic Cypher query for batch inserts and makes the planner and runtime choke.
**Type definitions**
If applicable, add your …