awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesSource-Based Filtering

Mechanisms for selecting data sources based on origin attributes like tags and paths.

Distinguishing note: None of the candidates describe selecting files/tasks based on their source attributes like tags or bidirectional links.

Explore 3 awesome GitHub repositories matching data & databases · Source-Based Filtering. Refine with filters or upvote what's useful.

Awesome Source-Based Filtering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hardikvasa/google-images-downloadAvatar de hardikvasa

    hardikvasa/google-images-download

    8,680Ver en GitHub↗

    This project is a Python-based web scraping tool and command line image downloader designed to automate the retrieval of images from Google Images. It functions as an image dataset collector, allowing users to gather large sets of images for data analysis or research through a terminal interface or programmatic scripts. The tool features advanced search filtering to restrict results by file format, color, size, aspect ratio, and usage rights. It also supports reverse image search to find visually similar media based on a provided URL and offers search scope expansion to increase result volume

    Allows restricting image retrieval to specific websites based on the source origin.

    Pythoncolor-filtercommand-linecommand-line-tool
    Ver en GitHub↗8,680
  • blacksmithgu/obsidian-dataviewAvatar de blacksmithgu

    blacksmithgu/obsidian-dataview

    8,544Ver en GitHub↗

    This project is a metadata query engine and indexer for markdown files, designed to transform YAML frontmatter and inline fields into dynamic tables and lists. It provides a background process that extracts tags and custom fields into a searchable database, enabling the automated indexing of notes. The system is distinguished by its dual approach to data retrieval: a dedicated query language for SQL-like filtering and grouping, and a JavaScript data API. This API allows for programmatic metadata extraction and the creation of custom views and extensions using TypeScript typings. Its broader

    Retrieves files, sections, or tasks based on tags, folder paths, or bidirectional links.

    TypeScriptobsidian-mdobsidian-pluginquery-language
    Ver en GitHub↗8,544
  • urbica/martinAvatar de urbica

    urbica/martin

    3,707Ver en GitHub↗

    Martin is a vector tile server and map asset server that delivers geospatial data from PostGIS databases, MBTiles, and PMtiles files. It functions as a TileJSON metadata provider and a suite of vector tile tooling for generating, validating, and exporting geospatial tile archives. The project distinguishes itself by providing integrated map asset management, generating map styles, sprite sheets, and font glyphs on the fly. It supports advanced visual rendering capabilities such as Signed Distance Field sprites for runtime recoloring and fallback-based font composition to ensure complete chara

    Restricts access to specific database tables and functions using a whitelist defined in the server configuration.

    Rust
    Ver en GitHub↗3,707
  1. Home
  2. Data & Databases
  3. Source-Based Filtering

Explorar subetiquetas

  • Whitelist FiltersAccess control mechanisms that restrict data exposure based on a predefined list of permitted sources. **Distinct from Source-Based Filtering:** Focuses on security/access restriction via whitelists rather than general attribute-based data selection.