onestep-mysql
MySQL connector plugin for onestep.
pip install onestep-mysql
The package registers these YAML resource types through the onestep.resources
entry point:
mysqlmysql_state_storemysql_cursor_storemysql_table_queuemysql_incrementalmysql_binlogmysql_table_sink
Python usage:
from onestep_mysql import MySQLConnector
SQLAlchemy database operations use AsyncEngine and async drivers. Existing
mysql:// and mysql+pymysql:// DSNs are accepted and are automatically
adapted to the asyncmy dialect. SQLite is supported in tests and local
development through aiosqlite. The binlog reader remains isolated behind a
thread boundary because mysql-replication is a synchronous library.
Production mysql_incremental sources should bind a durable
mysql_cursor_store with an explicit stable state_key. Retries redeliver the
same logical row with incremented attempts and pause later SQL reads across the
gap. Concurrent acknowledgements advance only a contiguous prefix and are
coalesced into cursor-store commit waves.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file onestep_mysql-0.5.1.tar.gz.
File metadata
- Download URL: onestep_mysql-0.5.1.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ab2d8ca8f0b6544940b82c2b58714f4c93ab62f37941c4fa576b2af68a02685
|
|
| MD5 |
a9d4b5ddeb813b9b9c54863448c420d3
|
|
| BLAKE2b-256 |
02f984304b4adb74d05ca84cbdcd8144ac2fdb133999f5314856b2222fdf27f0
|
File details
Details for the file onestep_mysql-0.5.1-py3-none-any.whl.
File metadata
- Download URL: onestep_mysql-0.5.1-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0fbeb36d9569eafab5f09894c45ba80b508cd335862794491779fb770c2fe1e
|
|
| MD5 |
083e966bce8a653df65738d75ce59bb6
|
|
| BLAKE2b-256 |
43b247ac8d80d0b4ee16b9b348994577442a297c75b30d53e88b01a309d10923
|