all-things-risingwave
Is there any example on how to create a custom source? e.g. calling a custom API, etc. ?
I am looking for an example on how to create a custom source that reads from a custom API and gets the returning data as the main source.
Om
Omid Bakhshandeh
Asked on Sep 05, 2023
- Currently, RisingWave does not support creating a custom source that reads directly from a custom API.
- One recommended approach is to ingest the data from the custom API into Kafka or other compatible event streaming systems first.
- Then, you can read the source data from Kafka to use it in RisingWave.
Sep 06, 2023Edited by