Bitsy is a small, fast, embeddable, durable in-memory graph database that is compatible with Tinkerpop3.
The project Wiki is the official source of documentation. The original version of the database compatible with Tinkerpop2 is available at https://bitbucket.org/lambdazen/bitsy.
Tags are named release-[version]. Versions start with 3.0. For e.g., release-3.0
Development happens on master branch.
The project build time requirement is Apache Maven, at least version 3.9 and Java 21. The project run time requirement is Java 8.
For quick build (runs no tests nor any other plugin like javadoc)
mvn clean install -Dtest=void
For UT-only build (will run UTs too)
mvn clean install
For full build (will run UTs and ITs)
mvn clean install -P run-its
For publishing setup, see parent POM.