Cpp Mongodb Service

Use Case

C++ Mongodb Client/Service. Use this client to perform CRUD operations on MongoDB

Session 1:

  • Connects to MongoDB
  • Perform Create and Find operations

Libraries Used

Dataflow Diagram

Session 1

Covers MongoDB - Insert - InsertMany - Find - FindAll

Video explanation of the code

C++ MongodDB Client

Session 2

Covers MongoDB - Upsert One - Upsert Many - Delete - Delete All

Video explanation of the code

C++ MongodDB Client

Source Code

comments powered by Disqus