https://github.com/iamshobe/cruncher
Your logs, Your data - crunch it however you like
https://github.com/iamshobe/cruncher
dashboard logs observability query-language
Last synced: 3 months ago
JSON representation
Your logs, Your data - crunch it however you like
- Host: GitHub
- URL: https://github.com/iamshobe/cruncher
- Owner: IamShobe
- License: gpl-3.0
- Created: 2024-12-12T19:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-28T16:56:42.000Z (12 months ago)
- Last Synced: 2025-08-01T23:46:48.811Z (11 months ago)
- Topics: dashboard, logs, observability, query-language
- Language: TypeScript
- Homepage:
- Size: 7.08 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Cruncher

Ever wanted to post-process your logs and observability data?
`Cruncher` is here for the rescue!
---
Heavily inspired by observability tools like `Splunk`, `Grafana` and more —
Cruncher lets you query and post-process data from multiple sources using a powerful, easy-to-learn query language.
## Documentation
Full documentation is available at **[cruncher.iamshobe.com](https://cruncher.iamshobe.com)** — including:
- Installation & setup
- Configuration reference
- QQL (Quick Query Language) syntax
- Adapter guides (Loki, Coralogix, Datadog, Docker, Kubernetes, and more)
- Developer guide for building custom adapters
## Quick Start
Download the latest release from the [releases page](https://github.com/IamShobe/cruncher/releases/latest).
### macOS
Extract the zip and move `cruncher.app` to your `Applications` folder. If you encounter a corruption warning, run:
```bash
xattr -cr /Applications/cruncher.app
```