The Eclipse Persistence Services Project (EclipseLink) project's goal is to provide an extensible framework that will enable Java developers to interact with relational databases, XML, and Enterprise Information Systems (EIS) in an efficient and productive manor. EclipseLink will focus on
... [More] supporting leading persistence standards including the Java Persistence API (JPA), Java API for XML Binding (JAXB), Java Connector Architecture (JCA), and Service Data Objects (SDO). [Less]
Low Latency Storage. NFSdb is a java library that lets you easily persist huge volumes of POJOs on disk with almost zero GC overhead and minimal latency (millions of writes in a second). With NFSdb you can also query these objects and replicate them over the network. Fast. Very, very fast.
n-orm offers a simple persistence layer for Java.
Targeted stores are "no-sql" as the framework assumes a column-oriented like storage data model.
The framework makes use of annotations, and offers a very simple query language, simple enough to be very efficient, and too simple to let a model
... [More] not to be efficient... ;-)
Current stores are HBase, MongoDB and Redis, though new driver should be simple to implement.
Expectations on a data stores are that they can handle sorted maps (sorted according to their String key) and atomic increments. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy