|
4 | 4 |
|
5 | 5 | - id: python
|
6 | 6 | content: |
|
| 7 | + |
| 8 | + .. tip:: |
7 | 9 |
|
8 |
| - The following is an outline with the minimum code necessary to connect to MongoDB using PyMongo. |
9 |
| - You'll make additions over the next few steps to read data. |
| 10 | + The following is an outline with the minimum code necessary to connect to MongoDB. |
| 11 | + You'll make additions over the next few steps to read data. |
| 12 | + |
| 13 | + At line 4, replace the URI string with your own |
| 14 | + :ref:`Atlas connection string <guides-get-connection-string>`. |
10 | 15 |
|
11 | 16 | .. literalinclude:: /includes/code/python/crud_read_connect.py
|
12 | 17 | :caption: crud_read.py
|
|
26 | 31 | - id: go
|
27 | 32 | content: |
|
28 | 33 |
|
29 |
| - The following is an outline with the minimum code necessary to connect to MongoDB using the Go driver. |
30 |
| - You'll make additions over the next few steps to read data. |
| 34 | + .. tip:: |
| 35 | + |
| 36 | + The following is an outline with the minimum code necessary to connect to MongoDB. |
| 37 | + You'll make additions over the next few steps to read data. |
| 38 | + |
| 39 | + At line 11, replace the URI string with your own |
| 40 | + :ref:`Atlas connection string <guides-get-connection-string>`. |
31 | 41 |
|
32 | 42 | .. literalinclude:: /includes/code/go/crud-read-connect.go
|
33 | 43 | :caption: crudRead.go
|
|
38 | 48 | - id: java-sync
|
39 | 49 | content: |
|
40 | 50 |
|
41 |
| - The following is an outline with the minimum code necessary to connect to MongoDB using the Java driver. |
42 |
| - You'll make additions over the next few steps to read data. |
| 51 | + .. tip:: |
| 52 | + |
| 53 | + The following is an outline with the minimum code necessary to connect to MongoDB. |
| 54 | + You'll make additions over the next few steps to read data. |
| 55 | + |
| 56 | + At line 8, replace the URI string with your own |
| 57 | + :ref:`Atlas connection string <guides-get-connection-string>`. |
43 | 58 |
|
44 | 59 | .. literalinclude:: /includes/code/java/CrudReadConnect.java
|
45 | 60 | :caption: CrudRead.java
|
|
50 | 65 | - id: nodejs
|
51 | 66 | content: |
|
52 | 67 |
|
53 |
| - The following is an outline with the minimum code necessary to connect to MongoDB using the Node.js driver. |
54 |
| - You'll make additions over the next few steps to read data. |
| 68 | + .. tip:: |
| 69 | + |
| 70 | + The following is an outline with the minimum code necessary to connect to MongoDB. |
| 71 | + You'll make additions over the next few steps to read data. |
| 72 | + |
| 73 | + At line 4, replace the URI string with your own |
| 74 | + :ref:`Atlas connection string <guides-get-connection-string>`. |
55 | 75 |
|
56 | 76 | .. literalinclude:: /includes/code/node/crud-read-connect.js
|
57 | 77 | :caption: crud-read.js
|
|
62 | 82 | - id: csharp
|
63 | 83 | content: |
|
64 | 84 |
|
65 |
| - The following is an outline with the minimum code necessary to connect to MongoDB using the C#/.NET driver. |
66 |
| - You'll make additions over the next few steps to read data. |
| 85 | + .. tip:: |
| 86 | + |
| 87 | + The following is an outline with the minimum code necessary to connect to MongoDB. |
| 88 | + You'll make additions over the next few steps to read data. |
| 89 | + |
| 90 | + At line 5, replace the URI string with your own |
| 91 | + :ref:`Atlas connection string <guides-get-connection-string>`. |
67 | 92 |
|
68 | 93 | .. literalinclude:: /includes/code/dotnet/CrudReadConnect.cs
|
69 | 94 | :caption: CrudRead.cs
|
|
0 commit comments