mysql-5.6 VS edgelessdb

Compare mysql-5.6 vs edgelessdb and see what are their differences.

mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks. (by facebook)

edgelessdb

EdgelessDB is a MySQL-compatible database for confidential computing. It runs entirely inside a secure enclave and comes with advanced features for collaboration, recovery, and access control. (by edgelesssys)
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
mysql-5.6 edgelessdb
6 3
2,446 169
0.4% 0.0%
9.4 1.6
4 days ago about 1 year ago
C++ Go
GNU General Public License v3.0 or later GNU General Public License v3.0 only
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.

mysql-5.6

Posts with mentions or reviews of mysql-5.6. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-02.

edgelessdb

Posts with mentions or reviews of edgelessdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-09.
  • What is your opinion on Confidential computing?
    1 project | /r/mariadb | 21 Sep 2022
    There's some existing work by https://www.edgeless.systems/products/edgelessdb/ and their repo https://github.com/edgelesssys/edgelessdb
  • Microsoft Introduces EdgelessDB: A Database Designed for Confidential Computing
    2 projects | news.ycombinator.com | 9 Oct 2021
    The title is a bit misleading: EdgelessDB was not developed by Microsoft but by a German startup (Edgeless Systems, https://www.edgeless.systems/ and https://github.com/edgelesssys/edgelessdb).

    The announcement is about its availability on the Azure Marketplace.

  • We built an open-source SQL DB for Intel SGX enclaves
    3 projects | /r/cybersecurity | 7 Aug 2021
    Hi everyone! Our team just released EdgelessDB, an open-source database built on MariaDB that runs completely inside Intel SGX enclaves. As storage engine, it uses RocksDB with a custom encryption engine. The engine uses AES-GCM and is optimized for RocksDB’s specific SST file layout and the enclave environment. It has some nice properties like global confidentiality and verifiability and it considers strong attackers like malicious admins or rootkits. It also delivers rather low overheads (<10% for the TPC-C benchmark on Azure). In short: all data is only ever decrypted inside the enclave. This is different from other databases, where data and corresponding keys are processed in the clear in memory. We believe this is useful because (1) it’s very secure and (2) it enables some interesting use cases, like secure data pooling between parties. If you’re interested in trying it out: here’s a quickstart guide. In essence, you can run the Docker image with a single command on any recent Intel Xeon with SGX. Code and more info can be found on GitHub. Would be great to get your feedback on this :-)

What are some alternatives?

When comparing mysql-5.6 and edgelessdb you can also consider the following projects:

splinterdb - High Performance Embedded Key-Value Store

MariaDB - MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.

duckduckgo-locales - Translation files for <a href="https://duckduckgo.com"> </a>

confidential-computing-zoo - Confidential Computing Zoo provides confidential computing solutions based on Intel SGX, TDX, HEXL, etc. technologies.

gh-ost - GitHub's Online Schema-migration Tool for MySQL

migrate - Database migrations. CLI and Golang library.

cockroach - CockroachDB - the open source, cloud-native distributed SQL database.

marblerun - MarbleRun is the control plane for confidential computing. Deploy, scale, and verify your confidential microservices on vanilla Kubernetes. 100% Go, 100% cloud native, 100% confidential.

yugabyte-db - YugabyteDB - the cloud native distributed SQL database for mission-critical applications.

RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.

rosettable - service to add postgres triggers on mysql CRUD events

enclaive-docker-mariadb-sgx - SGX-ready Enclaive Docker Image for MariaDB