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

Added local-fs object storage + Patch for running both setups in one go #13

Closed ms-xy closed 8 years ago

ms-xy commented 8 years ago

For testing purposes and smaller setups it is useful to have the option to use the local filesystem for object storage instead of a S3 cluster. Additionally it is now possible to run the storer and objStorer setup in one command. (./Holmes-Totem --setup --objSetup)

webstergd commented 8 years ago

Can you create an issue you highlighted in your TODO comment for supporting MultipleObjects please.

ms-xy commented 8 years ago

Done, see #14

webstergd commented 8 years ago

danke

ms-xy commented 8 years ago

Changes executed as requested

webstergd commented 8 years ago

Looks good dude.

To make this easier for people to use, we will need to add documentation and clean up the configuration file. I will make an issue.