Close

voldemort

Voldemort is a distributed data store designed as a key-value store used by LinkedIn for highly-scalable storage. It is named after the fictional Harry Potter villain Lord Voldemort.

Project Voldemort: A distributed database.

Project Voldemort: A distributed database.

Voldemort is a distributed key-value storage system It is used at LinkedIn by numerous critical services powering a large portion of the site. Comparison to relational databases Voldemort is not a relational database; it does not attempt to satisfy arbitrary relations while satisfying ACID properties. Nor is it an object […]

Devamını Oku

Raft: A Consensus Algorithm for Distributed Systems

Raft: A Consensus Algorithm for Distributed Systems

A creative look at how Raft ensures that all nodes in a distributed system agree on the same state of the world. In distributed systems, all nodes must agree on the same state of the world. This is because if nodes disagree, it can lead to problems such as data […]

Devamını Oku

This is the future of ghost kitchens.

This is the future of ghost kitchens.

At the height of the pandemic, when dining rooms were closed, the phrase “ghost kitchen” entered the public lexicon, and new “hot” delivery-only concepts opened their hidden doors almost every day. But as the post-pandemic dust settles, the off-premises restaurant industry is evolving beyond the rush of flash-in-the-pan celebrity-backed chicken […]

Devamını Oku

NoSQL: A Revolution in Databases

NoSQL: A Revolution in Databases

NoSQL databases are a new breed of databases designed to be more flexible and scalable than traditional relational databases. They are often used for big data applications where the conventional relational model is not well-suited. What is NoSQL? The term “NoSQL” stands for “Not Only SQL.” It refers to a […]

Devamını Oku