分布式的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://www.codercto.com/soft/d/13532.html

How to Design Programs

How to Design Programs

Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元

This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器