Metadata-Version: 2.4
Name: data-syncmaster
Version: 0.3.0
Summary: Syncmaster REST API + Worker
License: Apache-2.0
License-File: LICENSE.txt
Keywords: Syncmaster,REST,API,Worker,Spark,Transfer,ETL
Author: MWS Data Bridge
Author-email: onetools@mts.ru
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: scheduler
Provides-Extra: server
Provides-Extra: worker
Requires-Dist: alembic (>=1.17.1,<2.0.0) ; extra == "server"
Requires-Dist: apscheduler (>=3.11.1,<4.0.0) ; extra == "scheduler"
Requires-Dist: asgi-correlation-id (>=4.3.4,<5.0.0)
Requires-Dist: asyncpg (>=0.30,<0.32) ; extra == "server" or extra == "scheduler"
Requires-Dist: celery (>=5.5.3,<6.0.0)
Requires-Dist: coloredlogs (>=15.0.1,<16.0.0)
Requires-Dist: fastapi (>=0.124.0,<0.125.0) ; extra == "server"
Requires-Dist: horizon-hwm-store (>=1.1.4,<2.0.0) ; extra == "worker"
Requires-Dist: itsdangerous (>=2.2.0,<3.0.0) ; extra == "server"
Requires-Dist: jinja2 (>=3.1.6,<4.0.0) ; extra == "server" or extra == "worker"
Requires-Dist: onetl[all] (>=0.15.0,<0.16.0) ; extra == "worker"
Requires-Dist: psycopg2-binary (>=2.9.11,<3.0.0) ; extra == "server" or extra == "worker"
Requires-Dist: pydantic (>=2.12.4,<3.0.0)
Requires-Dist: pydantic-settings (>=2.12.0,<3.0.0)
Requires-Dist: pydantic-settings-logging (>=0.1.1,<0.2.0)
Requires-Dist: pyjwt (>=2.10.1,<3.0.0) ; extra == "server"
Requires-Dist: pyspark (<4.0.0) ; extra == "worker"
Requires-Dist: python-json-logger (>=4.0.0,<5.0.0)
Requires-Dist: python-keycloak (>=5.8.1,<6.0.0) ; extra == "server"
Requires-Dist: python-multipart (>=0.0.20,<0.0.21) ; extra == "server"
Requires-Dist: pyyaml (>=6.0.3,<7.0.0) ; extra == "server"
Requires-Dist: sqlalchemy (>=2.0.44,<3.0.0)
Requires-Dist: sqlalchemy-utils (>=0.42.0,<0.43.0)
Requires-Dist: starlette-exporter (>=0.23.0,<0.24.0) ; extra == "server"
Requires-Dist: uuid6 (>=2025.0.1,<2026.0.0)
Requires-Dist: uvicorn (>=0.38.0,<0.39.0) ; extra == "server"
Project-URL: CI/CD, https://github.com/MobileTeleSystems/syncmaster/actions
Project-URL: Documentation, https://syncmaster.readthedocs.io
Project-URL: Homepage, https://github.com/MobileTeleSystems/syncmaster
Project-URL: Source, https://github.com/MobileTeleSystems/syncmaster
Project-URL: Tracker, https://github.com/MobileTeleSystems/syncmaster/issues
Description-Content-Type: text/x-rst

.. _readme:

|Logo|

.. |Logo| image:: https://raw.githubusercontent.com/MobileTeleSystems/syncmaster/e3afdfe835fc6ee943f1105cfe3d624c01123bd6/docs/_static/logo_wide_red_text.svg
    :alt: Data.SyncMaster logo
    :target: https://github.com/MobileTeleSystems/data-syncmaster

|Repo Status| |Docker image| |PyPI| |PyPI License| |PyPI Python Version| |Documentation|
|Build Status| |Coverage| |pre-commit.ci|

.. |Repo Status| image:: https://www.repostatus.org/badges/latest/wip.svg
    :target: https://www.repostatus.org/#wip
.. |Docker image| image:: https://img.shields.io/docker/v/mtsrus/syncmaster-server?sort=semver&label=docker
    :target: https://hub.docker.com/r/mtsrus/syncmaster-server
.. |PyPI| image:: https://img.shields.io/pypi/v/data-syncmaster
    :target: https://pypi.org/project/data-syncmaster/
.. |PyPI License| image:: https://img.shields.io/pypi/l/data-syncmaster.svg
    :target: https://github.com/MobileTeleSystems/syncmaster/blob/develop/LICENSE.txt
.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/data-syncmaster.svg
    :target: https://badge.fury.io/py/data-syncmaster
.. |Documentation| image:: https://readthedocs.org/projects/syncmaster/badge/?version=stable
    :target: https://syncmaster.readthedocs.io
.. |Build Status| image:: https://github.com/MobileTeleSystems/syncmaster/workflows/Run%20All%20Tests/badge.svg
    :target: https://github.com/MobileTeleSystems/syncmaster/actions
.. |Coverage| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/
    MTSOnGithub/03e73a82ecc4709934540ce8201cc3b4/raw/syncmaster_badge.json
    :target: https://github.com/MobileTeleSystems/syncmaster/actions
.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/syncmaster/develop.svg
    :target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/syncmaster/develop

What is Data.SyncMaster?
------------------------

Data.SyncMaster is as no-code ETL tool for transfering data between databases and file systems.
List of currently supported connections:

* Apache Hive
* Clickhouse
* Iceberg (REST Catalog + S3)
* MSSQL
* MySQL
* Oracle
* Postgres
* FTP
* FTPS
* HDFS
* S3
* Samba
* SFTP
* WebDAV

Based on `onETL <https://onetl.readthedocs.io/>`_ and `Apache Spark <https://spark.apache.org/>`_.

Goals
-----

* Make transfering data between databases and file systems as simple as possible
* Provide a lot of builtin connectors to transfer data in heterogeneous environment
* RBAC and multitenancy support

Non-goals
---------

* No streaming support for now, only batch operations
* This is not a change data capture (CDC) solution

.. documentation

Documentation
-------------

See https://syncmaster.readthedocs.io

