Hamelin
A pipe-based query language for security event analytics.
Installation
[]
= "0.3"
Features
trino- Trino backend support
Documentation
Releasing a New Version
To cut a new release of Hamelin:
- Update the Cargo version - Update the version in the root
Cargo.tomlunder[workspace.package], along with each[workspace.dependencies] - Update the pnpm version - Update the version in the root
package.json - Sync pnpm package versions - Run
pnpm version:syncto update all@hamelin.sh/*package versions - Merge to main - Create a PR and merge to main to trigger the release workflows