ryan-mars / stochastic

TypeScript framework for building event-driven services. Easily go from Event Storming → Code.
MIT License
6 stars 1 forks source link

AWS Timestream #95

Open ryan-mars opened 3 years ago

ryan-mars commented 3 years ago

Amazon Timestream is a fast, scalable, fully managed, purpose-built time series database that makes it easy to store and analyze trillions of time series data points per day.

Timestream’s purpose-built query engine lets you access and analyze recent and historical data together. Amazon Timestream has built-in time series analytics functions, helping you identify trends and patterns in your data in near real-time. Timestream is also Serverless.

It would be nice if all DomainEvents were automatically pushed to Timestream. This would allow developers to quickly provide time series Read Models using window functions with Timestream queries.

Without Timestream these sorts of read models might be challenging for some developers to create.

I also believe it should be a design goal of ours to avoid Lambda when possible and instead leverage services.