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 RepositoriesKey Lifecycle Management

Management of the existence and validity of keys, including expiration timers and deletions.

Distinct from Key Deletion Operations: Existing candidates are too narrow (deletion only) or unrelated (hardware security keys).

Explore 4 awesome GitHub repositories matching data & databases · Key Lifecycle Management. Refine with filters or upvote what's useful.

Awesome Key Lifecycle Management GitHub Repositories

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

    microsoft/garnet

    11,885Auf GitHub ansehen↗

    Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar

    Manages key expiration timers, time-to-live calculations, and key renaming or deletion.

    C#cachecache-storagecluster
    Auf GitHub ansehen↗11,885
  • nalgeon/redkaAvatar von nalgeon

    nalgeon/redka

    4,555Auf GitHub ansehen↗

    Redka ist ein SQL-basierter Key-Value-Store, der eine Redis-kompatible Schnittstelle implementiert. Er fungiert als relationale Datenbrücke, die nicht-relationale Protokollbefehle in relationale Abfragen übersetzt, um Persistenz und ACID-Transaktionen unter Verwendung eines SQL-Datenbank-Backends bereitzustellen. Das System ermöglicht die relationale Datenintrospektion, indem es interne Key-Value-Daten als SQL-Views offenlegt, was direkte Abfragen und Analysen mittels relationaler Syntax ermöglicht. Es kann als eigenständiger Netzwerkserver oder als eingebettete Bibliothek innerhalb einer Go-Anwendung bereitgestellt werden. Das Projekt unterstützt eine Vielzahl von Datenstrukturen, einschließlich Strings, Listen, Hashes, ungeordneten Sets und sortierten Sets. Es bietet Funktionen für das Key-Lifecycle-Management mit Time-to-Live-Metadaten, atomare numerische Operationen und Set-Algebra. Zur Verwaltung von Performance und Zugriff enthält es einen In-Memory-Speichermodus und einen Read-Only-Verbindungsmodus.

    Manages key lifecycles by setting and querying expiration timers for automatic data cleanup.

    Godatabasekey-valuepostgres
    Auf GitHub ansehen↗4,555
  • apache/kvrocksAvatar von apache

    apache/kvrocks

    4,338Auf GitHub ansehen↗

    Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to provide disk-based persistence, allowing for high-capacity data storage with reduced memory costs compared to in-memory systems. The system functions as a vector database and full-text search engine, supporting nearest-neighbor searches on vector embeddings and complex document queries via text matching. It employs a proxyless cluster architecture with slot-based routing to distribute data and scale capacity across multiple nodes. The platform covers a wide range of data mana

    Manages data lifecycles through time-to-live settings, expiration timers, and asynchronous deletions.

    C++databasedistributedkv
    Auf GitHub ansehen↗4,338
  • keys-pub/keysAvatar von keys-pub

    keys-pub/keys

    914Auf GitHub ansehen↗

    Keys is a library and command-line utility designed for the generation, storage, and lifecycle management of cryptographic keys. It provides tools to create asymmetric key pairs, perform digital signature verification, and implement authenticated encryption to ensure the confidentiality and integrity of sensitive data. The project distinguishes itself by offering a secure storage abstraction that decouples application logic from underlying key storage mechanisms. By utilizing standardized cryptographic protocols, it enables consistent identity verification and data protection across diverse c

    Manages the full lifecycle of cryptographic keys including creation, storage, rotation, and retrieval.

    Gocryptographydecrypted25519
    Auf GitHub ansehen↗914
  1. Home
  2. Data & Databases
  3. Key Lifecycle Management