Darsh Pateldarsh-patel.hashnode.dev路Jun 28, 2024What is the Raft Consensus Algorithm? A Simple GuideConsensus algorithms are crucial in distributed systems to ensure all the nodes agree on a common state, even when there are failures. One popular consensus algorithm is Raft. It is designed to be understandable and easy to implement. In this post, w...Discuss路36 readsraft
BRYNNnote.heebin.site路May 25, 2024Raft Algorithm Log Analysis - etcd Cluster Leader Election Process馃挕 The Raft algorithm is a consensus algorithm designed to manage a replicated log. It ensures that multiple servers (nodes) in a distributed system agree on a consistent state, even in the presence of failures. The algorithm operates in three main s...Discussk8sraft
Marco BambiniforSQLite Cloudsqlitecloud.hashnode.dev路Mar 5, 2024Interactive SQLite Documentation: Experiment with Queries in Real-Time!At SQLite Cloud, we are dedicated to making database management as seamless and intuitive as possible. Today, we are thrilled to unveil a groundbreaking addition to our platform - the Interactive SQLite Documentation! Now, alongside our comprehensive...Discussdocumentation
Marco BambiniforSQLite Cloudsqlitecloud.hashnode.dev路Feb 29, 2024How (and why) we brought SQLite to the CloudSimplicity, efficiency, and reliability. For the last 24 years, these have been the guiding principles of the world鈥檚 most popular database engine, SQLite. SQLite was originally devised as a way for clients to talk directly to disk without the need f...Discuss路49 readsCloud
Gireesh Kapilablog.thedevperspective.com路Dec 18, 2023Strong consistency in Distributed SystemsA stateless system does not retain information or store session state regarding previous interactions or requests from clients. In a stateless system, each client request contains all the necessary information for the server to understand and process...Discussetcd