Skip to content

lambdazen/bitsy

Repository files navigation

Maven Central

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.

Git branching strategy

Tags are named release-[version]. Versions start with 3.0. For e.g., release-3.0

Development happens on master branch.

Building it

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.

About

Bitsy Graph Database v3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages