Database

Bitsy – small, fast, embeddable, durable in-memory graph database

Bitsy is a small, fast, embeddable, durable in-memory graph database that is compatible with Tinkerpop3.

It is based on these design principles: “No seek” (avoid disk seeks to maximize write throughput), “No socket” (embed within the application to reduce network/OS delays) and “No SQL” (leverage graph traversals for faster queries).

This is free and open source software.

Key Features

  • Support for Apache Tinkerpop aka Tinkerpop3.
  • ACID guarantees on transactions.
  • Designed for multi-threaded OLTP applications.
  • Implements optimistic concurrency control.
  • Data stored in readable text files.
  • Serialization using the Jackson JSON processor.
  • Recovers cleanly from power failures and crashes provided the underlying file system supports metadata journaling, like NTFS, ext3, ext4, XFS and JFS (not FAT32 or ext2).
  • High read and write throughputs in multi-threaded environments.
  • Supports online backups through a JMX interface.

Website: github.com/lambdazen/bitsy
Support:
Developer: LambdaZen LLC
License: Apache License 2.0

Bitsy is written in Java. Learn Java with our recommended free books and free tutorials.


Related Software

Graph Databases
SurrealDBScalable, distributed, collaborative, document-graph database
EdgeDBGraph-relational database with declarative schema
JanusGraphDistributed graph database
ArangoDBScalable graph database system to drive value from connected data, faster
OrientDBDocument-graph database
TypeDBPolymorphic database with a conceptual data model
Neo4jNative graph database that is built to store and retrieve connected data
NebulaGraphGraph database that can handle large volumes of data
TerminusDBDocument-oriented graph database for building collaborative applications
LadybugEmbedded graph database
VirtuosoMiddleware and database engine hybrid
BitsySmall, fast, embeddable, durable in-memory graph database

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments