awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kahing/goofysAvatar von kahing

    kahing/goofys

    5,558Auf GitHub ansehen↗

    Goofys ist ein POSIX-konformes Cloud-Objektspeicher-Gateway, das Remote-Storage-Buckets als lokale Systemverzeichnisse einbindet. Es implementiert ein User-Space-Dateisystem, das S3-kompatible und Azure Blob Storage-Dienste auf lokale Mount-Points abbildet, sodass auf Remote-Objekte über Standard-Dateisystemoperationen zugegriffen werden kann. Das Projekt bietet spezifische Mount-Funktionen für Amazon S3, Azure Blob Storage und Azure Data Lake-Konten. Es nutzt eine FUSE-basierte Implementierung, um Cloud-Objektspeicher mit dem Betriebssystem-Kernel zu verbinden. Das System enthält Leistungsoptimierungen wie lokales Read-Caching zur Latenzreduzierung und gleichzeitige Range-Request-Abrufe zur Optimierung des Downloads großer Objekte. Es emuliert hierarchische Ordnerstrukturen durch das Parsen von Objekt-Key-Präfixen.

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

    Go
    Auf GitHub ansehen↗5,558
  • tangyoha/telegram_media_downloaderAvatar von tangyoha

    tangyoha/telegram_media_downloader

    4,865Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,865
  • gdretools/gdsdecompAvatar von GDRETools

    GDRETools/gdsdecomp

    3,785Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗3,785
  1. Home
  2. Data & Databases
  3. Metadata-Driven Directory Mapping

Unter-Tags erkunden

  • 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.