Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

mongodb-developer/golang-quickstart

Repository files navigation

Notice: Repository Deprecation

This repository is deprecated and no longer actively maintained. It contains outdated code examples or practices that do not align with current MongoDB best practices. While the repository remains accessible for reference purposes, we strongly discourage its use in production environments. Users should be aware that this repository will not receive any further updates, bug fixes, or security patches. This code may expose you to security vulnerabilities, compatibility issues with current MongoDB versions, and potential performance problems. Any implementation based on this repository is at the user's own risk. For up-to-date resources, please refer to the MongoDB Developer Center.

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

Releases

No releases published

Packages

No packages published

Languages