Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As part of this alpha release the following is implemented: * Add a web interface for viewing observations * Add an API for returning aggregates of observations * Add a web view for plotting aggregates of observations * Refactoring of observation related activities: * Add support for performing observation generation using multiple cores, instead of multiple threads since it's CPU bound * Separate observation activities into distinct smaller activities allowing for more narrowly scoped scheduling and retry policies * Change the type of PrevRange so that it's possible to serialize it in JSON allowing to pass it as a parameter to activities * Move update_assets into observation activity * Add support for passing config file via `CONFIG_FILE` environment variable * Improvements to the CLI commands * Drop several CLI arguments that should only be read from the config file * Other improvements related to typing
- Loading branch information