drydock/helm_drydock/ingester
Scott Hussey 490cb84ba0 API service for /designs and /tasks endpoints
REST API using falcon library
Middleware for authentication (stubbed until Keystone is avail)
Middleware for context and logging
Request logging and initial error logging
README updates
2017-05-25 08:13:38 -05:00
..
plugins API service for /designs and /tasks endpoints 2017-05-25 08:13:38 -05:00
__init__.py API service for /designs and /tasks endpoints 2017-05-25 08:13:38 -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.