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

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

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

3 مستودعات

Awesome GitHub RepositoriesMetadata-Driven Directory Mapping

Organizes files into hierarchical structures based on extracted metadata attributes.

Distinguishing note: The candidates are either for UI attribute mapping or simple analysis; this is about driving filesystem structure from metadata.

Explore 3 awesome GitHub repositories matching data & databases · Metadata-Driven Directory Mapping. Refine with filters or upvote what's useful.

Awesome Metadata-Driven Directory Mapping GitHub Repositories

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

    kahing/goofys

    5,558عرض على GitHub↗

    Goofys هو بوابة تخزين كائنية سحابية متوافقة مع POSIX، تقوم بعرض حاويات التخزين البعيدة كأدلة محلية في نظام الملفات. ينفذ المشروع نظام ملفات في مساحة المستخدم (user-space) يربط خدمات التخزين المتوافقة مع S3 وAzure Blob بنقاط تثبيت محلية، مما يسمح بالوصول إلى الكائنات البعيدة عبر عمليات نظام الملفات القياسية. يوفر المشروع إمكانيات تثبيت محددة لحسابات Amazon S3 وAzure Blob Storage وAzure Data Lake. ويستخدم تنفيذًا يعتمد على FUSE لربط تخزين الكائنات السحابي بنواة نظام التشغيل. يتضمن النظام تحسينات في الأداء مثل التخزين المؤقت للقراءة محليًا لتقليل زمن الوصول، وجلب النطاقات المتزامن لتحسين تنزيل الكائنات الكبيرة. كما يحاكي هياكل المجلدات الهرمية عن طريق تحليل بادئات مفاتيح الكائنات لتوفير محاكاة للأدلة.

    Simulates a hierarchical folder structure by parsing object key prefixes to provide standard directory navigation.

    Go
    عرض على GitHub↗5,558
  • tangyoha/telegram_media_downloaderالصورة الرمزية لـ tangyoha

    tangyoha/telegram_media_downloader

    4,865عرض على GitHub↗

    This project is a Telegram API client and media archiving system designed to programmatically retrieve chat histories and export media. It functions as a download manager and message forwarder, allowing users to back up photos, videos, and documents from Telegram chats into structured local archives. The system distinguishes itself through advanced content filtering and forwarding capabilities. It can monitor chats for new messages, apply custom regular expressions to filter media by size or date, and automatically forward content between chats. This includes the ability to export protected c

    Constructs hierarchical folder structures and filenames by parsing chat titles and timestamps.

    JavaScriptcosplatfromcross-platformdownloader
    عرض على GitHub↗4,865
  • gdretools/gdsdecompالصورة الرمزية لـ GDRETools

    GDRETools/gdsdecomp

    3,785عرض على GitHub↗

    gdsdecomp is a project recovery suite and game engine reverse engineering toolset. It functions as a bytecode decompiler, binary resource converter, and asset extraction tool designed to reconstruct original directory hierarchies and scripts from compiled binary game assets. The toolset specializes in GDScript bytecode decompilation and compilation, translating compiled bytecode back into human-readable source code or converting source code into executable bytecode for specific engine versions and commit hashes. It includes a game archive patcher to modify project archives by replacing intern

    Restores original directory hierarchies by correlating decompiled scripts with extracted binary resource metadata.

    C++
    عرض على GitHub↗3,785
  1. Home
  2. Data & Databases
  3. Metadata-Driven Directory Mapping

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

  • Object Key Prefix EmulationSimulation of hierarchical directories by parsing object key prefixes in flat object stores. **Distinct from Metadata-Driven Directory Mapping:** Specifically addresses the emulation of folders via key prefixes in object storage, whereas the parent is a general metadata-to-directory mapping.