Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
2 answers
3k views

dynamodb boto put_item of type Map "M"

Has anyone successfully performed a put operation of a map into dynamodb using boto (python)? I basically need to put a json object. So far I have only been able to put it as json string but I cannot ...
Javier Carmona's user avatar
0 votes
3 answers
4k views

Pagination with Dynamodb in web application

I have around 5000+ videos on my database and I have created a pages http://mysite.com/videos to list all the videos. Now I am implementing pagination so that only 20 videos are listed in each page. e....
Sudip Kafle's user avatar
  • 4,391
1 vote
2 answers
3k views

Data transfer from mysql to DynamoDB

I want to transfer data(21M rows) from mysql database to DynamoDB. I am using boto Python API and django 1.3.1 to export data from mysql and transfer it to DynamoDB. Below is the code: conn = ...
Taher Saeed's user avatar