Bitsy

Bitsy Graph Database v3
Alternatives To Bitsy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Dgraph19,122342 days ago174January 05, 2022262otherGo
Native GraphQL Database with graph backend
Sonic17,891
19 days ago24July 10, 202266mpl-2.0Rust
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
Gun17,00124612317 days ago235August 09, 2022286otherJavaScript
An open source cybersecurity protocol for syncing decentralized graph data.
Arangodb12,872
13 hours ago240May 23, 2018758apache-2.0C++
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
Neo4j11,2199661792 days ago374August 11, 2022310otherJava
Graphs for Everyone
Nebula8,907117 hours ago1December 17, 2019433apache-2.0C++
A distributed, fast open-source graph database featuring horizontal scalability and high availability
Titan5,035165326 years ago20September 19, 2015191apache-2.0Java
Distributed Graph Database
Awesome Data Engineering4,819
a month ago51
A curated list of data engineering tools for software developers
Orientdb4,569328543 days ago209September 14, 2022261apache-2.0Java
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
Typedb3,3666514 hours ago24December 13, 2018172agpl-3.0Java
TypeDB: a strongly-typed database
Alternatives To Bitsy
Select To Compare


Alternative Project Comparisons
Readme

Bitsy Logo

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

A note on branch names:

  • master: Unstable snapshot of the software on the last-released major version
  • dev-[major-version]-branch: Contains newer major versions that are not ready for release. For e.g., dev-3.5-branch
  • release-[major-version].x-branch: Contains older major versions which are supported. For e.g., release-3.0-branch

Building it

Use latest Apache Maven to build this project. Requires at least version 3.5.0.

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 -Dit
Popular Database Projects
Popular Graph Projects
Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Database
Graph
Tinkerpop