outbaksean / EveCombatLog

A tool for Eve Online capsuleers to log combat interactions in order to improve their PvP skill.
MIT License
0 stars 0 forks source link

Create DynamoDB Table to back the DB Model #3

Open outbaksean opened 4 years ago

outbaksean commented 4 years ago

Using Adjacency List pattern for Fittings and Log Entries with relevant attributes. The schema should be somewhat scalable. Pattern: PK, SK, Data.

https://www.trek10.com/blog/dynamodb-single-table-relational-modeling/