HolmesProcessing / Holmes-Storage

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.
16 stars 7 forks source link

Store configs in db #29

Closed Ma-Shell closed 8 years ago

Ma-Shell commented 8 years ago

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.