Skip to content

Provide a JPA-based ORM implementation #172

Open
@haqer1

Description

@haqer1
Contributor

The following might influence some people's choice of which NoSQL approach they choose:
https://wiki.eclipse.org/EclipseLink/Examples/JPA/NoSQL
Some kind of ORM implementation or contribution to an ORM framework for ArangoDB would make it much more appealing.

P.S. Since they've managed to do this for MongoDB, which doesn't have a QL, it should be very much doable for ArangoDB.

Activity

haqer1

haqer1 commented on Feb 3, 2018

@haqer1
ContributorAuthor

Other options for providing an ORM implementation could be the following:
2. http://hibernate.org/ogm/
3. https://github.com/Impetus/Kundera

If this is something that's going to be considered, a mention of an approximate timeframe expectation would be quite appreciated.

mvollmary

mvollmary commented on Feb 5, 2018

@mvollmary

@haqer1 Thanks for your feedback.

We're internally discussing regularly about supporting different ORMs. So far we provide support for Spring Data. Other may follow but I can neither guarantee it nor give it an appointment.

changed the title [-]Provide an ORM implementation[/-] [+]Provide a JPA-based ORM implementation[/+] on Feb 5, 2018
haqer1

haqer1 commented on Feb 5, 2018

@haqer1
ContributorAuthor

Considering various possibilities, I've made the subject line a bit more specific.

P.S. Perhaps other possibilities could be considered separately. For instance, a JDO-based ORM implementation as part of, e.g.,
http://www.datanucleus.org/products/accessplatform_3_2/index.html
could be considered as well.
P.P.S. FYI: MongoDB is supported by DataNucleus JDO/JPA implementation, which again suggests that in principle ArangoDB support can be added as well.

otaviojava

otaviojava commented on Feb 11, 2018

@otaviojava

Nice, we in Eclipse JNoSQL are working to make support to Aranbodb also:

http://www.jnosql.org/

DDOUP

DDOUP commented on Jun 8, 2018

@DDOUP

@otaviojava Is your driver support production ready or still under development?

otaviojava

otaviojava commented on Jun 8, 2018

@otaviojava

The project still in development, however, both the API is pretty stable, and we seek to success case. We already have some, yet, none with ArangoDB.
The target of this project is a spec to Java, so the package will change, however, the name is defined yet.

I wrote an article about it:
https://dzone.com/articles/arangodb-a-multi-model-nosql-database-and-how-to-u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @otaviojava@DDOUP@mvollmary@haqer1

        Issue actions

          Provide a JPA-based ORM implementation · Issue #172 · arangodb/arangodb-java-driver