nebula-contrib / nebula-jdbc

The JDBC connector for Nebula Graph.
41 stars 15 forks source link

Is the nebula-jdbc compatible with spring-data-jdbc ? #62

Open omar-araboghli opened 1 year ago

omar-araboghli commented 1 year ago

I am struggling with using NebulaGraph in a spring boot application and wanna have something similar to spring-data-neo4j to be able to use the ORM concepts without adding additional burden to my codebase. I am here asking you guys whether NebulaGraph does have an official support for spring integration or whether existing ones or compatible, namely:

Thanks in advance :)

Young-Flash commented 1 year ago

maybe you can take a look at ngbatis.

omar-araboghli commented 1 year ago

Hi @Young-Flash, thanks! Can you tell how reliable it is and whether there are English translation of the documentation

Young-Flash commented 1 year ago

ngbatis is maintained by nebula-contrib org. Seems it hasn't English documentation for now, but this shouldn't be a big problem, Google Translation could help.

wey-gu commented 1 year ago

@omar-araboghli Sorry for the missing of the English docs, you could give initial try from its examples, we will create docs for English later, tracked via https://github.com/nebula-contrib/ngbatis/issues/206

update: it turned out it's just not yet renderred, the raw markdown files are under:

https://github.com/nebula-contrib/ngbatis/tree/master/docs/en

omar-araboghli commented 1 year ago

@wey-gu Thanks for the info! I'll give it a look/try 😄

wey-gu commented 1 year ago

@wey-gu Thanks for the info! I'll give it a look/try 😄

👉 https://nebula-contrib.github.io/ngbatis/