awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesEphemeral Storage

Temporary, non-persistent storage disks directly attached to compute instances for high-I/O tasks.

Distinct from Storage Configuration Utilities: None of the candidates cover the specific concept of short-term, non-persistent instance storage.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Ephemeral Storage. Refine with filters or upvote what's useful.

Awesome Ephemeral Storage GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mozilla/sendالصورة الرمزية لـ mozilla

    mozilla/send

    13,269عرض على GitHub↗

    Send is a self-hosted file transfer service designed for end-to-end encrypted file sharing. It provides a privacy-focused data transfer solution and ephemeral file storage where uploaded content is automatically deleted after a specified number of downloads or a set amount of time. The service ensures private file sharing by utilizing client-side encryption to protect data before it is uploaded. Decryption keys are distributed to recipients via URL hash fragments to ensure the server never has access to the keys. The platform supports encrypted data transfer and temporary file hosting. It us

    Provides ephemeral storage where uploaded files are automatically deleted after a set number of downloads or a time limit.

    FreeMarker
    عرض على GitHub↗13,269
  • bottlerocket-os/bottlerocketالصورة الرمزية لـ bottlerocket-os

    bottlerocket-os/bottlerocket

    9,624عرض على GitHub↗

    Bottlerocket is a container-optimized operating system and minimal Linux distribution designed specifically for hosting container workloads. It functions as an immutable infrastructure OS, utilizing a read-only root filesystem and atomic partition swapping to ensure consistent and reversible system updates. The system is distinguished by an API-driven host manager that replaces traditional shell-based configuration with a local REST API for administrative tasks. To maintain security and stability, it employs a dual-runtime isolation model that separates workload runtimes from system operation

    Uses non-persistent storage for volatile system settings to ensure a clean state after reboot.

    Rustcontainerslinuxoperating-system
    عرض على GitHub↗9,624
  • kananinirav/aws-certified-cloud-practitioner-notesالصورة الرمزية لـ kananinirav

    kananinirav/AWS-Certified-Cloud-Practitioner-Notes

    3,829عرض على GitHub↗

    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

    Explains the use of directly attached temporary disks for high-I/O tasks where persistence is not required.

    HTMLamazon-web-servicesawsaws-certified-cloud-practitioner
    عرض على GitHub↗3,829
  • canonical/cloud-initالصورة الرمزية لـ canonical

    canonical/cloud-init

    3,729عرض على GitHub↗

    Cloud-init is an automated server provisioning and instance initialization tool designed to configure virtual machines during the early boot process. It functions as a metadata provisioner that retrieves instance configuration data from cloud providers to set up network, storage, and user settings. The project provides a cross-distribution boot configuration layer that applies consistent system settings across different Linux distributions. It utilizes a modular provider abstraction to handle API differences between various cloud platforms and employs a staged boot execution model to ensure i

    Creates and configures temporary, non-persistent mount points for immediate disk space use.

    Pythoncloud-inithacktoberfestpython
    عرض على GitHub↗3,729
  • danog/madelineprotoالصورة الرمزية لـ danog

    danog/MadelineProto

    3,344عرض على GitHub↗

    MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin

    Stores session data in MySQL, Postgres, or Redis instead of local files for ephemeral environments.

    PHPamphpasyncbot
    عرض على GitHub↗3,344
  1. Home
  2. DevOps & Infrastructure
  3. Ephemeral Storage

استكشف الوسوم الفرعية

  • Ephemeral Blob StorageTemporary storage for binary large objects that are automatically deleted after a specific trigger. **Distinct from Ephemeral Storage:** Focuses on automatic deletion of binary files based on download count or time, whereas Ephemeral Storage refers to instance disks.
  • Ephemeral Session StorageStores session data in MySQL, Postgres, or Redis instead of local files for environments without persistent disk. **Distinct from Ephemeral Storage:** Distinct from general Ephemeral Storage: specifically stores Telegram session data in external databases rather than providing temporary instance disks.