Release v0.8.3 #76
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
-
Welcome to Substation v0.8.3, the biggest point release we've done yet -- this release adds two new major capabilities that might completely change how you think about large-scale data processing! 🎉
Key-Value Stores
The system now supports read-only and read-write key-value stores such as AWS DynamoDB, CSV files, and text files -- now any field from any event can be stored locally or remotely at scale. Here's a small taste of what you can do with this feature:
Microservices
The system has an additional, entirely new deployment pattern -- microservices! This is for anyone who doesn't need a data pipeline but still wants to transform data, and it's the best way to integrate external systems and users. We've added examples for building synchronous and asynchronous microservices, including a recipe for deploying a centralized DNS service.
Let's take some of the examples mentioned above and see how they might work as a microservice:
Here are a few new examples of what you can do with microservices:
Other Changes
Beta Was this translation helpful? Give feedback.
All reactions