myjson VS rixxdb

Compare myjson vs rixxdb and see what are their differences.

myjson

MyJSON is an embedded relational document store built on top of pluggable key value storage (by autom8ter)

rixxdb

A versioned, embedded, strongly-consistent, key-value database (by surrealdb)
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
myjson rixxdb
1 1
12 28
- -
10.0 0.0
over 1 year ago over 2 years ago
Go Go
Apache License 2.0 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.

myjson

Posts with mentions or reviews of myjson. We have used some of these posts to build our list of alternatives and similar projects.
  • MyJSON - an embedded relational document store built on top of pluggable key value storage
    1 project | /r/golang | 2 Jan 2023
    The project is called MyJSON - an embedded relational document store built on top of pluggable key value storage. It is a relational JSON database with support for collections, transactions, secondary indexing, aggregate queries, schemas (JSON schema), javascript triggers, change streams, joins, cascade deletes, and more. It is designed to be very flexible and can be run completely in memory, as a single node with persistence, or as a distributed service with Tikv distributed key value storage.

rixxdb

Posts with mentions or reviews of rixxdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-22.
  • Cloud database for tomorrow's applications (written in Rust)
    7 projects | news.ycombinator.com | 22 Aug 2022
    Hi the_duke. The base implementation of that key-value store (written in Golang) can be found here: https://github.com/surrealdb/rixxdb

    I don't think the implementation of the ideas in the thesis were added to the public project in the end.

    We will be working on this in due course in Rust, however, and the implementation will be completely open source!

What are some alternatives?

When comparing myjson and rixxdb you can also consider the following projects:

rosedb - 🚀 A high performance NoSQL database based on bitcask, supports string, list, hash, set, and sorted set. [Moved to: https://github.com/flower-corp/rosedb]

surrealdb - A scalable, distributed, collaborative, document-graph database, for the realtime web

go-store - Lightweight embedded database in pure Go inspired by lowdb

mongo-go-driver - The Official Golang driver for MongoDB

tikv - Distributed transactional key-value database, originally created to complement TiDB