https://github.com/d-ganchar/ripley
A simple interface for routine db operations and data maintenance
https://github.com/d-ganchar/ripley
clickhouse data data-maintenance database python sql
Last synced: 9 months ago
JSON representation
A simple interface for routine db operations and data maintenance
- Host: GitHub
- URL: https://github.com/d-ganchar/ripley
- Owner: d-ganchar
- License: mit
- Created: 2024-10-21T08:34:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T16:48:19.000Z (over 1 year ago)
- Last Synced: 2025-04-08T20:47:51.367Z (10 months ago)
- Topics: clickhouse, data, data-maintenance, database, python, sql
- Language: Python
- Homepage: https://d-ganchar.github.io/ripley.html
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ripley
**Ripley** provides a simple interface for routine db operations and data maintenance. The main idea:
- no dependencies
- no error handlers
- no package errors
- isolation from the database driver
Implementations: [Clickhouse](https://clickhouse.com/)
[](https://d-ganchar.github.io/ripley.html)