digital-land / technical-documentation

Technical Documentation for the planning data service.
https://digital-land.github.io/technical-documentation/index.html
0 stars 0 forks source link

Expose issues in Parquet format via pipeline API #106

Open Ben-Hodgkiss opened 1 month ago

Ben-Hodgkiss commented 1 month ago

Overview

Expose issues in Parquet format via new pipeline API

Background Following the design proposal for an internal API, we would like to prove some technology choices which include the use of Fast API with DuckDB accessing Parquet on S3.

This work was identified during the spike on API design.

By exposing the issues in Parquet format via an internal API, we will know whether Parquet will be an appropriate format for consuming via an internal API as well as datasette.

Builds on work to be delivered via https://trello.com/c/NZevJ4wU/3581-spike-prove-fast-api-with-duckdb-and-parquet-on-s3 .

Tech Approach

Acceptance Criteria/Tests


Ticket Management - DELETE this section once completed