Metadata-Version: 2.3
Name: exasol-advanced-analytics-framework
Version: 0.6.1
Summary: Framework for building complex data analysis algorithms with Exasol
Keywords: exasol
Author: Umit Buyuksahin
Author-email: umit.buyuksahin@exasol.com
Requires-Python: >=3.10,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: exasol-bucketfs (>=1,<3)
Requires-Dist: importlib-resources (>=6.5.2,<7.0.0)
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: joblib (>=1.4.2,<2.0.0)
Requires-Dist: nox (>=2025.2.9,<2026.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Requires-Dist: pyexasol (>=0.25.0,<1.0.0)
Requires-Dist: pyzmq (>=26.2.1,<27.0.0)
Requires-Dist: sortedcontainers (>=2.4.0,<3.0.0)
Requires-Dist: structlog (>=25.1.0,<26.0.0)
Requires-Dist: typeguard (>=4.4.1,<5.0.0)
Project-URL: Homepage, https://github.com/exasol/advanced-analytics-framework
Project-URL: Repository, https://github.com/exasol/advanced-analytics-framework
Description-Content-Type: text/markdown

# Exasol Advanced Analytics Framework

Framework for building complex data analysis algorithms with Exasol.

This framework allows you to implement advanced analytics algorithms — like PageRank or K-Means — that run iteratively inside the Exasol database. It bridges the gap between Python (for data science logic) and Lua (for database-side execution control), enabling complex workflows to be run within a single transaction context.

## Information for Users

- [User Guide](doc/user_guide/user_guide.md)
- [System Requirements](doc/system_requirements.md)
- [Design](doc/design.md)
- [License](LICENSE)

## Information for Developers

- [Developers Guide](doc/developer_guide/developer_guide.md)


