- IoT devices that periodically send data
- Business processes that report events directly into ODF dataset
- For ingesting data from streaming data APIs and event queues like Apache Kafka.
Source Metadata
Push sources are added via metadata event:Pushing Data via CLI
To push data into dataset viakamu use kamu ingest command.
You can push data from files:
Pushing Data via API
See APIs documentation for various options of pushing data programmatically via APIs.Format Translation
While push sources define a specific for their data - there is some tolerance. For example you can push data to the source that declares format andkamu will attempt to read it using the same schema.
This behavior works both in CLI commands and in push APIs.