awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesPersistence Layers

Mechanisms for serializing and recovering application state across process boundaries.

Distinguishing note: Focuses on state persistence for fault tolerance rather than database storage.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Persistence Layers. Refine with filters or upvote what's useful.

Awesome Persistence Layers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • langchain-ai/langgraphAvatar de langchain-ai

    langchain-ai/langgraph

    34,925Ver en GitHub↗

    LangGraph is a framework for building stateful, multi-step agentic workflows by modeling application logic as a directed graph. It provides a runtime environment where complex tasks are orchestrated through interconnected nodes and edges, allowing developers to manage state transitions, persistent memory, and control flow across long-running automated processes. The platform distinguishes itself through its native support for human-in-the-loop automation, enabling developers to define breakpoints that pause execution for manual review, modification, or approval. It also features checkpoint-ba

    Serializes graph state to external storage to enable fault tolerance and process recovery.

    Pythonagentsaiai-agents
    Ver en GitHub↗34,925
  • namidaco/namidaAvatar de namidaco

    namidaco/namida

    5,002Ver en GitHub↗

    Namida is a multi-format media player, music library manager, and network media streamer. It provides a unified interface for playing local and remote audio and video files, serving as both a specialized client for YouTube content and a synchronized lyrics player. The project distinguishes itself through a dynamic theme engine that generates artwork-based visuals and a comprehensive set of audio processing tools, including gain normalization, equalizers, and crossfading. It also features a specialized system for retrieving and displaying time-synced lyrics in formats such as LRC and TTML. Br

    Maintains a durable playback sequence that persists across sessions and allows for complex reordering.

    Dartandroidandroid-appandroid-music-player
    Ver en GitHub↗5,002
  • emitter-io/emitterAvatar de emitter-io

    emitter-io/emitter

    4,005Ver en GitHub↗

    Emitter es una plataforma distribuida de pub-sub y message broker que proporciona enrutamiento de datos en tiempo real entre publicadores y suscriptores en un clúster distribuido. Funciona como un broker de mensajes MQTT para dispositivos de bajo consumo y como servidor de comunicación WebSocket para clientes web, actuando además como un orquestador de canales seguros para gestionar flujos de datos cifrados. El sistema se distingue por su combinación de clustering de brokers distribuidos para alta disponibilidad y un sistema de reproducción de mensajes respaldado por persistencia. Esto permite a la plataforma almacenar mensajes históricos y entregarlos a los suscriptores que estaban desconectados durante la transmisión inicial. El acceso se gestiona mediante claves de permiso de tiempo limitado que aplican controles granulares de lectura y escritura para rutas de canales específicas. La plataforma cubre una amplia gama de capacidades de mensajería, incluyendo entrega asíncrona, colas para clientes desconectados y transmisión de datos binarios y de texto en múltiples formatos. Soporta enrutamiento basado en canales con filtrado de mensajes para desacoplar los componentes del sistema y proporciona observabilidad operativa mediante metadatos de conexión y monitoreo de rendimiento. El sistema se puede desplegar mediante contenedores Docker y configurarse mediante variables de entorno y archivos de configuración externos.

    Persists historical messages in a database to allow subscribers to retrieve missed data after disconnection.

    Goemittergogolang
    Ver en GitHub↗4,005
  • xxxily/h5playerAvatar de xxxily

    xxxily/h5player

    3,575Ver en GitHub↗

    h5player is an HTML5 video player extension and web media controller that adds advanced playback controls, visual filters, and media downloading capabilities to any web page using the HTML5 video tag. It functions as a customizable media hotkey manager and real-time video filter tool to enhance the standard browser viewing experience. The project is distinguished by its configuration-driven extension system, which allows for the remapping of playback shortcuts and the addition of new features through external scripts. It also provides a real-time visual filtering suite for modifying brightnes

    Saves video progress and playback speed to local storage to allow resuming content across browser sessions.

    JavaScriptchrome-extensionh5playerplayer
    Ver en GitHub↗3,575
  • frost819/bvAvatar de Frost819

    Frost819/bv

    2,804Ver en GitHub↗

    bv is an Android TV video streaming client and specialized video player designed for television hardware. It features a remote-control user interface and a high-resolution display overlay to facilitate navigation and content consumption on big-screen displays. The project focuses on television-specific optimizations, including a customizable comment system with adjustable transparency and scroll speed to ensure readability. It maps short-press and long-press hardware signals to specific engagement actions, such as tipping or saving content, to simplify interaction with creator profiles. The

    Saves video breakpoints and playback history to enable seamless resumption of content across different sessions.

    Kotlin
    Ver en GitHub↗2,804
  • musicplayerdaemon/mpdAvatar de MusicPlayerDaemon

    MusicPlayerDaemon/MPD

    2,607Ver en GitHub↗

    MPD is a headless music server daemon that indexes audio libraries and streams music to local or remote outputs. It functions as a music library manager and network audio streamer, providing a remote audio control protocol that allows external clients to manage playback, playlists, and database queries. The system acts as a multiroom audio coordinator, synchronizing audio distribution across multiple networked clients and hardware devices. It supports a variety of remote management capabilities, including a dedicated control API and the ability to broadcast audio streams over network protocol

    Saves the current playback position and queue to allow session restoration after a restart.

    C++audioaudio-playermusic
    Ver en GitHub↗2,607
  1. Home
  2. Software Engineering & Architecture
  3. Persistence Layers

Explorar subetiquetas

  • Playback Queue Persistence1 sub-etiquetaDurable storage of the media playback sequence to maintain state across sessions. **Distinct from Persistence Layers:** Specifically manages the order and persistence of a playback queue rather than general API operation logs.