/golang-quickstart

Primary LanguageGoApache License 2.0Apache-2.0

Quick Start: Developing Applications with MongoDB and Go

A Quick Start series for developing applications with the Go programming language (Golang) that interact with MongoDB.

Table of Contents

  1. How to Get Connected to Your MongoDB Cluster with Go
  2. Creating MongoDB Documents with Go
  3. Retrieving and Querying MongoDB Documents with Go
  4. Updating MongoDB Documents with Go
  5. Deleting MongoDB Documents with Go
  6. Modeling MongoDB Documents with Native Go Data Structures
  7. Performing Complex MongoDB Data Aggregation Queries with Go
  8. Reacting to Database Changes with MongoDB Change Streams and Go
  9. Multi-Document ACID Transactions in MongoDB with Go