AWS mobile hub nosql

97 views Asked by At

In AWS mobile hub nosql, is there any chance for me to connect through pgadmin or web browser so that I can import bulk data to the nosql database. Thanks.

1

There are 1 answers

1
Shufan K On

NoSQL tables created by AWS Mobile Hub are managed by Amazon DynamoDB (What Is Amazon DynamoDB?). I recommend using this guide to import data:

http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-importexport-ddb-part1.html

To find the Amazon DynamoDB table associated with your AWS Mobile Hub project, simply go to your mobile hub project homepage, click on "Resources" located on the top-right corner. You will see a list of AWS Resources in your mobile hub project.

You can also read: How to import bulk data from csv to dynamodb