Skip to content

Example project to demonstrate simple relational modelling with a single DynamoDB table

Notifications You must be signed in to change notification settings

fstehle/dynamodb-single-table-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamodb-single-table-example

Example project to demonstrate simple relational modelling with a single DynamoDB table using the Northwind dataset. Inspired by https://github.com/trek10inc/ddb-single-table-example and this blog post.

Using the code

Requirements

  • Golang
  • Make

Building the project

make build

Creating the DynamoDB table

bin/ddb-single-table-cli create-table

Loading the data

bin/ddb-single-table-cli load-table-data

This loads the files in the csv folder into the table according to the data access patterns defined in the blog post.

Running the queries

bin/ddb-single-table-cli run-queries

About

Example project to demonstrate simple relational modelling with a single DynamoDB table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published