Big Data

14 Best Free and Open Source Key Value Stores for Big Data

Big Data is an all-inclusive term that refers to data sets so large and complex that they need to be processed by specially designed hardware and software tools. The data sets are typically of the order of tera or exabytes in size. These data sets are created from a diverse range of sources: sensors that gather climate information, publicly available information such as magazines, newspapers, articles. Other examples where big data is generated include purchase transaction records, web logs, medical records, military surveillance, video and image archives, and large-scale e-commerce.

In the past decade, the world of computing has been transformed. Oceans of data are now not only found in large companies; even some small companies accumulate terabytes of data. Organisations of all sizes therefore have an increased need to handle large amounts of data, and relational databases are stretched to their limits in terms of scalability. We need a solution which helps to achieve scaling and higher availability.

Serving systems are unable to cope with bulk load massive immutable data sets without affecting serving performance. Performance is impaired as valuable resource is sucked away by index creation and modification as CPU and memory resources are shared with request serving.

A solution is a key value store. This is one of the non-relation database models, such as graph, document-oriented database models. Key value stores allow the application to store its data in a schema-less way. The data can be stored in a datatype of a programming language or an object. This removes the need for a fixed data model. Key value stores refers to a general concept of database where entities (values) are indexed using a unique key.

This feature highlights the finest open source key value stores. Hopefully, there will be something of interest for anyone who needs to store millions of data records, to help in statistical or real-time analysis. Here’s our verdict captured in a legendary LinuxLinks-style ratings chart.

Ratings chart

Let’s explore the 14 key value stores at hand. For each title we have compiled its own portal page, a full description with an in-depth analysis of its features, together with links to relevant resources.

Key Value Stores
RocksDBPersistent key-value store for flash and RAM Storage
Apache CassandraDistributed database management system
ScyllaDBReal-time big data database
KeyDBHigh performance fork of Redis
Apache AccumuloBased on Google's BigTable design
ValkeyHigh-performance data structure server
ArangoDBNative multi-model database
Aerospike CEReal-time NoSQL database and key-value store
Berkeley DBFamily of open source, embeddable databases
LevelDBFast and lightweight key/value database library by Google
GarnetRemote cache-store
RedictDistributed key/value store
Project VoldemortDistributed data store
ScalarisDistributed transactional key-value store

This article has been revamped in line with our recent announcement.

Best Free and Open Source SoftwareRead our complete collection of recommended free and open source software. Our curated compilation covers all categories of software.

The software collection forms part of our series of informative articles for Linux enthusiasts. There are hundreds of in-depth reviews, open source alternatives to proprietary software from large corporations like Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

There are also fun things to try, hardware, free programming books and tutorials, and much more.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

3 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Treeman
Treeman
1 month ago

No Redis?