Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to scalable database in AWS #1

Open
namanaman opened this issue Mar 15, 2023 · 0 comments
Open

Migrate to scalable database in AWS #1

namanaman opened this issue Mar 15, 2023 · 0 comments

Comments

@namanaman
Copy link
Contributor

namanaman commented Mar 15, 2023

Currently on Google Sheets, with a row limit of 2 million and a rate limit of 60 requests per minute

Requirements

  • Scalable
  • Secure (is encryption necessary?)
  • Can be visualized (AWS QuickSight, Looker Studio)

Potential options to store

  • Lambda --> DynamoDB
  • Lambda --> SQS --> RDS

Potential options to visualize

  • DB <-- Lambda <-- Google File Storage <-- Looker Studio
  • DB <-- Lambda <-- AWS S3 <-- AWS QuickSight
  • DB <-- Lambda <-- BigQuery (needs to be public?) <-- Looker Studio
  • DB <-- Lambda <-- Redshift (needs to be public?) <-- Looker Studio or QuickSight
@namanaman namanaman changed the title Migrate database to AWS Migrate to scalable database in AWS Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant