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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南