Details
-
Task
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
Description
The tutorial for the Java driver needs a refresh. Candidates for inclusion include:
- Configuration: interesting MongoClientOptions, the difference between single ServerAddress and List<ServerAddress>
- Querying: Examples of common queries from the documentation, using either or both QueryBuilder and BasicDBObject
- Updating: Examples of common updates from the documentation, using BasicDBObject
- Bulk Insert, Update, Remove