moves API data to S3, allows external use (#74)

This commit is contained in:
Miguel Sozinho Ramalho
2023-10-09 13:20:37 +01:00
committed by GitHub
parent f8e0b7554a
commit 042346a833
6 changed files with 20 additions and 6 deletions

View File

@@ -214,6 +214,10 @@
"title": "Download events",
"description": "Export the most recent available events in different formats.",
"formats": {
"api": {
"label": "API",
"description": "An API endpoint where you can always fetch the entire dataset in JSON format with tools like curl. Useful for integrating the data in other services and visualizaitons."
},
"csv": {
"label": "CSV",
"description": "CSV file where sources and filters are concatenated into a single column each due to data structure limitations."