2007
DOI: 10.1145/1323293.1294281
|View full text |Cite
|
Sign up to set email alerts
|

Dynamo

Abstract: Reliability at massive scale is one of the biggest challenges we face at Amazon.com, one of the largest e-commerce operations in the world; even the slightest outage has significant financial consequences and impacts customer trust. The Amazon.com platform, which provides services for many web sites worldwide, is implemented on top of an infrastructure of tens of thousands of servers and network components located in many datacenters around the world. At this scale, small and large components fail continuously… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
51
0
1

Year Published

2010
2010
2017
2017

Publication Types

Select...
7
2
1

Relationship

0
10

Authors

Journals

citations
Cited by 1,058 publications
(77 citation statements)
references
References 19 publications
0
51
0
1
Order By: Relevance
“…Consul 8 , Zookeeper 9 , Etcd 10 , Amazon Dynamo [DeCandia et al (2007)], Pahoehoe [Anderson et al (2010)]) with strong or eventual consistency guarantees. They are used both to store the "state" of each management functionality and to facilitate the internal consensus algorithm for leader election and assignment of management functionalities to cluster nodes.…”
Section: Self-managing (Micro) Servicesmentioning
confidence: 99%
“…Consul 8 , Zookeeper 9 , Etcd 10 , Amazon Dynamo [DeCandia et al (2007)], Pahoehoe [Anderson et al (2010)]) with strong or eventual consistency guarantees. They are used both to store the "state" of each management functionality and to facilitate the internal consensus algorithm for leader election and assignment of management functionalities to cluster nodes.…”
Section: Self-managing (Micro) Servicesmentioning
confidence: 99%
“…Most often they have only two operations: inserting and retrieving data [20]. The examples of such data stores are Dynamo data store by Amazon which uses single integer key [20] or Apache Hbase which identifies the data by a timestamp, column name and row name [21]. The Document data stores use textual data interchange formats, like JSON or xml to store data.…”
Section: The Nosql Data Storesmentioning
confidence: 99%
“…Among distinct noSQL databases, like HBase [38], Dynamo [26], Bigtable [17], Cassandra [41], PNUTS [22], monogDB [19] and cloudDB [5], we adopted HBase since its basic data storage is Apache's Hadoop Distributed File System (HDFS) [13] and it is a column-oriented database [24,50,51], which allows joining data (biological data file) and sets of information (e.g. data provenance).…”
Section: Storage Servicementioning
confidence: 99%