https://github.com/plugarut/pgoutput-py
https://github.com/plugarut/pgoutput-py
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plugarut/pgoutput-py
- Owner: PlugaruT
- License: mit
- Created: 2022-11-30T20:16:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T11:21:07.000Z (over 2 years ago)
- Last Synced: 2025-03-06T18:17:24.780Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgoutput-py
`pgoutput-py` is a Python library for decoding PostgreSQL logical replication messages. It is developed mainly for educational purposes and it's still WIP!
# TODO
- [ ] Decode protocol messages and output them to stdout in a readable format
- [ ] CLI tool to advance the replication slot by `n` messages
- [ ] Tests