Which AWS solution is the closest to PI AF?

0

I'm looking for an AWS solution as close as possible as PI AF by Osisoft.

The solutions needs to:

  • Allow old data ingestion (could be of few years old);
  • Allow aggregation on data (could be summing two timeseries sensor values);
  • Allow aggregation on old data and on the upcoming one.

I've already done some research and I came out with a couple of solutions, but they still don't satisfy me completly.

AWS IoT SiteWise has assets concept and it could possibly be the best choice, but we have found that we couldn't ingest data that is older than 7 days, and it's unacceptable since we'd like to upload all the old data.

Amazon Timestream with some SQL queries could do all the aggregation we needed but just to sum two series it's needed a pretty long query, and in case of dozens of series it would require a very long, not much manteinable and hard to write query.

Thanks in advance.

1개 답변
0

AWS IoT SiteWise is likely part of the solution, even with the 7-day limitation. SiteWise supports hot and cold data tiers. Your historical data is essentially cold tier data; most likely you should look to bulk stream it to S3 and focus only on your new data being ingested to the SiteWise hot tier.

After your data is sent to the cold tier, you can use the following AWS services to create historical reports or analyze and query your data:

  • Run SQL queries on your data by using Amazon Athena.
  • Perform big data analysis by using Amazon EMR.
  • Search and analyze your data by using Amazon OpenSearch Service.
profile pictureAWS
전문가
Greg_B
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠