Samba on Scale: Difference between revisions

From SambaWiki
Line 7: Line 7:
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! Name !! Open Source !! C Connector || Notes
! Name !! Open Source !! Consistency Model || C Connector || Notes
|-
|-
| [https://etcd.io/ etcd] || yes || yes || Performance?
| [https://etcd.io/ etcd] || yes || ? || yes || Performance?
|-
|-
| [https://docs.ceph.com/en/quincy/rados/api/librados-intro/ Ceph librados] || yes || yes ||
| [https://docs.ceph.com/en/quincy/rados/api/librados-intro/ Ceph librados] || yes || ? || yes ||
|-
|-
| [https://cassandra.apache.org/_/index.html Apache Cassandra] || yes || ? ||
| [https://cassandra.apache.org/_/index.html Apache Cassandra] || yes || ? || ? ||
|-
|-
| [https://hbase.apache.org/ Apache HBase] || yes || ? ||
| [https://hbase.apache.org/ Apache HBase] || yes || ? || ? ||
|-
|-
| [https://ignite.apache.org/ Apache Ignite] || yes || ? ||
| [https://ignite.apache.org/ Apache Ignite] || yes || ? || ? ||
|-
|-
| [https://www.foundationdb.org/ FoundationDB] || yes || yes ||
| [https://www.foundationdb.org/ FoundationDB] || yes || Strict Serializability || yes ||
|-
|-
| [https://www.cockroachlabs.com/ CockroachDB] || yes || yes ||
| [https://www.cockroachlabs.com/ CockroachDB] || yes || ? || yes ||
|-
|-
| [https://www.scylladb.com/ ScyllaDB] || yes || yes ||
| [https://www.scylladb.com/ ScyllaDB] || yes || ? || yes ||
|-
|-
| [https://www.yugabyte.com/ YugabyteDB] || yes || yes ||
| [https://www.yugabyte.com/ YugabyteDB] || yes || ? || yes ||
|-
|-
| [https://tikv.org/ tikv] || yes || no (C++) ||
| [https://tikv.org/ tikv] || yes || ? || no (C++) ||
|-
|-
| [https://pegasus.apache.org/ Apache Pegasus] || yes || no (C++) ||
| [https://pegasus.apache.org/ Apache Pegasus] || yes || ? || no (C++) ||
|}
|}



Revision as of 16:48, 16 December 2022

Introduction

Samba on Scale is the place to collect ideas, research and prototypes about the future of Scale-out Samba, both on-prem and in the cloud.

List of scalable Key/Value Stores

Name Open Source Consistency Model C Connector Notes
etcd yes ? yes Performance?
Ceph librados yes ? yes
Apache Cassandra yes ? ?
Apache HBase yes ? ?
Apache Ignite yes ? ?
FoundationDB yes Strict Serializability yes
CockroachDB yes ? yes
ScyllaDB yes ? yes
YugabyteDB yes ? yes
tikv yes ? no (C++)
Apache Pegasus yes ? no (C++)

List of Opensource Clustered Filesystems

Name Open Source Built on-top of Object Storage Notes
Ceph yes yes Scalibility?
JuiceFS yes yes
MooseFS yes no
ObjectiveFS no yes]