项目作者: samirboudjebla

项目描述 :
DynamoDB deep dive
高级语言: Python
项目地址: git://github.com/samirboudjebla/DeepDiveDynamoDB.git
创建时间: 2020-03-22T06:20:09Z
项目社区:https://github.com/samirboudjebla/DeepDiveDynamoDB

开源协议:

下载


DeepDiveDynamoDB

The repository is used to implement a linux academy training to deep dive into dynamodb

It contains different steps to convert an existing web application

The web application was initially developed using MySQL as a back end
The new version will use DynamoDB

Project’s Folders

01_Table_Creation

It contains different ways to create the PetInventory Table

02_Table_IO

it contains the different operations we can do on a dynamodb table
it also shows how to install dynamodb locally for quick prototyping
finally it contains the implmentation of the second lab