Skip to content

A curated list of amazingly awesome database libraries and resources.

License

Notifications You must be signed in to change notification settings

merdoyovski/awesome-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome-Database Awesome

A curated list of amazingly awesome database libraries, and resources.

Contents

SQL

  • Citus - Fast columnar store for analytics with PostgreSQL.
  • Facebook MySQL - Facebook's branch of the Oracle MySQL v5.6 database.
  • Twitter MySQL - MySQL fork maintained and used at Twitter.
  • PostgreSQL - An advanced open-source relational database known for its extensibility, standards compliance, and robustness. Supports both SQL and JSON querying.
  • SQLite - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.
  • VoltDB - VoltDB is a horizontally-scalable, in-memory SQL RDBMS designed for applications that have extremely high read and write throughput requirements.
  • Datomic - A distributed database designed to enable scalable, flexible, and intelligent applications, running on next-gen cloud architectures. It provides ACID transactions, joins, and a powerful query language with time-travel capabilities.
  • Cassandra - Cassandra is a partitioned row store. Rows are organized into tables with a required primary key.
  • TiDB - TiDB is a full open-source MySQL compatible distributed relational "NewSQL" database written in Go and Rust. Offering support for both on-premise and cloud deployments with a non-blocking DDL.
  • Greenplum - Greenplum is an MPP (massively parallel processing / multi-node) version of PostgreSQL, for analytic workloads. It lags behind upstream PostgreSQL versions, based on v9.4 as of June 2023.

NoSQL

  • Aerospike - Aerospike Database Server – flash-optimized, in-memory, NoSQL database.
  • MongoDB - A source-available NoSQL database program that uses a document-oriented database model. It supports a variety of data forms including text, images, and complex objects. Known for its scalability and flexibility.
  • InfluxDB - Scalable datastore for metrics, events, and real-time analytics.
  • LedisDB - Ledisdb is a high-performance NoSQL like Redis based on LevelDB.
  • Tiedot - A NoSQL database powered by Golang. It has a JSON API and supports basic CRUD operations and in-place updates. Designed for simplicity and performance.
  • Elasticsearch - Open Source, Distributed, RESTful Search Engine.
  • MapDB - MapDB provides concurrent Maps, Sets, and Queues backed by disk storage or off-heap-memory. It is a fast and easy-to-use embedded Java database engine.
  • OrientDB - OrientDB is an Open Source NoSQL DBMS with the features of both Document and Graph DBMSs.
  • CouchDB - Apache CouchDB™ is a database that uses JSON for documents, JavaScript for MapReduce indexes, and regular HTTP for its API.
  • Fireproof - Zero dependency, offline-capable CRDT database, runs in the browser and connects to any cloud.

Key-Value

  • LMDB - Very fast embedded key/value store with full ACID semantics.
  • Memcache - Free & open source, high-performance, distributed memory object caching system.
  • Monetdb - An open-source column-oriented database management system that focuses on high performance for complex queries. It's often used for data warehousing, OLAP, and data mining.
  • Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kinds of values are supported: Strings, Lists, Sets, Sorted Sets, and Hashes.
  • RethinkDB - An open-source distributed JSON document database with a pleasant and powerful query language.
  • RocksDB - Embedded key-value store for fast storage.
  • TiKV - ACID-compliant, distributed key-value store, based on RocksDB. TiKV is designed as the row-based storage engine for TiDB.
  • SSDB - SSDB - A fast NoSQL database, an alternative to Redis.
  • Riak - Riak is a decentralized datastore from Basho Technologies.
  • Bolt - A low-level key/value database for Go.
  • Diskv - A home-grown disk-backed key-value store.
  • Go-cache - An in-memory key-value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
  • GoLevelDB - An implementation of the LevelDB key/value database in the Go.
  • Groupcache - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
  • Roshi - Roshi is a large-scale CRDT set implementation for timestamped events.
  • Lmdbjni - LMDB for Java, which is a very fast embedded key/value store with full ACID semantics.
  • HollowDB - HollowDB is a decentralized & privacy-preserving key-value database on the Arweave network, powered by Warp Contracts.

Graph

  • Neo4j - An open-source, NoSQL, native graph database that provides an ACID-compliant transactional backend for your applications. Known for its high performance, scalability, and flexibility.

Vector

  • Pinecone - The vector database for machine learning applications. Build vector-based personalization, ranking, and search systems that are accurate, fast, and scalable.
  • DANNY - DANNY is a decentralized vector database for building vector search applications powered by Warp Contracts on the Arweave network. Offers a robust set of tools for the development of various applications, including recommendation systems and semantic search functionalities.

Search Engines

  • Elastic Search - Elasticsearch is a versatile and powerful tool for searching, analyzing, and visualizing data. Its flexibility and scalability make it a valuable asset for organizations dealing with diverse data sources and analytical requirements.
  • Apache Solr - Apache Solr is an open-source search platform built on Apache Lucene. It is designed for indexing, searching, and analyzing large volumes of text data efficiently.

Blogs

Research Papers

  • DB-Readings - A list of papers essential to understanding databases and building new data systems.

Contribute

Contributions welcome! Read the contribution guidelines first.

About

A curated list of amazingly awesome database libraries and resources.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •