Close

Redis

Redis is an in-memory data structure store used as a distributed, in-memory key-value database, cache, and message broker, with optional durability.

Rediscovering Data: A Dive into Redis with Python

Rediscovering Data: A Dive into Redis with Python

Redis, an in-memory data structure store, is often used as a database, cache, and message broker. Its versatility and speed make it a popular choice among developers. The possibilities are endless when combined with Python, one of the most widely-used programming languages. In this article, we’ll explore the basics of […]

Devamını Oku

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

A Brief History of Non-Relational Databases

A Brief History of Non-Relational Databases

The term “NoSQL” was first used in 1998 by Carlo Strozzi to describe his lightweight, open-source relational database that did not use SQL. However, it wasn’t until the early 2000s that the term gained traction, as businesses started to realize the limitations of traditional relational databases when handling large amounts […]

Devamını Oku

Meet Sibyl – DoorDash’s New Prediction Service

Meet Sibyl – DoorDash’s New Prediction Service

DoorDash’s prediction service, Sibyl, was created to handle real-time predictions in their machine learning infrastructure. Sibyl retrieves both models and features from independent stores to make predictions. The prediction service allows batch and shadow predictions to test multiple models on the same data in the background. Sibyl was built to […]

Devamını Oku

Navigating the World of AWS Cloud Databases

AWS Cloud Databases

Modernize your data infrastructure with fully managed, purpose-built databases Choose the right purpose-built engine. Use case-driven, highly scalable, distributed applications suited to your specific needs. AWS offers 15+ purpose-built engines to support diverse data models, including relational, key-value, document, in-memory, graph, time series, wide column, and ledger databases. Achieve performance […]

Devamını Oku

Exploring the Full Spectrum of AWS Services

Exploring the Full Spectrum of AWS Services

I use Amazon as a cloud service in my new Java/Kotlin projects. I couldn’t easily find a complete list of AWS modules. I was able to create this shortlist as a result of the reviews. Compute   EC2 Virtual Private Servers Lightsail Amazon’s hosting provider (VPS, DNS, storage) Lambda Functions […]

Devamını Oku

DevOps Stack

DevOps Stack

I am sharing a sample and full DevOps Stack by Simon Reymann Our whole DevOps stack consists of the following tools: The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts: for the original post and comments please visit https://stackshare.io/zimoony/decisions/104069607668616391 and my StackShare profile is https://stackshare.io/ozgurozkok

Devamını Oku