awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
State Persistence · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesState Persistence

Database-backed storage for maintaining context and session history across application interactions.

Distinguishing note: Focuses on runtime state management rather than long-term data warehousing.

Explore 2 awesome GitHub repositories matching data & databases · State Persistence. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. State Persistence

Awesome State Persistence GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • FlowiseAI/Flowise

    FlowiseAI/Flowise

    49,216View on GitHub↗

    Flowise is a low-code platform designed for building and deploying complex language model workflows through a visual, node-based interface. It functions as an orchestrator for autonomous multi-agent systems, allowing users to construct conversational pipelines by connecting language models, memory stores, and external tools on a drag-and-drop canvas. The platform distinguishes itself through its support for sophisticated agentic patterns, including supervisor-worker delegation and iterative reasoning strategies. Users can design directed acyclic graphs to manage conditional branching, state p

    Tracks conversation history and variables to maintain context across multi-step interactions.

    TypeScriptagentic-aiagentic-workflowagents
    49,216View on GitHub↗
  • aria2/aria2

    aria2/aria2

    40,068View on GitHub↗

    Aria2 is a multi-protocol command-line download manager designed to maximize bandwidth utilization by retrieving files from multiple sources and protocols simultaneously. It functions as an asynchronous, event-driven engine that handles complex download lifecycles, including peer-to-peer transfers via BitTorrent, while ensuring data integrity through continuous chunk-based verification. The utility distinguishes itself through its ability to act as a background process that can be controlled programmatically via a remote procedure call interface. This allows external applications to manage, m

    Records download progress and peer routing tables in local binary files to enable seamless resumption of interrupted network transfers.

    C++bittorrentcpp11download
    40,068View on GitHub↗