Navneet
Navneet

Reputation: 87

Does Hibernate OGM support Neo4j in Server Mode?

Through different examples on Hibernate OGM for Neo4j, i can find that Neo4j can be used only in Embedded mode.

If anyone has used Hibernate OGM with Neo4j in Server mode, please share the approach.

Upvotes: 3

Views: 253

Answers (2)

Richard
Richard

Reputation: 582

Hibernate OGM 5.1.0.Alpha1 adds support for Neo4j in remote mode. The user can choose between the new Bolt protocol or the HTTP interface. See the related blog post for more details.

Upvotes: 1

Gunnar
Gunnar

Reputation: 18990

No, that's not possible yet. Atm. only the embedded mode is supported by Hibernate OGM.

Upvotes: 2

Related Questions