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
·

3 Repos

Awesome GitHub RepositoriesDatabase Snapshots

Capabilities for creating and restoring point-in-time database state images in cloud storage.

Distinct from Cloud Backups: Focuses on database-level state snapshots rather than general file or system backups.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Database Snapshots. Refine with filters or upvote what's useful.

Awesome Database Snapshots GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • snapchat/keydbAvatar von Snapchat

    Snapchat/KeyDB

    12,487Auf GitHub ansehen↗

    KeyDB is a multithreaded in-memory key-value store and distributed cache. It functions as a NoSQL database utilizing multi-version concurrency control to execute non-blocking queries and scans. The project is a multithreaded fork of Redis that maintains protocol compatibility while utilizing a multithreaded architecture to scale across multi-core hardware. It distinguishes itself with flash-tiered storage, allowing the system to offload data from primary RAM to SSD or flash storage to increase total capacity. The system supports high availability through active-active mesh replication and mu

    Provides native capabilities to dump and load database state directly to and from remote cloud storage buckets.

    C++
    Auf GitHub ansehen↗12,487
  • qovery/replibyteAvatar von Qovery

    Qovery/Replibyte

    4,381Auf GitHub ansehen↗

    Replibyte is a tool that automates the lifecycle of database snapshots for non-production environments, handling the export, anonymization, subsetting, and restoration of data. It is designed to support privacy-compliant development workflows by replacing sensitive production data with synthetic values and extracting consistent subsets of rows while preserving referential integrity. The tool operates through a configurable pipeline defined in a YAML file, orchestrating stages such as dump, anonymize, subset, and restore. Each operation runs as an isolated, ephemeral container job, and snapsho

    Automates dumping, encrypted storage, and lifecycle cleanup of database snapshots in cloud object storage.

    Rustawsbackupcloud
    Auf GitHub ansehen↗4,381
  • memgraph/memgraphAvatar von memgraph

    memgraph/memgraph

    4,163Auf GitHub ansehen↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    Provides capabilities for creating and restoring point-in-time database state images via disk-level snapshots.

    C++cyphergraphgraph-algorithms
    Auf GitHub ansehen↗4,163
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Backups
  4. Database Snapshots