CivicActions / SQIP

A python application to standardize the approach to storing data in QLDB
2 stars 0 forks source link

Add provider for QLDB #2

Open JeffreyGarrett opened 4 years ago

JeffreyGarrett commented 4 years ago

Use the QLDB python SDK to connect and manage the writes to the qldb.

https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started.python.html

Spike also determines how the qldb technically works and its limitations. We should inform the API design for applications after we understand that work.