3 repository-uri
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.
Goofys este un gateway de stocare în cloud compatibil POSIX care prezintă bucket-urile de stocare remote ca directoare locale de sistem. Implementează un sistem de fișiere în user-space care mapează serviciile de stocare S3 și Azure Blob către puncte de montare locale, permițând accesarea obiectelor remote prin operațiuni standard de sistem de fișiere. Proiectul oferă capabilități specifice de montare pentru conturile Amazon S3, Azure Blob Storage și Azure Data Lake. Utilizează o implementare bazată pe FUSE pentru a interfața stocarea de obiecte în cloud cu kernel-ul sistemului de operare. Sistemul include optimizări de performanță, cum ar fi caching-ul local pentru citire, pentru a reduce latența, și preluarea concurentă prin range-requests pentru a optimiza descărcarea obiectelor mari. Acesta simulează structuri ierarhice de foldere prin parsarea prefixelor cheilor de obiect pentru a oferi emulare de directoare.
Simulates a hierarchical folder structure by parsing object key prefixes to provide standard directory navigation.
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.
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.