ivan-marquez / go-mdb

MongoDB Golang driver ETL script examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>"

About

MongoDB Golang driver ETL script examples


Languages

Language:Go 100.0%