Browsing tag

mongodb

How To Install Graylog On Ubuntu 20.04

Graylog is an open-source log management tool that helps you to store and analyze any machine logs centrally. Graylog set up consists of three components Graylog server, Elasticsearch, and MongoDB. Here, we will see how to install Graylog on Ubuntu 20.04. Install Java Graylog set up requires Java version 8 or higher. You can use […]

How To Install MongoDB On Ubuntu 20.04

MongoDB is a free and open-source document-oriented database that uses JSON-like documents with optional schemas to store information. It designed with both scalability and developer agility in mind. MongoDB is a cross-platform database and is available for Windows, Linux, OS X, Solaris, and FreeBSD. It is released under Server Side Public License (SSPL). Here, we […]

How To Install MongoDB 4.4 / 4.2 On Debian 9

MongoDB is an open-source cross-platform, document-oriented database and it was designed with both scalability and developer agility in mind. MongoDB is written in C, C++, and JavaScript, and it uses JSON-like documents with dynamic schemas to store data. MongoDB is released under the Server Side Public License (SSPL), and the language drivers are available under […]