Remove articles cap-theorem-for-distributed-system
article thumbnail

Giving more tools to software engineers: the reorganization of the factory

Erik Bernhardsson

Just some examples from things I've worked on or close to: Spotify built a whole P2P architecture in C++ in order to distribute streaming music to listeners, something which today is a trivial problem (put the data on a CDN). CI systems were fragile, CD basically didn't exist, and deployments were scary manual affairs.

article thumbnail

The CAP Theorem With Apache Cassandra and MongoDB

Instaclustr

MongoDB and Apache Cassandra are both popular NoSQL distributed database systems. In this article, I will review how the CAP and PACELC theorems classify these systems. I will then show how both systems can be configured to deviate from their classifications in production environments. .

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

A Brief Introduction to Big Data Applications and Hadoop

UruIT

For this article, we’ll focus mainly on data at rest applications and on the Hadoop ecosystem specifically. For this article, we’ll focus mainly on data at rest applications and on the Hadoop ecosystem specifically. It doesn’t store the actual data, but it’s a sort of index for the distributed file system. Fun Fact .

Big Data 120
article thumbnail

A Brief Introduction to Big Data Applications and Hadoop

UruIT

For this article, we’ll focus mainly on data at rest applications and on the Hadoop ecosystem specifically. For this article, we’ll focus mainly on data at rest applications and on the Hadoop ecosystem specifically. It doesn’t store the actual data, but it’s a sort of index for the distributed file system. Fun Fact .

article thumbnail

A Brief Introduction to Big Data Applications and Hadoop

UruIT

For this article, we’ll focus mainly on data at rest applications and on the Hadoop ecosystem specifically. For this article, we’ll focus mainly on data at rest applications and on the Hadoop ecosystem specifically. It doesn’t store the actual data, but it’s a sort of index for the distributed file system. Fun Fact .

article thumbnail

CQRS and Event Sourcing

Modus Create

This article will explain how event sourcing and CQRS can help you build an asynchronous, distributed application. This article will explain how event sourcing and CQRS can help you build an asynchronous, distributed application. The Asynchronous Nature of Microservices. If done correctly.

article thumbnail

Scaling my application: am I ready?

CircleCI

In this article, we will focus on the scaling in terms of daily active users, or requests per time unit. However, to make the best use of network performance and work distribution, you may need to optimize your application code — and potentially re-architect the application (though doing so makes further scaling easier).