Close

Apache Cassandra

Cassandra is a distributed NoSQL database designed to be scalable and fault-tolerant. It is a good choice for applications that need to store large amounts of data and that need to be able to handle high levels of traffic. Cassandra is a popular choice for big data applications like real-time analytics and distributed gaming.

Tarantool: The Fast, In-Memory Database

Tarantool: The Fast, In-Memory Database

Tarantool is an open-source, in-memory database that is used for high-performance applications. It is famous for web applications, real-time analytics, and gaming. What is Tarantool? Tarantool stands for Tarantool Adaptive Node RRealtimeObject Load Bаse. It is a key-value store that stores data in memory. This makes it very fast to […]

Devamını Oku

Redis: The Fast, In-Memory Database

Redis: The Fast, In-Memory Database

Redis is an open-source, in-memory data structure store that can be used as a database, cache, and message broker. It is famous for various applications, including web applications, real-time analytics, and gaming. What is Redis? Redis stands for REmote DIctionary Server. It is a key-value store that stores data in […]

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

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

MongoDB In 30 Minutes

MongoDB

We are diving into the MongoDB NoSQL database and looking at the fundamentals and the syntax to create, read, update and delete documents/data MongoDB is a popular, open-source NoSQL database. NoSQL databases store data in a non-relational format, unlike traditional relational databases (SQL) that store data in tables with rows […]

Devamını Oku

SQL vs. NoSQL: All You Need To Know

SQL vs NoSQL: All You Need To Know

This video details the SQL and NoSQL Basics, Comparison, Pros and Cons of When to use what, etc. SQL (Structured Query Language) and NoSQL (Not only SQL) are two broad categories of database management systems that differ in how they store, process and retrieve data. SQL databases are based on […]

Devamını Oku