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

Create Database for storing city data #1

Open
4 of 7 tasks
mrao2 opened this issue Jan 17, 2021 · 1 comment
Open
4 of 7 tasks

Create Database for storing city data #1

mrao2 opened this issue Jan 17, 2021 · 1 comment
Assignees
Labels
backend Issue relates to backend Node.js app data Issue relates to data for application

Comments

@mrao2
Copy link
Contributor

mrao2 commented Jan 17, 2021

Overview

Definition of Ready (What are prerequisites to finish this task):

  • NoSQL vs SQL is chosen
  • Local vs Cloud is chosen
  • Data source is found and properly formatted.

Definition of Done (What does it look like for this task to be done):

  • a queryable database is up and running.
  • has useable data stored

Action Items

  • choose if sql or nosql
  • setup a local instance of db
  • format data and upload to db [Format Budget Data #2]
  • Create local json file of budget data for development/testing
  • Set up AWS Postgres RDS instance
  • Upload data to RDS instance
  • Create psql script for uploading in future
@shawon-crosen shawon-crosen self-assigned this Jan 17, 2021
@shawon-crosen shawon-crosen added backend Issue relates to backend Node.js app data Issue relates to data for application labels Jan 17, 2021
@shawon-crosen
Copy link
Collaborator

Because of the structure of the data, and the size, we are going to do a nosql style db like MongoDB or Firebase instead of a traditional relational database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issue relates to backend Node.js app data Issue relates to data for application
Projects
None yet
Development

No branches or pull requests

2 participants