Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/2.4.0/NoSQL

< EclipseLink‎ | Development‎ | 2.4.0
Revision as of 18:21, 16 February 2012 by Unnamed Poltroon (Talk) (New page: == EclipseLink NoSQL == The EclipseLink project is adding support for using NoSQL database through its JPA interface. While JPA was introduced primarily to support relational databases ma...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

EclipseLink NoSQL

The EclipseLink project is adding support for using NoSQL database through its JPA interface. While JPA was introduced primarily to support relational databases many operations can be applied to other data stores. Since each NoSQL database implementation offers differing levels of support for querying and object storage formats a specific 'bridge' needs to be implemented.

Status

Implemented:

  • Oracle NoSQL
  • MongoDB

Backlog:

Community Involvement

At this point in time the EclipseLink development team is looking for the community to get involved and help shape this new component of the EclipseLink project. We need developers to try out the features as they become available and to provide feedback. We are also interested in assistance in prioritizing the NoSQL implementations we will support.

Back to the top