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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

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

    kahing/goofys

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

    Goofys एक POSIX-कम्प्लायंट क्लाउड ऑब्जेक्ट स्टोरेज गेटवे है जो रिमोट स्टोरेज बकेट्स को लोकल सिस्टम डायरेक्टरी के रूप में प्रस्तुत करता है। यह एक यूजर-स्पेस फाइलसिस्टम लागू करता है जो S3-कम्प्लायंट और Azure Blob स्टोरेज सेवाओं को लोकल माउंट पॉइंट्स से मैप करता है, जिससे रिमोट ऑब्जेक्ट्स को मानक फाइल सिस्टम ऑपरेशंस के माध्यम से एक्सेस किया जा सकता है। यह प्रोजेक्ट Amazon S3, Azure Blob Storage और Azure Data Lake अकाउंट्स के लिए विशिष्ट माउंटिंग क्षमताएं प्रदान करता है। यह क्लाउड ऑब्जेक्ट स्टोरेज को ऑपरेटिंग सिस्टम कर्नेल के साथ इंटरफेस करने के लिए FUSE-आधारित इम्प्लीमेंटेशन का उपयोग करता है। सिस्टम में लेटेंसी कम करने के लिए लोकल रीड कैशिंग और बड़ी फाइलों के डाउनलोड को ऑप्टिमाइज़ करने के लिए कॉनकरेंट रेंज-रिक्वेस्ट फेचिंग जैसी परफॉरमेंस ऑप्टिमाइज़ेशन शामिल हैं। यह डायरेक्टरी एमुलेशन प्रदान करने के लिए ऑब्जेक्ट की प्रीफिक्स को पार्स करके पदानुक्रमित (hierarchical) फोल्डर स्ट्रक्चर का अनुकरण करता है।

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

    Go
    GitHub पर देखें↗5,558
  • tangyoha/telegram_media_downloadertangyoha का अवतार

    tangyoha/telegram_media_downloader

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

    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/gdsdecompGDRETools का अवतार

    GDRETools/gdsdecomp

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

    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.