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
- Host: GitHub
- URL: https://github.com/mongodb-developer/golang-quickstart
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2019-10-31T19:19:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T19:51:22.000Z (over 5 years ago)
- Last Synced: 2023-08-11T12:30:50.483Z (almost 2 years ago)
- Topics: go, golang, mongodb, quickstart
- Language: Go
- Size: 85 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change-streams/Gopkg.toml
- License: LICENSE
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)