go-mdb MongoDB Golang driver ETL script examples Project structure Each branch contains a different example. Development Setup Add a .env file with the following variables: DB_URL="mongodb+srv://<username>:<password>@<cluster-address>/test?w=majority" DB_NAME="<db name>"