Metadata-Version: 2.1
Name: odap-export-orchestrator
Version: 0.1.2
Summary: DataSentics odap export orchestrator
Home-page: https://github.com/DataSentics/odap-export-orchestrator
License: MIT
Author: Pavla Moravkova
Author-email: pavla.moravkova@datasentics.com
Requires-Python: >=3.7.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: azure.storage.blob (>=12.8.1,<13.0.0)
Requires-Dist: pandas (>=1.2.4,<2.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: tables (>=3.6.1,<4.0.0)
Project-URL: Repository, https://github.com/DataSentics/odap-export-orchestrator
Description-Content-Type: text/markdown

# ODAP EXPORT ORCHESTRATOR

**This package is distributed under the "DataSentics SW packages Terms of Use." See [license](https://github.com/DataSentics/odap-export-orchestrator/blob/main/LICENSE)**

This module exports data based on config sent from Persona application backend. It’s part of the application, it exports data from featurestore, etc to inmemory dataset of application. It’s scheduled from backend of the application and also all information needed to make correct export get from backend in form of json.
