Use Case
C++ DuckDB Client/Service. Use this client to perform Select operations on DuckDB
Libraries Used
Dataflow Diagram (Reuse MongoDB Service Diagram)

Session 1:
- Connects to DuckDB
- Read Parquet file
- Perform Select Operation
- DuckDB - Service - Controller
Video explanation of the code
Source Code
Session 2:
- Display output in JSON format
- Load Parquet file from Pre Signed URL
- DuckDB httpfs, json extensions - how to build and use them
- Clean up code