跳至內容

Using QLDB for different groups

0

I am planning to use QLDB as registries of data integrity and verifiability.

If I have 1 journal, and I am planning to use the journal for different groups, in which each group has its members.

Let say, I will have 2 groups: • Group 1: Financial services with 10 members • Group 2: Supply chain with 15 members

How can I identify each group and its members when I want to export to S3 storage, where I can sort and store transactions into each corresponding group. So, I can use it for further data queries, etc.

Thanks & regards,

Prajit

已提問 1 年前檢視次數 172 次
2 個答案
0
已接受的答案

You can incorporate group and member information into your QLDB ledger data model. This way, when data is exported to S3, this information is included.

Once data is in S3, you can use AWS Glue for data processing and Amazon Athena for querying and you can specify a prefix for the S3 bucket to help organize data by group.

專家
已回答 1 年前
專家
已審閱 1 年前
  • OK, thanks for the answer.

    Let's say group 1 has 4 tables.

    When insert documents into each table, incorporate in EACH document name-value pairs (sort of like a header) of the group and member information.

    For example: {GroupName : value1, GroupID : value2, MemberName : value3, MemberId : value2}.

0

OK, thanks for the answer.

Let's say group 1 has 4 tables.

When insert documents into each table, incorporate in EACH document name-value pairs (sort of like a header) of the group and member information.

For example: {GroupName : value1, GroupID : value2, MemberName : value3, MemberId : value2}.

已回答 1 年前

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

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