greptimedb-pipeline
Installation
SKILL.md
GreptimeDB Pipeline Guide
Create GreptimeDB pipeline definition to transform data into specific structured table, including data extraction, processing, type parsing, datetime handling and more.
The workflow
To create GreptimeDB pipeline, we should follow these phases:
Phase 1. Understanding GreptimeDB Pipeline
First, we should read greptimedb pipeline definitions and how it works from GreptimeDB's documentation.
There are pages available, use WebFetch to load and understand them:
- High level information of how to use custom pipeline https://docs.greptime.com/user-guide/logs/use-custom-pipelines/
Related skills
More from greptimeteam/docs
greptimedb-trigger
Guide for creating GreptimeDB triggers, by which we can trigger external webhook like Alertmanager. This feature can be used as alternative to Prometheus alerting rule.
20greptimedb-flow
Guide for creating GreptimeDB flow tasks, for generates materialized view for continuous aggregation.
18