https://github.com/dnyfzr/yoyo
🪀 serverless caching database package
https://github.com/dnyfzr/yoyo
caching database python serverless
Last synced: about 1 month ago
JSON representation
🪀 serverless caching database package
- Host: GitHub
- URL: https://github.com/dnyfzr/yoyo
- Owner: DNYFZR
- License: mit
- Created: 2024-02-25T21:09:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T19:35:00.000Z (about 2 years ago)
- Last Synced: 2025-01-08T13:51:32.005Z (over 1 year ago)
- Topics: caching, database, python, serverless
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🪀 YoYo 🪀
[](https://github.com/DNYFZR/YoYo/actions/workflows/build.yaml)
**🪀YoYo Provides serverless caching services with backup functionality:**
- Initially developed to serve as a low cost & minimal overhead API cache manager.
- Wrapped inside a light weight & powerful API.
- Users have access to underlying DuckDB functionaliy via the ```YoYo().connect()``` method.
- Users also have access to the power of Rust via Polars, along side the main caching mechanisms it's involved in.
- The trick deck: [API Reference](/docs/API.md)
**🪀 YoYo's string has minimal dependencies :**
- Polars (no mandatory dependencies)
- DuckDB (no mandatory dependencies)
- PyArrow (no mandatory dependencies)
---