awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesPath Filters

Utilities for identifying data paths based on criteria.

Distinguishing note: Focuses on path identification based on node types rather than general data retrieval.

Explore 7 awesome GitHub repositories matching data & databases · Path Filters. Refine with filters or upvote what's useful.

Awesome Path Filters GitHub Repositories

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

    jqlang/jq

    34,901Auf GitHub ansehen↗

    This project is a command-line processor designed for the parsing, filtering, and transformation of structured data streams. It functions as a declarative programming environment that treats data as immutable streams, allowing users to perform complex structural modifications through the composition of small, reusable functions. By utilizing a recursive tree traversal engine, the system enables the navigation, inspection, and modification of deeply nested hierarchical data structures. The engine distinguishes itself through a stream-oriented architecture that processes input records one by on

    Identifies paths to elements based on node types and specific value criteria.

    Cjq
    Auf GitHub ansehen↗34,901
  • mikefarah/yqAvatar von mikefarah

    mikefarah/yq

    14,913Auf GitHub ansehen↗

    This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It

    Retrieves the full traversal path of matching nodes as arrays of keys or indices.

    Gobashclicsv
    Auf GitHub ansehen↗14,913
  • alufers/mitmproxy2swaggerAvatar von alufers

    alufers/mitmproxy2swagger

    9,530Auf GitHub ansehen↗

    mitmproxy2swagger is a tool that transforms captured mitmproxy network traffic into structured OpenAPI schemas for reverse-engineering REST APIs. It functions as an OpenAPI schema converter and network traffic documentation utility, extracting API endpoints and data structures from captured network packets to create formal technical references. The tool enables the reconstruction of undocumented APIs by converting intercepted HTTP request and response patterns into specifications. It supports merging multiple traffic capture files into a single schema to incrementally expand an API map and ut

    Uses a predefined list of URI patterns to include or exclude specific endpoints from the final output.

    HTMLmitmproxyopenapireverse-engineering
    Auf GitHub ansehen↗9,530
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    CodeIgniter rejects requests containing dangerous characters in the URL path to prevent path traversal and injection attacks.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • valhalla/valhallaAvatar von valhalla

    valhalla/valhalla

    5,394Auf GitHub ansehen↗

    Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It is built around a tiled routing graph framework, allowing map data to be organized into small geographic tiles for efficient regional updates and offline routing capability. The project distinguishes itself through a multimodal routing server that combines automobile, pedestrian, bicycle, and public transit modes into single journeys. It includes a GPS trace matching engine to align noisy coordinates to the most probable road network paths and an isochrone and matrix generator

    Valhalla returns a ranked list of the most likely routes for a given trace while filtering redundancies.

    C++astardijkstradirections
    Auf GitHub ansehen↗5,394
  • opensourcepos/opensourceposAvatar von opensourcepos

    opensourcepos/opensourcepos

    4,249Auf GitHub ansehen↗

    This project is a web-based point of sale and retail management system built with PHP and MySQL. It serves as a comprehensive tool for processing sales transactions, tracking inventory levels, and managing business expenses. The software integrates hardware for retail operations, including barcode scanner support and receipt printing. It features a dedicated inventory management system capable of generating EAN barcodes, organizing items into kits, and importing product data via CSV files. Beyond basic transactions, the platform covers customer loyalty tracking, the issuance of gift cards, a

    Implements URI character filtering using regular expressions to block malicious or invalid requests.

    PHPbootstrap3codeigniter3inventory-management
    Auf GitHub ansehen↗4,249
  • memgraph/memgraphAvatar von memgraph

    memgraph/memgraph

    4,163Auf GitHub ansehen↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    The product explores and filters paths and relationship sequences between nodes using custom criteria.

    C++cyphergraphgraph-algorithms
    Auf GitHub ansehen↗4,163
  1. Home
  2. Data & Databases
  3. Path Filters

Unter-Tags erkunden

  • Probabilistic Path SelectionRanking and filtering candidate paths based on likelihood and confidence scores. **Distinct from Path Filters:** Path Filters are generic utilities; this specifically implements a ranked probability model for the most likely routes.
  • URI Pattern Filtering1 Sub-TagFiltering API endpoints based on predefined URI patterns during schema generation. **Distinct from Path Filters:** Filters web URIs for specification output, not internal data paths or file system paths.