An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

🪀 YoYo 🪀

[![YoYoCICD](https://github.com/DNYFZR/YoYo/actions/workflows/build.yaml/badge.svg)](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)


---