Databases

Знакомство с реляционными базами данных — step-by-step DevOps tutorial on Progressive Robot

Знакомство с реляционными базами данных

Системы управления базами данных (СУБД) — это компьютерные программы, которые позволяют пользователям взаимодействовать с базой данных. СУБД позволяет пользователям контролировать доступ к базе данных, записывать данные, запускать запросы и выполнять любые другие задачи,…

Read more
How To Build and Deploy a GraphQL Server with Node.js and MongoDB on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Build and Deploy a GraphQL Server with Node.js and MongoDB on Ubuntu 18.04

In this tutorial you’ll build and deploy a GraphQL server with Node.js that can query and mutate data from a MongoDB database that is running on Ubuntu 18.04. At the end of this tutorial, you’ll be able to access data in your database by using a single endpoint, both by sending requests to the server directly through the terminal and by using the pre-made GraphiQL playground interface.

Read more
How To Configure a MongoDB Replica Set on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure a MongoDB Replica Set on Ubuntu 20.04

The practice of synchronizing data across multiple separate databases is called replication. In MongoDB, a group of servers that maintain the same data set through replication are referred to as a replica set. This tutorial provides a brief overview of how replication works in MongoDB before outlining how to configure and initiate a replica set with three members.

Read more
Como Expirar Chaves no Redis — step-by-step Linux tutorial on Progressive Robot

Como Expirar Chaves no Redis

O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. As chaves Redis são persistentes por padrão, o que significa que o servidor Redis continuará armazenando-as, a menos que sejam excluídas manualmente. No entanto, pode…

Read more
CHAT