You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the postgres loader has two "sources" which provide a stream of events:
Kinesis (AWS)
PubSub (GCP)
We should add functionality so the event source can be a local directory containing events in flat files. This will be helpful for code development and debugging, because we can run the application without needing AWS/GCP resources.
Note that our Enrich app has a file system source so we should copy that implementation as much as possible.
The text was updated successfully, but these errors were encountered:
Currently the postgres loader has two "sources" which provide a stream of events:
We should add functionality so the event source can be a local directory containing events in flat files. This will be helpful for code development and debugging, because we can run the application without needing AWS/GCP resources.
Note that our Enrich app has a file system source so we should copy that implementation as much as possible.
The text was updated successfully, but these errors were encountered: