Database

ScyllaDB – real-time big data database

ScyllaDB is a real-time big data database that is API-compatible with Apache Cassandra and Amazon DynamoDB.

ScyllaDB is designed for always-on high availability and reliability, there’s no single point of failure. It’s designed for data-intensive apps that require high performance and low latency.

It uses a sharded design on each node where each CPU core handles a different subset of data. Cores do not share data, but rather communicate explicitly when they need to. As such, each core acts independently as an isolated resource. It’s claimed this design allows ScyllaDB to achieve much better performance on modern NUMA SMP machines, and to scale very well with the number of cores.

This is free and open source software.

Website: scylladb.com
Support: GitHub Code Repository
Developer: ScyllaDB Inc.
License: ScyllaDB Open Source

Scylla is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

Key Value Stores
RocksDBPersistent key-value store for flash and RAM Storage
ValkeyHigh-performance data structure server
Apache CassandraDistributed database management system
ScyllaDBReal-time big data database
Apache AccumuloBased on Google's BigTable design
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
KeyDBHigh performance fork of Redis
RedictDistributed key/value store
Project VoldemortDistributed data store
ScalarisDistributed transactional key-value store

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.

Know 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