orientechnologies / orientdb

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
https://orientdb.dev
Apache License 2.0
4.72k stars 869 forks source link

OrientDB with ORM, spring, and graph (updated!) #8873

Closed matanshukry closed 2 years ago

matanshukry commented 5 years ago

OrientDB Version: 3.0.18

Java Version: 1.8

OS: Windows/Linux

I'm using Spring and would like to use OrientDB with the graph model. I've looked at multiple projects that aim to help with that, but I had problem with all of them. As far as I can tell the most performant way of doing things right now is to use the graph api natively, while filling pojos manually. Is there really no better way?

Is there any other alternative? Or is there really no "easy"(or normal) way of using orientdb as a graph db with Spring?

stozk commented 4 years ago

https://github.com/microsoft/spring-data-gremlin also looks interesting but I cannot get it working with the latest orientdb-tp3

I have this problem there:

https://github.com/microsoft/spring-data-gremlin/issues/231

simonmulser commented 4 years ago

any updates or more insights on that?