Skip to content

kulame/unimeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e3d5a43 · May 20, 2020

History

56 Commits
Apr 30, 2020
May 1, 2020
May 19, 2020
May 20, 2020
Apr 30, 2020
Apr 30, 2020
May 8, 2020
Apr 30, 2020
Apr 30, 2020
Apr 30, 2020
May 20, 2020
May 6, 2020
May 1, 2020
Apr 30, 2020
May 7, 2020
May 6, 2020
May 20, 2020
Apr 30, 2020

Repository files navigation

unimeta

realtime database sync tools

Installation

unimeta is distributed on PyPI <https://pypi.org>_ as a universal wheel and is available on Linux/macOS and Windows and supports Python 2.7/3.5+ and PyPy.

$ pip install unimeta
>>> from unimeta.pipeline import Pipeline
>>> mysql = "mysql://root:111111@127.0.0.1:3306/hr"
>>> clickhouse = "clickhouse://127.0.0.1:9000/hr"
>>> meta = "unimetad://kula@127.0.0.1:8000/mysql2ch"
>>> pipe = Pipeline(source, sink, meta)
>>> pipe.sync()

License

unimeta is distributed under the terms of both

  • MIT License <https://choosealicense.com/licenses/mit>_
  • Apache License, Version 2.0 <https://choosealicense.com/licenses/apache-2.0>_

at your option.

About

realtime data sync tools

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages