Release v0.9.1 #112
Closed
jshlbrd
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Substation v0.9.1 has arrived! Read about our changes below:
Continuous Data Processing with Streamers
There is now a third data transformation method, streaming (
stream
), that supports continuous data processing use cases. Behind the scenes this relies on a concurrency pipeline pattern and enables faster delivery of data plus the ability to process data in persistent or long-lived processes. If you were previously using the batching (batch
) transformation method, then you most likely want to update your configs to use streaming instead!Change Data Capture (CDC) for DynamoDB
Now the project enables CDC for all DynamoDB tables by default, letting users create unique notification and replication systems. More information is available on the docs site.
Pub/Sub Messaging Patterns
The project now supports pub/sub messaging patterns via SNS -- so many uses for this architecture that go beyond security monitoring! Check it out on the docs site.
Other Changes
Beta Was this translation helpful? Give feedback.
All reactions