-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
About
Once upon a time, CrateDB had an Ingestion Framework which provided the CREATE INGEST RULE command. Maybe use that syntax to provide another interface to ctk load table?
Synopsis
CREATE INGEST RULE rule_name
ON source_ident
[WHERE condition]
INTO table_identExample
CREATE INGEST RULE mqtt_v4_rule
ON mqtt
WHERE topic like 'v4/%'
INTO mqtt_v4References
Metadata
Metadata
Assignees
Labels
No labels