Any learning suggestion for the MongoDB Java Driver?

Hi MongoDB community, I’m a Java developer and I recently got my MongoDB Certified Developer certificate. But I want to learn more about the in-depth knowledge of MongoDB, so I pulled down the code of Mongo Java driver from GitHub - mongodb/mongo-java-driver: The Official Java driver for MongoDB. The things is there are some many classes, any suggestion where should I get started as an entry point ?

Enjoy MongoDB Courses and Trainings | MongoDB University

I was too quick. I imagine that since you got

you already took M220J.

Sorry.

2 Likes

Hi @Junlei_Li,

Was there something specific you are looking to learn about the Java driver?

As a general starting point for official MongoDB drivers, I recommend reviewing some of the MongoDB Specifications the drivers implement.

These specifications provide context on expected behaviour and rationale for driver APIs.

For example:

Regards,
Stennie

@Stennie_X Thank you so much for the useful tips, I’m gonna look into these parts.

1 Like