Open Source Software for Linux

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.

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.

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.

PostgreSQL PostgreSQL

PostgreSQL, or Postgres for short is a widely popular, free and open-source relational database management system. PostgreSQL is available for all major operating systems including macOS, Linux, Windows, BSD and Solaris. The project has been in active development for over 30 years now, and powers many of the applications you use on a daily basis.

TiDB TiDB

A Chinese developed open-source NewSQL database that supports analytical processing and hybrid transactional workloads. TiDB is licensed under the Apache 2.0 license and primarily developed by PingCAP, Inc. The database provides high availability with strong consistency and horizontal scaling and is compatible with MySQL.

Ubuntu Budgie Ubuntu Budgie

Ubuntu Budgie is an official community flavor of the Linux distribution Ubuntu featuring the Budgie desktop. It combines the stable and thoroughly-tested Ubuntu core with a modern, lightweight and traditional-looking desktop developed by the Solus project. The desktop is adaptable to any device, keeping them fast and usable. 

TimescaleDB TimescaleDB

TimescaleDB is a leading open-source relational database for time-series data. The database is provided as fully managed or self‑hosted software, giving the power of choice back to developers and organizations. Timescale gives you all the reliability and flexibility of PostgreSQL. It allows you to use regular SQL to construct queries to better understand your products and your users. While achieve 10-100x faster queries than PostgreSQL, InfluxDB, and MongoDB with native optimizations for time-series.

SQLite SQLite

SQLite is a free and open-source relational database management system that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. Rather than being a typical client–server database engine, SQLite is self-contained and can be embedded into applications. Making it perfect for development frameworks that want to provide a default database without setup, or applications that needs an embedded database. SQLite is built into all mobile operating systems and most computers and comes bundled with a countless applications. SQLite is also ACID-compliant and implements most of the SQL standard, generally following PostgreSQL syntax.