Cpp Duckdb Service

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

C++ DuckDB Service

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

Video explanation of the code

C++ DuckDB Service 2

Source Code

comments powered by Disqus