2 repository-uri
Caching systems that store frequently accessed data in memory while persisting to a relational database for durability.
Distinct from In-Memory Caches: Distinct from In-Memory Caches: adds a relational database persistence layer, not just volatile RAM caching.
Explore 2 awesome GitHub repositories matching data & databases · Persistent Database-Backed Caches. Refine with filters or upvote what's useful.
IntentKit is an open-source platform for deploying and managing a collaborative team of AI agents that can work together to complete complex tasks. It provides a self-hosted agent orchestrator that coordinates multiple agents through a modular pipeline of entrypoints, orchestration, and storage, all running as containerized services using Docker Compose or Swarm for production-grade deployment. The platform distinguishes itself by offering a plugin-based system for extending agent capabilities without modifying the core codebase, along with built-in integrations for connecting agents to socia
Stores agent configurations, memory, and conversation state in PostgreSQL while caching frequently accessed data in memory.
Lidarr is a music library automation manager and client controller that monitors artists for new releases and automates the acquisition of music via BitTorrent and Usenet. It serves as a metadata organizer and integrator, connecting download clients with media servers to maintain a complete and up-to-date digital music collection. The system differentiates itself through automated library maintenance, such as scanning for missing tracks to fill gaps and monitoring for higher-quality versions of existing files to perform automatic quality upgrades. It uses configurable naming patterns to renam
Uses a local database-backed cache to store artist and track metadata and track library state.