- 快召唤伙伴们来围观吧
- 微博 QQ QQ空间 贴吧
- 文档嵌入链接
- 复制
- 微信扫一扫分享
- 已成功复制到剪贴板
ForumName - Faculty
展开查看详情
1 .
2 .
3 .
4 .DynamoDB Operations Create/ Update/ Delete Table ‹#› Src: aws.amazon.com
5 .References ‹#› http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html http://techtraits.com/cloud/nosql/2012/06/27/Amazon-DynamoDB--Understanding-Query-and-Scan-operations/
6 .DynamoDB Data Model Tables : A collection of items Item: A collection of attributes ‹#› { Id = 201 ProductName = “cyclone” Description = “201 description” BicycleType = “Road” Brand = “FireFox” Price = 100 Color = [“Red”, “Black”] Type = “Bike” } Item 1 { Id = 205 ProductName = “mercedes-cla” Brand = “Benz” Price = 3.5cr Color = [“Pink”, “Black”, “Golden”] Type = “Car” } Item 2