How to send structured data to be included in DCWatch
The simplest way to provide new data to DCWatch is to send us a structured file.
It should preferrably be CSV files, in the form of either:
- 1 file following the schema of the export_summary.csv file that is generated on each release
- or, if you are willing to help us integrate the data easily, several files following the same schema as DCWatch’s database. See how to manage data following this schema with DuckDB to prepare your dataset programmatically.
In both cases, it should follow the contribution procedure for code and data, meaning opening a merge-request on our Gitlab repository.