#timestream — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #timestream, aggregated by home.social.
-
Oh, wow. #AWS #Timestream as I use it a lot is going away: https://docs.aws.amazon.com/timestream/latest/developerguide/AmazonTimestreamForLiveAnalytics-availability-change.html
-
Amazon Timestream as part of an IoT system - is it worth it?
Have you used AWS Timestream to store telemetry messages from connected devices? What are the benefits and challenges of that solution?
👉 Please share your thoughts in the comments!
-
New AWS::Timestream::InfluxDBInstance
Use the AWS::Timestream::InfluxDBInstance resource to create a new InfluxDB instance.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html #timestream #cloudformation -
I looked into #AWS #Timestream Scheduled Queries tonight, for improving the performance of a small internal project which tracks sports activities within the company, and the difference between a regular Time stream Query and a scheduled one is just that: it's puts the result in a regular table, on a schedule. The querying is still slow, it then just runs against less data. However it does not improve the speed to the extent I need.
So caching everything in DynamoDB is the right fix for this.