Well, I spent quite some time to try to understand the differences between
Neo4j Driver vs Embedded, and in essence, there is nothing in common. The
Driver data model follows the Cypher query language very much, and the
embedded DB has a traversable and mutable node API, which was used in the
entitystore before.
So, I think basically a re-implementation is the only way forward, AND I am
not fluent in the new data model to pull that off in the near future...
Just saying...
Cheers
Niclas
On Mon, Feb 12, 2018 at 8:02 AM, Niclas Hedhman <niclas@hedhman.org> wrote:
>
> https://github.com/neo4j/neo4j-java-driver is a remote API for Neo4j
> graph database,and it is under the Apache License, so using that (instead
> of Neo4j embedded) there is no reason not to revive the Neo4j extension.
>
> Hopefully, most of the codebase from Johan at Neo Technologies can be used.
>
>
> Cheers
> --
> Niclas Hedhman, Software Developer
> http://polygene.apache.org - New Energy for Java
>
--
Niclas Hedhman, Software Developer
http://polygene.apache.org - New Energy for Java
|