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

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

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

2 مستودعات

Awesome GitHub RepositoriesDistributed File Access Layers

Abstractions for reading and writing files across remote servers and cloud buckets with consistent path handling.

Distinct from File System Access: Distinct from File System Access by specifically targeting distributed environments (remote servers, cloud) rather than just local I/O.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Distributed File Access Layers. Refine with filters or upvote what's useful.

Awesome Distributed File Access Layers GitHub Repositories

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

    thephpleague/Flysystem

    13,570عرض على GitHub↗

    Flysystem is a PHP storage library that provides a filesystem abstraction layer. It enables the management of files across local disks, cloud buckets, and remote servers using a unified interface, decoupling application logic from provider-specific APIs. The project facilitates storage provider migration by allowing developers to swap underlying adapters without changing application code. It includes a multi-backend manager capable of mounting volumes and coordinating file movements between diverse storage systems. The library covers a broad range of file operations, including directory list

    Enables consistent reading and writing of files across remote servers and cloud buckets.

    PHP
    عرض على GitHub↗13,570
  • vespa-engine/vespaالصورة الرمزية لـ vespa-engine

    vespa-engine/vespa

    6,961عرض على GitHub↗

    Vespa is a distributed search engine, vector database, and machine learning ranking engine. It serves as an AI search platform designed to handle large-scale document indexing and complex query processing across a cluster of nodes, combining keyword retrieval with high-dimensional embedding storage for semantic similarity search. The platform distinguishes itself by integrating machine learning models directly into the search pipeline to perform real-time inference and ranking. It converts these models into ranking expressions to score and order results based on relevance, while providing a s

    Provides an API to access and manage files distributed across a cluster for consistent data availability.

    Java
    عرض على GitHub↗6,961
  1. Home
  2. Operating Systems & Systems Programming
  3. File System Access
  4. Distributed File Access Layers