Hi, I am exploring data ingestion through multiple datasources using Airbyte. I would like to know is it possible to have runtime processing. I would like to deploy Airbyte in AWS and then use it for reading and updating data from multiple data sources.
For example, Let say system would read the data from Snowflake and keep it in memory, do some transformations in lambda and then update it back in snowflake. Can we do it using some temp processing through Airbyte, without storing the data? If yes then what is the process to do? Any help and input is appreciated!!