drydock/helm_drydock/ingester
Scott Hussey 839c83651f Last commit to push changes to master. Will use feature branches
going forward

Added readmes to submodules
Refactored model into multiple files
Standardized on 'node' for physical server
Pinned requirements.txt to versions
Began orchestration action outline in conjunction with DAG
2017-03-15 14:53:46 -05:00
..
plugins Last commit to push changes to master. Will use feature branches 2017-03-15 14:53:46 -05:00
__init__.py Last commit to push changes to master. Will use feature branches 2017-03-15 14:53:46 -05:00
readme.md Last commit to push changes to master. Will use feature branches 2017-03-15 14:53:46 -05:00

readme.md

Ingester

Ingester is a pluggable consumer of site design data. It will support consuming data in different formats from different sources.

Each ingester plugin should be able source data based on user-provided parameters and parse that data into the Drydock internal model (helm_drydock.model).

Each plugin does not need to support every type of design data as a single site design may be federated from multiple sources.