awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesTable Version Restoration

Capabilities for reverting a table to a previous historical version state.

Distinct from Data Versioning: Focuses on restoring the entire table state rather than individual documents.

Explore 4 awesome GitHub repositories matching data & databases · Table Version Restoration. Refine with filters or upvote what's useful.

Awesome Table Version Restoration GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lancedb/lancedbAvatar lancedb

    lancedb/lancedb

    9,031Vezi pe GitHub↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Reverts a table to a previous state by restoring it to a specific historical version.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    Vezi pe GitHub↗9,031
  • bup/bupAvatar bup

    bup/bup

    7,324Vezi pe GitHub↗

    bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to eliminate redundant data across files and versions, treating every incremental save as a full backup. The system provides secure remote transport interfaces for transferring and managing backup data on remote servers via SSH. It also includes a backup repository browser available as both a web interface and a filesystem mount for exploring and retrieving files from snapshots. The project covers broad capability areas including disaster recovery, repository administration, and s

    Retrieves a specific previous version of backed-up data and restores it to a target directory.

    Python
    Vezi pe GitHub↗7,324
  • standardnotes/appAvatar standardnotes

    standardnotes/app

    6,519Vezi pe GitHub↗

    Accesses revision history for individual notes and reverts them to an earlier saved state.

    TypeScriptencryptedevernotemarkdown
    Vezi pe GitHub↗6,519
  • treeverse/lakefsAvatar treeverse

    treeverse/lakeFS

    5,406Vezi pe GitHub↗

    lakeFS is a data lake versioning system that provides Git-like branching and commits for large datasets stored in object storage. It functions as a version control layer, enabling the creation of immutable snapshots, atomic commits, and zero-copy branching to create isolated environments for data experimentation without duplicating physical files. The system serves as an S3-compatible storage gateway and an Iceberg REST catalog, allowing standard cloud storage protocols and compatible clients to manage versioned tables. It acts as a data quality gatekeeper by using an event-driven hook system

    Reverts datasets to a specific historical point in time to resolve critical data errors.

    Go
    Vezi pe GitHub↗5,406
  1. Home
  2. Data & Databases
  3. Data Management
  4. Table Data Managers
  5. Data Versioning
  6. Table Version Restoration

Explorează sub-etichetele

  • Versioned Data RestorationsCapabilities for retrieving specific historical versions of backed-up data and restoring them to a target location. **Distinct from Table Version Restoration:** Generalizes version restoration to full filesystems/directories rather than just database tables.