2 Repos
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 2 awesome GitHub repositories matching data & databases · Custom Query Execution. Refine with filters or upvote what's useful.
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.
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.