shah-deep / MongoDB-AWS

Deploying Sharded MongoDB database on AWS and creating an application using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed MongoDB Database Application using AWS

View Report for detailed description of the project.

To run, use command:

python app.py

In this project, we created an application related to details of authors. Focus of this project was efficient deployment of database on cloud to enable high latency. To achieve this, we deployed the MongoDB database with 3 Shards in replica sets. We have created a python application to view and modify this data. Note that as the cloud server needs to be stopped due to free tier limit, the application may not work if you try to run it.

About

Deploying Sharded MongoDB database on AWS and creating an application using python

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%