Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.06 KB

readme.md

File metadata and controls

31 lines (23 loc) · 1.06 KB

Burst

Hydra is the distributed execution language that is used by higher level query languages e.g. EQL, and brave programmers directly to execute distributed parallel (multi-node/multi-core) behavioral analysis. Hydra is the string representation of Felt along with the request and result processing front end. For the overall semantics of building an analysis and the more gory details of the Felt object model, please refer to the Felt documentation. Here we will focus on issues of request processing, source language constructs, execution, and result processing.

Configuration

system property default description
burst.hydra.parser.count 4 pool size for hydra parsers

------ HOME --------------------------------------------