Skip to content

Embedded Distributed Encrypted Database (Research).

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

sunhuachuang/eded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Embedded Distributed Encrypted Database (Research).

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages