QLDB finance/acconting books/materials/courses

0

Hello,

Currently, I'm trying to build the finance/trading system based on QLDB. I want to go deeper into this topic.

May I ask you if you have some AWS books/guides/courses/best practices (if I can take/pay) for building a trading ledger (or related topic)? I would appreciate it if you have any.

Cheers, Svitlana

已提問 1 年前檢視次數 439 次
1 個回答
1
已接受的答案

Hi Svitlana,

Thanks for your question! Here are some resources that should help you to get started:

  1. An overview of Amazon QLDB and its origins in this 1 hour YouTube video: https://www.youtube.com/watch?v=ZfYDl4kaVCo
  2. A 1.5 hours YouTube video that will walk you through an example of building a ledger-based system with Java driver for Amazon QLDB: https://www.youtube.com/watch?v=-5LqDjzAyZU
  3. Amazon QLDB Immersion Day Workshop - a set of labs that you can follow to try different aspects of using QLDB: https://qldb-immersionday.workshop.aws/
  4. An example of double-entry bookkeeping application with Java and Amazon QLDB: https://github.com/aws-samples/amazon-qldb-double-entry-sample-java
  5. There is also a great sample application that goes deeper into using the driver in different languages with many examples: https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started-sample-app.html
  6. A great catalogue of other resources related to Amazon QLDB: https://github.com/mlewis7127/awesome-qldb

When it comes to the trading ledger, from the architectural stand point, Amazon QLDB can play a role of settlement ledger, like in the double-entry bookkeeping example above. At the same time, when it comes to order matching, the queries might become complicated and your solution might require to use another database in conjunction with QLDB, that will facilitate those queries more efficiently (see Lab4 as an example of using Amazon Aurora together with QLDB). Here are some details about optimizing query performance that also touches on the limitations to be aware of: https://docs.aws.amazon.com/qldb/latest/developerguide/working.optimize.html

profile picture
已回答 1 年前
profile picture
專家
已審閱 2 個月前

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

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

回答問題指南