awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesCustom Query Execution

Capabilities for executing arbitrary, domain-specific query language statements to retrieve structured data from systems.

Distinct from Custom Query Languages: Unlike general SQL custom languages, this refers to the execution of a specific forensic DSL on remote endpoints.

Explore 3 awesome GitHub repositories matching data & databases · Custom Query Execution. Refine with filters or upvote what's useful.

Awesome Custom Query Execution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apache/datafusionapache 的头像

    apache/datafusion

    8,908在 GitHub 上查看↗

    Apache DataFusion is an extensible, columnar SQL query engine that runs embedded within a host application without requiring a separate server process. It processes data in columnar batches using Apache Arrow for memory-efficient analytics, and can scale analytic workloads across multiple nodes for parallel execution. The engine supports both SQL and DataFrame queries through a modular, streaming architecture that allows custom operators, data sources, functions, and optimizer rules. The engine distinguishes itself through its modular extension framework, which enables building custom query e

    Provides a modular extension framework for building custom query engines with custom operators, data sources, and functions.

    Rustarrowbig-datadataframe
    在 GitHub 上查看↗8,908
  • datlechin/tableprodatlechin 的头像

    datlechin/TablePro

    4,471在 GitHub 上查看↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Executes custom SQL queries with client-side pagination and local sorting of cached results.

    Swift
    在 GitHub 上查看↗4,471
  • velocidex/velociraptorVelocidex 的头像

    Velocidex/velociraptor

    3,769在 GitHub 上查看↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Allows the execution of arbitrary query language statements on endpoints to retrieve precise system data for investigation.

    Godigital-forensicsendpoint-discoveryendpoint-protection
    在 GitHub 上查看↗3,769
  1. Home
  2. Data & Databases
  3. Custom Query Execution

探索子标签

  • Extensible Query Execution FrameworksFrameworks that allow extending query execution with custom operators, data sources, and functions. **Distinct from Custom Query Execution:** Distinct from Custom Query Execution: focuses on the extensibility framework for building custom engines, not just executing custom query languages.