Skip to content

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.

License

Notifications You must be signed in to change notification settings

Laisky/edgelessdb

 
 

Repository files navigation

Fork from https://github.com/edgelesssys/edgelessdb with some modifications.

Changes

  1. bigger HEAPSIZE (8GB)
  2. private key at ./private.pem
  3. production ON
  4. maxium NumTCS (1024)
# prepare private key
openssl genrsa -out private.pem -3 3072

# build
docker build . -t ppcelery/edgelessdb:8G

MRSIGNER & MRENCLAVE will be printed during build:

build

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 72.7%
  • C++ 19.9%
  • CMake 3.9%
  • C 1.7%
  • Dockerfile 1.4%
  • Shell 0.4%