Analytics Store for run time slice and dice

0

Hello Everyone,

We are trying to build an analytics system over Jira data. Something similar to https://aws.amazon.com/blogs/big-data/ingesting-jira-data-into-amazon-s3/ . We are ingesting data in S3 , then using AWS glue spark job we transform the data and push it into OpenSearch. OpenSearch works well with aggregation, slicing, and dicing. However, it is expensive. To reduce the cost we are planning pre-comute few reports and keep it in S3. However, we cannot achieve slicing and dicing with S3 in run time. We have the below option. Would love to hear your thoughts and please recommend if you think they are other choices in AWS.

  1. RDS/Postgress - But we think it will have a scalability issue when data grows

  2. OpenSearch - Again it can be expensive

質問済み 2年前260ビュー
1回答
0

One option could be Amazon QuickSight, you could load the pre-computed data into is in-memory engine SPICE and create visual to easily slice and dice.

As for a relational Database aimed at OLAP that could easily scale horizontally you could look at Amazon Redshift, there is also a preview of a serverless deployment option.

more details on how you want to use the data (through visualization? SQL queries?) it could be useful to give a more precise answer.

hope this helps

AWS
エキスパート
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ