4 Repos
Streaming and persisting filtered subsets of remote datasets into local storage for faster access.
Distinct from Local Data Stores: Distinct from general Local Data Stores: specifically focuses on the process of materializing a remote subset locally.
Explore 4 awesome GitHub repositories matching data & databases · Remote-to-Local Materialization. Refine with filters or upvote what's useful.
LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters
Streams filtered results from remote stores into local tables to enable fast random access.
This project is a digital magazine archiver and downloader designed to retrieve historical magazine editions from online sources to build a local digital library. It functions as a tool for downloading and organizing publications to ensure long-term offline preservation. The utility manages ebook collections by storing issues in PDF, EPUB, and MOBI formats to maintain compatibility across different reading devices. It uses a date-based directory hierarchy and local file system indexing to categorize electronic publications by publication date and issue number. The system covers digital publi
Downloads remote digital publications and replicates their structure onto a local drive for offline preservation.
OneListForAll is a wordlist aggregation pipeline and automated dictionary publisher designed for web security assessments. It collects, cleans, and merges multiple remote text repositories to create curated sets of paths, parameters, and credentials used in web fuzzing and vulnerability discovery. The project functions as a text data deduplication tool that filters noise and eliminates redundant entries using regular expressions and priority rules. It automates the end-to-end process of packaging these processed lists into compressed archives with cryptographic checksums and publishing them t
Clones remote wordlist repositories to the local filesystem for high-performance bulk processing and cleaning.
This project is a music information retrieval library and research dataset designed for audio feature extraction and music genre classification. It provides a framework for training and evaluating machine learning models that categorize audio tracks into hierarchical genre structures, supported by a collection of open-licensed MP3 tracks and pre-computed features. The project includes a music metadata API client to fetch structured track, album, and artist information from external data sources. It utilizes these external integrations to map parent-child relationships between genres and organ
Downloads and persists filtered subsets of remote MP3 datasets into local storage for offline analysis.