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

  1. Currently, RisingWave does not support creating a custom source that reads directly from a custom API.
  2. One recommended approach is to ingest the data from the custom API into Kafka or other compatible event streaming systems first.
  3. Then, you can read the source data from Kafka to use it in RisingWave.
Sep 06, 2023Edited by