All Content tagged with Amazon Timestream

Amazon Timestream is a fast, scalable, and serverless time series database service for IoT and operational applications that makes it easy to store and analyze trillions of events per day up to 1,000 times faster and at as little as 1/10th the cost of relational databases.

Content language: English

Select up to 5 tags to filter
Sort by most recent
209 results
Hello, I’m experiencing an issue with the integration between AWS IoT and Timestream, specifically with how data is handled in the Timestream table when using an IoT Rule.Here’s an example of the mess...
1
answers
0
votes
37
views
asked 21 days ago
I publish MQTT Messages to AWS IoT Core with the following payload: ``` { "SensorValue": { "Speed": 49, "Direction": 9 }, "MsgTime": "2024-10-10T11:05:24Z" } ``` IoT Rule receives thos...
3
answers
0
votes
62
views
profile picture
asked a month ago
Hi community, I need to store hourly and daily data for about 6,000 assets in my PostgreSQL Aurora DB. Given the scale, I plan to keep three years of daily data and three months of hourly data. Addit...
2
answers
0
votes
63
views
asked a month ago
I wrote the following code in my IoT Core rule to save integer value `measure_value::double` like 0 or 10.0 in a table of Timestream. Because first value was Double and the integer value couldn't b...
1
answers
0
votes
39
views
asked a month ago
I created a parameter group and adjusted the queryConcurrency and queryQueueSize to 0. I applied the group to the running Timestream InfluxDB database. After a while, it went into a **FAILED** status....
2
answers
0
votes
67
views
asked a month ago
Hi, I tried to deploy a Timestream for InfluxDBInstance either from CDK or using CloudFormation with a stack JSON file, but it ended up with the error: `Unrecognized resource types [AWS::Timestream:...
1
answers
0
votes
58
views
asked a month ago
“I used Node-RED to create a timestamp variable in my node for my role. However, this adds an extra space when I save it in timestream. What should I enter for the Dimension name and Dimension value t...
2
answers
-1
votes
47
views
asked a month ago
I tested my sent data on IoT Core and the values are shown double correctly. Why the values are saved in my table as a bigint (measure_value::bigint) in Db Timestream? IoT Core ![Enter image descri...
2
answers
0
votes
54
views
asked a month ago
Do I explicitly need to configure a Max TCU before it activates TCU based billing? I don't see TCU hours anywhere in my bills (it still says DataScanned-Bytes). How do I know what my current TCU mont...
2
answers
0
votes
101
views
asked 2 months ago
Hi everyone. when we are storing telemetry data in Timestream, we face with gap in records sometimes. for example interval is every 10 mins and we have 12.00 , 12.10, 12.30 timestamps records. so 12.2...
1
answers
0
votes
55
views
profile picture
asked 2 months ago
Hi everyone. what do you do for checking data quality on Dynamodb and Timestream? since in Timestream only dimensions need to be present,and in Dynamodb only Primary Key need to be present we might f...
1
answers
0
votes
74
views
profile picture
asked 2 months ago
I'm trying to backfill old data into timestream. Have tried different interfaces (.NET-SDK and Console/Batchload). This ends up always with :"The record timestamp is outside the time range of the data...
2
answers
0
votes
85
views
asked 2 months ago