Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 871 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 871 Bytes

EDED

Embedded Distributed Encrypted Database.

Research projects to support ESSE.

WIP

Distributed design features

  • Adapt to personal distributed usecase.
  • Use simple (lightweight) async Raft algorithm. (personal devices)
  • Optional default leader. (if no default, use Raft). (Cloud or core device)
  • Optional just follower. (only vote, and sync, not campaign). (Small embedded device)
  • Not only distributed log(database), but also distributed files.
  • Database is fully synchronous.
  • Optional files is fixed and threshold storage, distributed access.
  • Support disk & memory storage

License

This project is licensed under either of

at your option.