nebula-graph VS goostub

Compare nebula-graph vs goostub and see what are their differences.

nebula-graph

A distributed, fast open-source graph database featuring horizontal scalability and high availability. This is an archived repo for v2.5 only, from 2.6.0 +, NebulaGraph switched back to https://github.com/vesoft-inc/nebula (by vesoft-inc)

goostub

Porting bustub (https://github.com/cmu-db/bustub) in Go for fun (that's why I name it goostub) (by pzhzqt)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
nebula-graph goostub
3 1
832 12
- -
0.0 0.0
over 1 year ago almost 2 years ago
C++ Go
Apache License 2.0 MIT License
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.

nebula-graph

Posts with mentions or reviews of nebula-graph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-22.

goostub

Posts with mentions or reviews of goostub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-22.
  • Developing a database in Go
    5 projects | /r/golang | 22 Aug 2021
    One of them is https://github.com/pzhzqt/goostub, the others are just similar to this. The original Bustub project from CMU that is in C++ only provides the main interface and the storage layer of the database (same as the link above in Go). The actual implementations are done by students during the semester. So you have to build the buffer pool, index trees, hash tables etc. Here are the assignments with full details: https://15445.courses.cs.cmu.edu/fall2020/assignments.html. As far as I have seen there are no solutions nor full implementations in Go (not even in C++) because CMU like any other uni has the policy that you will get suspended if you make your solution public or you copy it. Some non complete solutions for the first assignments have leaked, but they contain bugs and it's just better if you solve them from scratch yourself. Hope this helps!

What are some alternatives?

When comparing nebula-graph and goostub you can also consider the following projects:

ArangoDB - 🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

hydradb - A multi-model, scalable database written in Go

Neo4j - Graphs for Everyone

chai - Modern embedded SQL database

NebulaGraph Database - A distributed, fast open-source graph database featuring horizontal scalability and high availability

rqlite - The lightweight, distributed relational database built on SQLite.

nebula-docker-compose - Docker compose for Nebula Graph

spicedb - Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer applications