awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesObject Storage Adapters

Integrations that allow applications to use cloud object storage services for file management.

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

Awesome Object Storage Adapters GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • appwrite/appwriteAvatar de appwrite

    appwrite/appwrite

    56,318Voir sur GitHub↗

    Appwrite is a backend-as-a-service platform that provides a unified development environment for building full-stack applications. It integrates essential infrastructure components—including authentication, databases, storage, and serverless functions—into a single, centralized interface to simplify application development and resource management. The platform distinguishes itself through a container-based microservices architecture that ensures consistent execution across diverse infrastructure. It features a versatile connectivity layer that links frontend applications with third-party servi

    Abstracts file management by allowing applications to store objects in external cloud services rather than local disks.

    TypeScriptandroidappwritebackend
    Voir sur GitHub↗56,318
  • casbin/casbinAvatar de casbin

    casbin/casbin

    19,848Voir sur GitHub↗

    Casbin is an authorization library that provides a model-based engine for enforcing access control across diverse application environments. It decouples authorization logic from application code by using a configuration-driven approach, allowing developers to define access rules and evaluation logic independently. The system supports a wide range of access control models, including role-based, attribute-based, and relationship-based patterns, which are evaluated at runtime to determine if a subject is permitted to perform an action on a resource. The project distinguishes itself through a hig

    Controls timeouts and cancellations for storage operations by passing context objects through the adapter interface.

    Goabacaccess-controlacl
    Voir sur GitHub↗19,848
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Voir sur GitHub↗

    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

    Exposes object storage as a file system for high-performance access.

    TypeScriptawscloud-infrastructurehacktoberfest
    Voir sur GitHub↗12,817
  1. Home
  2. Data & Databases
  3. Storage Abstraction
  4. Object Storage Adapters

Explorer les sous-tags

  • Contextual Storage AdaptersStorage interfaces that support context-aware operations like timeouts and cancellations. **Distinct from Object Storage Adapters:** Focuses on context-aware storage control rather than generic object storage.