netsec-ethz / fpki

4 stars 1 forks source link

Ingest tool #30

Closed juagargi closed 1 year ago

juagargi commented 1 year ago

We need an ingest tool that allows us to input local files to the DB.

This PR addresses #28 (but WIP). The design of the DB structure disallows updates concurrently, which limits how efficient the data ingestion is. For now, I submit this PR that provides an initial glimpse of how the pipeline could be constructed. The operations in the pipeline themselves will have to be changed after fixing #29.

TODO:


This change is Reviewable

juagargi commented 1 year ago

This now closes #32