-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathconnections.txt
39 lines (29 loc) · 1.18 KB
/
connections.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.. _golang-connection:
===========
Connections
===========
.. meta::
:description: Explore how to configure connections to a MongoDB deployment using the Go driver, including options for TLS and network compression.
.. toctree::
Connection Guide </fundamentals/connections/connection-guide>
Connection Options </fundamentals/connections/connection-options>
Network Compression </fundamentals/connections/network-compression>
Configure TLS </fundamentals/connections/tls>
Connect with AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
Overview
--------
Learn how to use the {+driver-short+} to configure your application's
connection to a MongoDB deployment in the following sections:
- :ref:`golang-connection-guide`
- :ref:`golang-connection-options`
- :ref:`golang-network-compression`
- :ref:`golang-tls`
- :atlas:`Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
To learn how to authenticate to MongoDB, see the following pages:
- :ref:`golang-authentication-mechanisms`
- :ref:`golang-enterprise-authentication-mechanisms`