Skip to content

ctk load table vs. CREATE INGEST RULE #524

@amotl

Description

@amotl

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_ident

Example

CREATE INGEST RULE mqtt_v4_rule
ON mqtt
WHERE topic like 'v4/%'
INTO mqtt_v4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions