Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dynamo example

Use following commands to evaluate example, access to AWS account is mandatory.

KeyVal interface

cd keyval
go run main.go s3:///my-bucket
go run main.go ddb:///my-table

Blob interface

cd blob
go run main.go s3:///my-bucket path/to/my/file.tgz

Relational model

cd relational
sh schema.sh
go run main.go types.go