原題:Dynamo: Amazon’s Highly Available Key-value Store
原文: Amazon's Dynamo - All Things Distributed (PDF Version)
This article is translated by @ono_matope. Please contact me if any problem.
(menhir | |
(modules parser)) | |
(ocamllex lexer) | |
(executable | |
(name main) | |
(modes js)) |
(defproject pseudoethnological "0.1.0-SNAPSHOT" | |
:license {:name "Eclipse Public License" | |
:url "http://www.eclipse.org/legal/epl-v10.html"} | |
:jvm-opts ["-Xmx2g" "-server"] | |
:dependencies [[org.clojure/clojure "1.8.0"] | |
[overtone "0.10.3"]]) |
原題:Dynamo: Amazon’s Highly Available Key-value Store
原文: Amazon's Dynamo - All Things Distributed (PDF Version)
This article is translated by @ono_matope. Please contact me if any problem.