Breadcrumbs

Step 1 Setup MongoDB

Download MongoDB

To download MongoDB we recommend the official website.

  1. Open the link https://www.mongodb.com/try/download/community.

  2. Choose the version for your OS. in my case is windows.
    image2020-8-24_11-27-10.png

  3. A msi file will be downloaded.
    image2020-8-24_11-28-14.png

Install MongoDB

  1. After it finishes, Go to the download folder then run the setup file.

    image2020-8-24_11-29-54.png

  2. Then next, choose complete installation then next.

    image2020-8-24_11-35-9.png

  3. Configure the service, then next.

    image2020-8-24_11-36-6.png

  4. Check install compass, then next.

    image2020-8-24_11-37-5.png

  5. Then install.

    image2020-8-24_11-37-53.png

  6. Open mongo compass and check the connection to the local mongo instance.

    image2020-8-24_11-46-7.png

  7. You should see this.

    image2020-8-24_11-46-51.png

Next


Step 2 Setup the mongo timeseries connector