davidwang456

https://github.com/Netflix/dynomite

Dynomite, inspired by Dynamo whitepaper, is a thin, distributed dynamo layer for different storage engines and protocols. Currently these include Redis and Memcached. Dynomite supports multi-datacenter replication and is designed for high availability.

The ultimate goal with Dynomite is to be able to implement high availability and cross-datacenter replication on storage engines that do not inherently provide that functionality. The implementation is efficient, not complex (few moving parts), and highly performant.

分类:

技术点:

相关文章:

  • 2021-09-22
  • 2021-08-25
  • 2021-12-12
  • 2021-08-07
  • 2021-09-17
  • 2021-12-21
猜你喜欢
  • 2021-12-13
  • 2021-11-12
  • 2021-11-18
  • 2021-11-15
  • 2021-11-27
  • 2021-07-09
  • 2021-10-11
相关资源
相似解决方案