Comment sécuriser MongoDB sur Ubuntu 20.04
Une version antérieure de ce tutoriel a été écrite par Brennan Bearnes. MongoDB , également connu sous le nom de Mongo , est une base de données de documents open-source utilisée…
Une version antérieure de ce tutoriel a été écrite par Brennan Bearnes. MongoDB , également connu sous le nom de Mongo , est une base de données de documents open-source utilisée…
Neo4j is a graph database that records relationships between data nodes, whereas traditional relational databases use rows and columns to store and structure data. Since each node stores references to all the other nodes that it is connected to, Neo4j…
Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом Redis — это быстрое хранилище данных типа «ключ‑значение», известное своей гибкостью, производительностью и…
O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. Conjuntos ou Sets no Redis são coleções de strings armazenadas em uma determinada chave. Quando mantido em um conjunto, um…
In this guide, we will discuss how to set up data replication in order to ensure high availability of data and create a robust failover system. This is important in any production environment where a database going down would have a negative impact on your organization or business.
Redis is an open source key-value data store, using an in-memory storage model with optional disk writes for persistence.
Melissa Anderson escribió una versión anterior de este tutorial. MongoDB, también conocido como Mongo, es una base de datos de documentos de código abierto que se utiliza en…
MongoDB ist eine kostenlose und Open-Source-NoSQL-Dokumentendatenbank, die häufig in modernen Webanwendungen verwendet wird. Wenn Sie diesem Tutorial folgen, installieren Sie MongoDB auf einem Ubuntu 20.04-Server unter Verwendung der Standard-APT-Repositorys. Außerdem erfahren Sie, wie Sie den Dienst verwalten und optional den Fernzugriff aktivieren.
Deploy a Meteor.js application on Ubuntu 14.04 with Nginx and MongoDB. This tutorial shows you how to build and deploy a production-ready version of your JavaScript application using the Meteor framework.
Eine frühere Version dieser Anleitung wurde von Melissa Anderson verfasst. MongoDB, auch als Mongo bekannt, ist eine Open-Source-Dokumentendatenbank, die in vielen modernen…