Backend services for dataset metadata and timeseries data extracted from SKOPE datasets - see https://api.openskope.org/docs for API details and examples
Dataset metadata currently needs to be specified twice and should :
- timeseries/metadata.ymlcontains the full dataset metadata exposed by the metadata endpoint and consumed by the skopeui app
- timeseries/deploy/metadata/prod.ymlcontains a subset of the dataset metadata used by the backend services to handle timeseries extraction (time ranges, time resolution, and available variables) from the datacubes available in the store (runtime settings for the store dynamically generated at build time at- timeseries/deploy/settings/config.yml)
Set up dev configuration
./configure devBuild the project & run the backend server and geoserver
make deployTry out the analysis endpoint
http --json POST localhost:8002/datasets/yearly < yearly.json 
http --json POST localhost:8002/datasets/monthly < monthly.json Run the tests
make testSet up for prod deployment
./configure prodbuild & deploy
make deploy