FACT Dataset InputOuptut
Julia module and scripts to define and execute the computation, storage, and retrieval of results from FACT data services.
Use
Datasets are defined in .TOML files stored in the ./projects directory. Refer to the template for the required structure and syntax.
To compute the data
To start a specific project file
julia --project=@. src/FACT_compute_dataset.jl nm_counties.toml
Download data
To download the data of a specific project file
julia --project=@. src/FACT_download_dataset.jl nm_counties.toml nm_counties.csv
Dataset can be exported to the formats: '.json', '.csv', '.dta', '.parquet', and '.sqlite'. Data joins (and join types) are defined in the project file.
Files are saved in the ./data directory following intuitive naming conventions derived from the file name and project configuration requested.
Specifications
Notes
Authors
Riccardo Boero - ribo@nilu.no