:orphan: The data_loader Module ============================================================================ Implements parallel loading data into a PostgreSQL database. It is also responsible for loading DDL and creation of view, both virtual and materialized. .. toctree:: :maxdepth: 1 :caption: Usage ../DataLoader API --- .. automodule:: nsaph.loader.data_loader :members: :undoc-members: Configuration ------------- .. automodule:: nsaph.loader.common :members: .. automodule:: nsaph.loader.loader_config :members: .. toctree:: :maxdepth: 2 :caption: Models Specification ../Datamodels