The Storage Planner manages access to all data within the Holmes Processing system. It orchestrates the interaction across multiple Databases, serves the files for analysis, etc.
This pull request adds HTTP-handlers for GET and POST to "/config/" which allow a user to upload and query configuration files, which are stored in the database.
A file is uploaded by using the POST-parameter "config". It is queried by using GET on the path which was used for uploading.
This pull request adds HTTP-handlers for GET and POST to "/config/" which allow a user to upload and query configuration files, which are stored in the database.
A file is uploaded by using the POST-parameter "config". It is queried by using GET on the path which was used for uploading.