Free and Open Source Software

OrientDB OrientDB

OrientDB is an open-source NoSQL database management system written in Java. The multi-model database supports graph, document, key/value, and object models, where relationships are managed as in graph databases with direct connections between records. The database is extremly efficient and can store over 220,000 records per second on common hardware, and traverse thousands of records in milisecons. OrientDB scales well on multiple machines, thanks to the multi-master replication where there is no single bottleneck on writes like with master-slave replication.

RxDB RxDB

RxDB is short for Reactive Database and is a NoSQL-database for JavaScript Applications like Websites, hybrid Apps, Electron-Apps, Progressive Web Apps and NodeJs. Reactive means that you can not only query the current state, but subscribe to all state changes like the result of a query or even a single field of a document. This is great for UI-based realtime applications in way that makes it easy to develop and also has great performance benefits. To replicate data between your clients and server, RxDB provides modules for realtime replication with any CouchDB compliant endpoint and also with custom GraphQL endpoints.

HSQLDB HSQLDB

HSQLDB is a relational database engine written in Java, with a JDBC driver, conforming to ANSI SQL:2016. It's the best for Java developers for development, testing and deployment of database applications. HSQLDB provides a small, fast, multithreaded engine and server with memory and disk tables, LOBs, transaction isolation, multiversion concurrency and ACID.

Drauger OS Drauger OS

Drauger OS is a free and open-source, leight-weight Linux distribution designed for gaming. Drauger OS has an overhauled desktop, the xanmod kernel for better graphics performance, and enhanced multi-lingual support. Drauger OS development aims to make Drauger OS available for as many people and devices as possible.

VoltDB VoltDB

VoltDB is a blazingly fast NewSQL database management system that is specifically designed to run on modern scale-out architectures - fast, inexpensive servers connected via high-speed data networks. VoltDB is a popular choice for companies with high data throughput requirements, like in the telecommunications industry. 5G has changed the game for telcos, and new rules call for a new way of managing data. VoltDB is built for today’s massive data volume and complexity, allowing businesses to survive and thrive in the age of 5G, IoT, and whatever comes next.

Vapid Vapid

Vapid is a free and open-source CMS that takes the best of static site builders and introduces the ability to have a dashboard with almost no extra effort. As static site builders like Jekyll and Middleman offer a modern development environment but are for the most part difficult to share with folks who would like a dashboard to edit content. Vapid is designed to be an intentionally simple content management system built on the idea that you can create a custom dashboard without ever leaving the HTML.

CrateDB CrateDB

CrateDB is the leading, distributed SQL database for relational and time‑series data. CrateDB provides a distributed SQL DBMS built atop NoSQL storage & indexing delivers the best of SQL & NoSQL in one DB. It's designed for simple scalability with a masterless architecture with auto-sharding & replication. It also provides solutions for dynamic schema where the schema evolves automatically as new columns are inserted, while handling any tabular or non-tabular data to support a wide range of use cases. CrateDB is the perfect choice for your machine data.

solidDB solidDB

solidDB is a fully featured, relational in-memory database that meets the performance and reliability demands of real-time applications. There are currently millions of deployments utilizing the power of SolidDB for telecommunications networks, enterprise applications, and embedded software & systems. Market leaders such as Cisco, HP, Alcatel, Nokia and Siemens rely on solidDB for their mission-critical applications.

CouchBase CouchBase

Couchbase, originally known as Membase is an award-winning, open-source, distributed multi-model NoSQL and document-oriented cloud database. It is designed and optimized for interactive applications and may serve many concurrent users by creating, storing, retrieving, aggregating, manipulating and presenting data. Couchbase delivers unmatched versatility, performance, scalability, and financial value across cloud, on-premises, hybrid, distributed cloud, and edge computing deployments.

PouchDB PouchDB

PouchDB is a free and open-source JavaScript database inspired by Apache CouchDB. The database is designed from the ground-up to run well within modern web browsers. With PouchDB you can create web applications that works as well offline as they do online. PouchDB achives this by storing data locally, then synchronize it with CouchDB and compatible servers when the user get internet access once again. This is especially useful for applications facing countries and regions with lower quality internet connections or unstable infrastructure.