tzaeschke / zoodb

ZooDB Object Database
Apache License 2.0
57 stars 9 forks source link
database db4o java jdo jpa jta object-database

ZooDB

ZooDB logo

Build Status codecov

ZooDB is an object oriented database based on the JDO 3.0 standard. It is written by Tilmann Zäschke since 2008, between 2011 and 2015 with friendly support by the GlobIS Group at ETH Zurich. ZooDB is currently licensed under APL 2.0 (Apache License, Version 2.0), see file COPYING.

ZooDB is also available via maven:

<dependency>
    <groupId>org.zoodb</groupId>
    <artifactId>zoodb</artifactId>
    <version>0.6.1</version>
</dependency>

There are two ZooDB plug-in projects:

News

2020-12-05 - Release of ZooDB 0.6.1:

2020-05-03 - Release of ZooDB 0.6.0:

2019-01-03 - Release of ZooDB 0.5.2. Bug fixes:

2018-09-17 - Release of ZooDB 0.5.1. Bug fixes:

2017-07-18 - Release of ZooDB 0.5.0. New features:

Bug Bounty #2

Starting March 3rd 2017, until May 31st 2017, there is a bug bounty for severe bugs concerning indexing and database consistency. Five bugs were accepted for the bug bounty.

Bug Bounty

The first bug hunt started June 11 2016 and ended June 30 2016. The hunt was for severe bugs concerning indexing and database consistency. No bugs were reported.

Current Status

Under development, but already in use by some university projects.

Current Features

Note that some features may be available in the latest snapshot only.

Current Limitations

Dependencies

Contributions

Please sign-off all patches before creating a pull request.

Contact

zoodb(AT)gmx(DOT)de

ZooDB