Details
-
Task
-
Resolution: Incomplete
-
Major - P3
-
None
-
None
-
0.4
Description
DoD
Write a Java sample application to insert data into the collection. The sample app should have the following method:
one that illustrates the use of insert() - specifying the _id field
one that illustrates the use of insert() - not specifying the _id field
one that illustrates the use of insertOne()
one that illustrates the use of insertMany()
Two of the methods should also make use of project.
Write unit tests for all methods plus one for connecting to the cluster.
Pull request passes code review and merged.