Install RabbitMQ on Window

In this tutorial, I will guide you all how to install RabbitMQ on Windows environment. First, you need to download the RabbitMQ installation file at https://www.rabbitmq.com/download.html. It has many versions for many different environments but in this tutorial, we will download the version installed on… Read More

Install Erlang on Window

In this tutorial, I will guide you how to install Erlang on Windows environment. First, you need to go to the Erlang Download page at https://www.erlang.org/downloads to download the latest version of Erlang. Currently, the latest version of Erlang is 20.3 and its download file… Read More

Backup and restore MongoDB database

In this tutorial, I will guide you all how to backup and restore your MongoDB database. First of all is the backup. We will use the mongodump tool which installed with MongoDB. The syntax for MongoDB database backup is as follows:

Inside: database_need_backup is… Read More