awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesSession Storage Drivers

Interchangeable drivers for storing user session data in memory, files, or databases.

Distinct from Pluggable Database Backends: Specifically for user session state, not general application database persistence

Explore 4 awesome GitHub repositories matching data & databases · Session Storage Drivers. Refine with filters or upvote what's useful.

Awesome Session Storage Drivers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • goravel/goravelAvatar von goravel

    goravel/goravel

    4,749Auf GitHub ansehen↗

    Goravel ist ein voll ausgestattetes Entwicklungs-Scaffold und Framework für die Erstellung von Webanwendungen, REST-APIs und gRPC-Diensten mit der Programmiersprache Go. Es implementiert eine Model-View-Controller-Architektur und bietet ein umfassendes Toolkit für leistungsstarke RPC-Server und -Clients. Das Framework zeichnet sich durch sein umfangreiches integriertes Ökosystem aus, das einen flüssigen Object-Relational-Mapper (ORM) für die Datenbankverwaltung und ein dediziertes CLI-Toolkit für administrative Automatisierung und Projekt-Scaffolding umfasst. Es verfügt über eine treiberbasierte Dienstabstraktion, die es Entwicklern ermöglicht, Speicher-, Cache- und Session-Backends auszutauschen, ohne die Anwendungslogik zu ändern. Die Plattform deckt ein breites Spektrum an Anwendungsfunktionen ab, darunter asynchrone Aufgabenverarbeitung mit verteilten Queues, sicheres Identitätsmanagement mittels tokenbasierter Authentifizierung sowie eine robuste Sicherheitsschicht mit Verschlüsselung und Zugriffskontrolle. Sie bietet zudem Tools für Content-Lokalisierung, Template-Rendering und eine automatisierte Testinfrastruktur mit Dependency-Mocking.

    Provides interchangeable drivers for storing user session data in various backends.

    Goapiframeworkgo
    Auf GitHub ansehen↗4,749
  • offu/werobotAvatar von offu

    offu/WeRoBot

    4,662Auf GitHub ansehen↗

    WeRoBot is a chatbot development framework and API integration library designed for building automated bots and managing interactions for WeChat official accounts. It provides a structured environment for processing user inputs and delivering programmed responses through a dedicated message routing engine. The framework distinguishes itself with a stateful session manager that persists user data across interactions using pluggable storage backends. It also features a routing system that parses XML payloads and directs traffic to specific handlers based on content, events, or text patterns. T

    Persists user state across interactions using interchangeable backend drivers such as SQL, NoSQL, or file systems.

    Pythonpythonsdkwechat
    Auf GitHub ansehen↗4,662
  • waylaidwanderer/node-chatgpt-apiAvatar von waylaidwanderer

    waylaidwanderer/node-chatgpt-api

    4,167Auf GitHub ansehen↗

    This project provides a Node.js AI client and a REST API wrapper designed to expose large language model capabilities as a web service. It includes a command line interface for direct interaction with models and a conversation state manager to track and persist chat history across sessions. The system features a reverse proxy gateway specifically designed to circumvent browser and web restrictions when programmatically accessing AI interfaces. It further allows for AI personality customization by injecting prompt prefixes and custom labels to control the behavior and tone of the model. The s

    Ships interchangeable storage drivers to persist user session and conversation data.

    JavaScript
    Auf GitHub ansehen↗4,167
  • bubka/2fauthAvatar von Bubka

    Bubka/2FAuth

    3,779Auf GitHub ansehen↗

    2FAuth is a self-hosted two-factor authentication server and credential vault. It functions as a web-based authenticator app used to organize and generate time-based one-time passwords and other security codes for multiple accounts in a central location. The system distinguishes itself as an API-driven security manager, allowing authentication codes to be integrated into automated workflows and external applications. It also supports shared security credentialing through the use of isolated vaults and shared folders for team collaboration. The project covers a broad range of security and dat

    Supports multiple interchangeable drivers for storing user session data, including memory and encrypted cookies.

    PHP2fa2factorhotp
    Auf GitHub ansehen↗3,779
  1. Home
  2. Data & Databases
  3. Persistent Storage Backends
  4. Pluggable Database Backends
  5. Session Storage Drivers