awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesObject Versioning

Maintains multiple historical variants of stored objects to support recovery.

Distinct from Object Storage: Distinct from Object Storage: focuses specifically on the versioning mechanism rather than general storage architecture.

Explore 7 awesome GitHub repositories matching data & databases · Object Versioning. Refine with filters or upvote what's useful.

Awesome Object Versioning GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • aws/aws-cdkaws का अवतार

    aws/aws-cdk

    12,817GitHub पर देखें↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    Preserves multiple variants of an object to enable recovery from unintended deletions or application failures.

    TypeScriptawscloud-infrastructurehacktoberfest
    GitHub पर देखें↗12,817
  • boto/boto3boto का अवतार

    boto/boto3

    9,834GitHub पर देखें↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Maintains multiple historical variants of stored objects to support data recovery from accidental deletions.

    Pythonawsaws-sdkcloud
    GitHub पर देखें↗9,834
  • mystenlabs/suiMystenLabs का अवतार

    MystenLabs/sui

    7,612GitHub पर देखें↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Maintains a linear history of on-chain objects by assigning unique version numbers to every modification.

    Rustblockchaindistributed-ledger-technologymove
    GitHub पर देखें↗7,612
  • nats-io/nats.gonats-io का अवतार

    nats-io/nats.go

    6,657GitHub पर देखें↗

    This is a Golang client library for interacting with a cloud native distributed messaging system. It provides the necessary tools for Go applications to exchange messages using publish-subscribe and request-reply patterns, as well as specialized clients for managing persistent streams and distributed storage. The library includes a JetStream client for durable message streaming and replay, a Key-Value store client for managing distributed state with versioning and watchers, and an Object Store client for the storage and retrieval of large binary files via chunked delivery. The implementation

    Maintains multiple historical variants of stored binary objects to support recovery and shared state.

    Gocloud-nativecloud-native-architecturescloud-native-microservices
    GitHub पर देखें↗6,657
  • treeverse/lakefstreeverse का अवतार

    treeverse/lakeFS

    5,406GitHub पर देखें↗

    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

    Applies version control semantics to data lakes to enable repeatable and atomic operations.

    Go
    GitHub पर देखें↗5,406
  • alirezadir/production-level-deep-learningalirezadir का अवतार

    alirezadir/Production-Level-Deep-Learning

    4,647GitHub पर देखें↗

    This project is an MLOps architectural guide and framework for designing and deploying deep learning systems into production environments. It provides a structured approach to model inference deployment, ML pipeline orchestration, and the creation of production-level machine learning architectures. The project distinguishes itself through a focus on distributed deep learning and edge AI optimization. It covers methodologies for parallelizing model training across multiple GPUs to handle large datasets and applies techniques like quantization and distillation to reduce model size for embedded

    Tracks dataset iterations by linking binary files in object stores to specific metadata snapshots for reproducibility.

    aiartificial-intelligencedeep-learning
    GitHub पर देखें↗4,647
  • kananinirav/aws-certified-cloud-practitioner-noteskananinirav का अवतार

    kananinirav/AWS-Certified-Cloud-Practitioner-Notes

    3,829GitHub पर देखें↗

    This project is a collection of structured study notes and conceptual breakdowns designed for the AWS Certified Cloud Practitioner exam. It serves as a technical reference and study guide, organizing cloud service details and architectural principles to assist in certification preparation. The knowledge base is built using markdown files and includes curated cheat sheets and interactive mind-map visualizations. These tools map complex certification topics into visual hierarchies to enable drill-down study paths and rapid revision. The materials cover a wide range of cloud capabilities, inclu

    Details how to maintain multiple historical variants of stored objects to protect against accidental deletion.

    HTMLamazon-web-servicesawsaws-certified-cloud-practitioner
    GitHub पर देखें↗3,829
  1. Home
  2. Data & Databases
  3. Object Storage
  4. Object Versioning

सब-टैग एक्सप्लोर करें

  • Dataset Iteration TrackingTracking specific versions of training datasets using metadata snapshots linked to object storage. **Distinct from Object Versioning:** Focuses on ML dataset versioning for reproducibility, unlike general object versioning for backup/recovery.