BigDataIA-Spring2023-Team-03 / Assignment3

0 stars 0 forks source link

Migrate metadata.db to a Cloud Platform for Improved Scalability and Reliability #6

Open KaranAgrawal1509 opened 1 year ago

KaranAgrawal1509 commented 1 year ago

Context:

In our current web application, the metadata.db file is hosted locally, which can lead to performance issues, limited scalability, and potential data loss in case of hardware failure. To address these concerns, we suggest migrating the metadata.db file to a cloud platform, which will provide better scalability, reliability, and ease of management.

Solution:

To implement this improvement, we propose to host the metadata.db file on a cloud platform, such as AWS, GCP, or Azure. This will offload the responsibility of managing and maintaining the database infrastructure to the cloud provider and allow our application to scale more efficiently as the number of users increases.

Expected Behavior:

After implementing this change, the web application should continue to function as before, but with improved scalability and reliability. Users should not experience any noticeable changes in functionality or performance.

Steps to Implement:

Conclusion

By migrating the metadata.db file to a cloud platform, we can improve the scalability and reliability of our web application while reducing the maintenance burden on our team.

ManiDeepakReddyAila commented 1 year ago

Context:

The db file is already in S3 bucket and is being fetched from there.