Computer Science, asked by karanbirsingh30, 11 months ago

which are book use for distributed computing ?​

Answers

Answered by Anonymous
0

Storage & Databases

Dynamo: Amazon's Highly Available Key Value Store

Bigtable: A Distributed Storage System for Structured Data

The Google File System

Cassandra: A Decentralized Structured Storage System Inspired heavily by Dynamo

CRUSH: Controlled, Scalable, Decentralized Placement of Replicated Data, the algorithm for the basis of Ceph distributed storage system, for the architecture itself read RADOS

Messaging systems

The Log: What every software engineer should know about real-time data's unifying abstraction, a somewhat long read, but covers brilliantly on logs, which are at the heart of most distributed systems

Kafka: a Distributed Messaging System for Log Processing

Similar questions