An open API service indexing awesome lists of open source software.

https://github.com/mongodb-developer/golang-quickstart


https://github.com/mongodb-developer/golang-quickstart

go golang mongodb quickstart

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://mongodb.com/developer).

# 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](connecting/connecting-to-your-mongodb-cluster-with-go.md)
2. [Creating MongoDB Documents with Go](creating/creating-mongodb-documents-with-go.md)
3. [Retrieving and Querying MongoDB Documents with Go](retrieving/retrieving-and-querying-mongodb-documents-with-go.md)
4. [Updating MongoDB Documents with Go](updating/updating-mongodb-documents-with-go.md)
5. [Deleting MongoDB Documents with Go](deleting/deleting-documents-in-a-mongodb-collection-with-go.md)
6. [Modeling MongoDB Documents with Native Go Data Structures](modeling/modeling-mongodb-documents-with-native-go-data-structures.md)
7. [Performing Complex MongoDB Data Aggregation Queries with Go](aggregation/performing-complex-mongodb-data-aggregation-queries-with-go.md)
8. [Reacting to Database Changes with MongoDB Change Streams and Go](change-streams/reacting-to-database-changes-with-mongodb-change-streams-and-go.md)
9. [Multi-Document ACID Transactions in MongoDB with Go](transactions/multi-document-acid-transactions-mongodb-go.md)