Run MongoDB Atlas locally for testing

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • docker-host

    A docker sidecar container to forward all traffic to local docker host or any other host

  • All good, but to build a cluster of more than one node MongoDB requires that "each member of a replica set is accessible by way of resolvable DNS or hostnames". If you run Docker version 18.03+ on hosts like Mac and Win or Docker 20.04+ on Linux, you are free to use the special DNS name host.docker.internal. During installation Docker might add it to your OS host file. However, for those who cannot upgrade their Docker for some reason, we can employ a special container which redirects traffic to the host, for instance Qoomon docker-host. Similarly, we can add dockerhost to the OS host file and also run the container with NET_ADMIN and NET_RAW kernel capabilities.

  • mongodb-replica-set

    Run MongoDB Atlas locally for testing

  • The good news is that we do not have to connect all the above-mentioned pieces together manually, but instead can take the free MongoDBReplicaSet.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Then we can, for instance, create a MongoClient to insert some data and subsequently assert it (see the full example on Github).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Custom NAT Service?

    1 project | /r/docker | 6 Dec 2022
  • Standalone Next.js. When serverless is not an option

    3 projects | dev.to | 12 Apr 2024
  • Deploy Ruby on Rails 7.0 to Dokku micro PaaS - to use or not to use it?

    2 projects | /r/rails | 23 Jun 2023
  • I made a free and open-source URL Shortener application

    1 project | /r/SideProject | 12 Jun 2023
  • I made a minimal full-stack URL Shortener application

    1 project | /r/SideProject | 12 Jun 2023