ScaleStore VS NebulaGraph Database

Compare ScaleStore vs NebulaGraph Database and see what are their differences.

ScaleStore

This is the source code for our (Tobias Ziegler, Carsten Binnig and Viktor Leis) published paper at SIGMOD’22: ScaleStore: A Fast and Cost-Efficient Storage Engine using DRAM, NVMe, and RDMA. (by DataManagementLab)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ScaleStore NebulaGraph Database
2 8
108 10,166
3.7% 1.3%
3.4 8.1
3 months ago 14 days ago
C++ C++
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ScaleStore

Posts with mentions or reviews of ScaleStore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-16.
  • Ask HN: Why are there no open source NVMe-native key value stores in 2023?
    12 projects | news.ycombinator.com | 16 Oct 2023
    I don't remember exactly why I have any of them saved, but these are some experimental data stores that seems to be fitting what you're looking for somewhat:

    - https://github.com/DataManagementLab/ScaleStore - "A Fast and Cost-Efficient Storage Engine using DRAM, NVMe, and RDMA"

    - https://github.com/unum-cloud/udisk - "The fastest ACID-transactional persisted Key-Value store designed for NVMe block-devices with GPU-acceleration and SPDK to bypass the Linux kernel."

    - https://github.com/capsuleman/ssd-nvme-database - "Columnar database on SSD NVMe"

  • The end of a myth: Distributed transactions can scale
    1 project | news.ycombinator.com | 10 Apr 2023
    The linked blog post at the top of this article - https://muratbuffalo.blogspot.com/2023/01/is-scalable-oltp-i... - provides graphics that give extremely useful context. And here's the repo for the paper that discusses: https://github.com/DataManagementLab/ScaleStore

    The idea that one of many writer-compute-nodes can literally reach into a memory buffer that is shared across machines, atomically flip some lock bits and propagate some cache-coherence messages, and use that to build a multi-writer distributed database without needing to partition (and where any writer-compute-node can handle any message, so you can just round-robin a firehose of messages at them)... and that there's a chance (though not yet implemented) that one could implement ACID on top of this? It's absolute madness, and wildly exciting.

NebulaGraph Database

Posts with mentions or reviews of NebulaGraph Database. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-06.
  • What is a NoSQL Graph Database?
    1 project | dev.to | 9 Jan 2023
    A NoSQL graph database is a type of non-relational, distributed database which employs a graph model. NoSQL stands for “Not only SQL” and refers to a new breed of databases that differ from traditional relational databases in their data model and performance. Graph databases are especially useful for data associated with relationships—everything from friendships on social netwo#rks to equipment supply chains or business processes. They can quickly traverse vast amounts of linked data points to discover insights and hidden connections between entities, making them ideal for network analysis– such as financial fraud detection, recommendation engines and many other use cases– all while performing at scale.
  • Graph Database vs Relational Database: What to Choose?
    1 project | dev.to | 5 Jan 2023
    An open source graph database is always the best place to start as they come with a supportive community that ultimately creates the perfect ecosystem.
  • Using NebulaGraph Importer to Import Data into NebulaGraph Database
    1 project | dev.to | 29 Dec 2022
    When we first came across NebulaGraph, because the ecology was not perfect, and only some businesses migrated to Nebula, we used to import NebulaGraph data, whether full or incremental, by pushing Hive tables to Kafka and consuming Kafka to write NebulaGraph in batch. Later, as more and more data and businesses switched to NebulaGraph, the problem of importing data efficiency became more and more serious. The increase in import time made it unacceptable to still be importing data at full volume during peak business hours.
  • The Ultimate Beginner’s Guide to Open Source Contribution
    12 projects | dev.to | 6 Dec 2022
    NebulaGraph NebulaGraph is a popular open-source graph database that can handle large volumes of data with milliseconds of latency, scale up quickly, and have the ability to perform fast graph analytics. Official website https://www.nebula-graph.io/ GitHub projects https://github.com/orgs/vesoft-inc/repositories https://github.com/vesoft-inc/nebula
  • Open Source NebulaGraph Database Raises Tens of Millions of Dollars in Series A Funding
    1 project | dev.to | 15 Sep 2022
    NebulaGraph, a leading open source graph database, announced it raised tens of millions of US dollars in Series A funding. Investors in the round are led by Jeneration Capital, with participation from the previous investors - Matrix Partner China, Redpoint China Ventures, and Source Code Capital. China Renaissance served as the exclusive financial advisor in this financing round.
  • Nebula Graph v3.0.0 Release Note
    3 projects | dev.to | 24 Feb 2022
    Support backup and restore. https://github.com/vesoft-inc/nebula/pull/3469 https://github.com/vesoft-inc/nebula-agent/pull/1 https://github.com/vesoft-inc/nebula-br/pull/22
  • Embeddable graph database
    1 project | /r/golang | 3 Jan 2022
    One option is NebulaGraph if your looking for low latency, scalability, and HA.
  • Nebula Graph: how variable-Length Pattern Matching is implemented
    1 project | dev.to | 21 Oct 2021
    After the step-by-step decomposition of the patterns, the expected execution plan for the MATCH clause is finally generated. As you can see, it takes a lot of effort to transform a complicated pattern into the underlying interfaces for a traversal. Of course, the execution plan can be optimized, such as the multi-step traversal can be encapsulated by using the Loop operator and the sub-plan of a one-step traversal can be reused, which will not be detailed in this article. If you are interested, please refer to the source code of Nebula Graph.

What are some alternatives?

When comparing ScaleStore and NebulaGraph Database you can also consider the following projects:

solid_cache - A database-backed ActiveSupport::Cache::Store

dgraph - The high-performance database for modern applications

ssd-nvme-database - Columnar database on SSD NVMe

Neo4j - Graphs for Everyone

KVRocks - RocksDB compatible key value store and MyRocks compatible storage engine designed for KV SSD

zef - Toolkit for graph-relational data across space and time

Olric - Distributed in-memory object store. It can be used as an embedded Go library and a language-independent service.

WaterBase - WaterBase is a lightweight storage utility created for easy saving and access of persistent key-value data.

uNVMe - KV and LBA SSD userspace NVMe driver

nebula-agent

KVSSD - KV SSD host software including APIs and drivers

oceanbase - OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.