2 个仓库
Storage layers that use embedded databases to maintain historical application state and configuration.
Distinct from SQLite Integrations: Distinct from general SQLite databases: focuses on the application-level persistence pattern for monitoring history.
Explore 2 awesome GitHub repositories matching data & databases · Application Persistence Adapters. Refine with filters or upvote what's useful.
Beszel is a self-hosted server monitoring platform designed to track real-time performance metrics across multiple host systems and containerized environments. It functions as a centralized dashboard that aggregates data on processor, memory, disk, and network usage, providing visibility into both host-level infrastructure and individual container workloads. The system utilizes lightweight agents to collect performance data, which is then streamed to a central hub and stored in a local relational database. It distinguishes itself through a real-time analytics engine that uses persistent bidir
Uses a local relational database to store historical performance metrics and configuration settings.
Maccy is a lightweight clipboard manager for macOS that captures and stores text and images copied to the system clipboard. It provides a searchable interface for retrieving historical content, allowing users to access previously copied items through a keyboard-driven workflow. The application distinguishes itself by prioritizing privacy and performance through automated filtering and local data management. It employs pattern matching to identify and exclude sensitive information, such as passwords, from being saved. All history is maintained in a local database, with an in-memory index that
Uses an embedded SQLite database to maintain persistent clipboard history across application restarts.