分布式的Key-Value存储系统 Dynomite

码农软件 · 软件分类 · 缓存系统 · 2019-08-30 21:59:22

软件介绍

Dynomite 是采用 ErLang 语言开发的分布式的Key-Value存储系统。

Dynomite is an eventually consistent distributed key value store written in Erlang.  The design is based off of Amazon’s Dynamo paper.  Dynomite currently implements the following features described in the Dynamo paper, plus some stuff not covered by the paper.

  • Vector clocks

  • Merkle trees

  • Consistent hashing

  • Tunable quorum

  • Gossiping of membership

  • Gossiped synchronization of partitions

  • Pluggable storage engines

  • Thrift interface

  • Web console with canvas visualizations

本文地址:https://codercto.com/soft/d/13532.html

编码的奥秘

编码的奥秘

Charles Petzold / 伍卫国、王宣政、孙燕妮 / 机械工业出版社 / 2000-9-1 / 24.00

渴望交流是大多数人的天性。在本书中,“编码”通常指一种在人和机器之间进行信息转换的系统。换句话说、编码即是交流。有时我们将编码看得很神秘,其实大多数编码并非都是这样。大多数的编码都需要被很好地理解,因为它们是人类交流的基础。――《编码的奥秘》 手电筒、英国人入侵、黑色的猫和跷跷板与计算机有什么必然联系?本书向我们展示了使用语言的一些直观方法并创造新的方法来进行相互之间的交流。此书使我们明白了......一起来看看 《编码的奥秘》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具