Skip to content

Commit 49e3cbe

Browse files
committed
add data details
1 parent 20c0cc8 commit 49e3cbe

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

source/crud/write-operations/bulk.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,21 @@ see the following API documentation:
363363
Example File
364364
~~~~~~~~~~~~
365365

366-
The following code is a complete, standalone file that performs an ordered bulk
367-
write operation.
366+
This code example is a complete, standalone file that performs an ordered bulk
367+
write operation. It uses the on the ``movies`` collection in the
368+
``sample_mflix`` database included in the :atlas:`sample datasets
369+
</sample-data?jmp=docs_driver_java>` provided by Atlas. You can load them into
370+
your database on the free tier of MongoDB Atlas by following the :atlas:`Get
371+
Started with Atlas Guide </getting-started/#atlas-getting-started?jmp=docs_driver_java>`
368372

369373
.. include:: /includes/sample-data-note.rst
370374

371-
It uses the on the ``movies`` collection in the ``sample_mflix`` database.
375+
372376
The example call to ``bulkWrite()`` includes examples of the ``InsertOneModel``,
373377
``UpdateOneModel``, and ``DeleteOneModel``.
374378

379+
The following code
380+
375381
.. include:: /includes/connect-guide-note.rst
376382

377383
.. io-code-block::

0 commit comments

Comments
 (0)