This repository provides an alternative implementation of the server side B-Tree index. It requires less space by using prefix sharing and scales better with large databases.
It was originally implemented by Jonas Nick and Bogdan Vancea.
This project is currently licensed under GPLv3 (GNU Public License), see file COPYING.
Copyright Jonas Nick, Bogdan Vancea and Tilmann Zäschke.
- ZooDB 0.5.1
- JDO 3.1 (Java Data Objects):
- JTA (Java Transaction API):
- JUnit (currently use 4.12, but should work with newer and older versions as well):
- Java 8
- SLF4J (Logging API)
zoodb(AT)gmx(DOT)de