Jareechang / aws-aurora-part-3

AWS Aurora technical series (PostgreSQL data modelling)

Home Page:https://www.jerrychang.ca/writing/aws-aurora-technical-series-postgresql-data-modelling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Technical series (Setting up bastion host and database)

Part 3 of the AWS Aurora Technical Series.

To see the module, please visit AWS Aurora Technical Series Part III - PostgreSQL data modelling

Getting started

  1. Start local PostgreSQL
docker-compose up

Note: To re-reun with new changes (configuration, sql migrations), run -

docker-compose up --build --force-recreate -V

-V - Forces volume remount

  1. Add local PostgreSQL credentials to .env.local

.env.local:

DB_USERNAME=user
DB_HOST=0.0.0.0
DB_PASSWORD=test123
DB_PORT=5438
  1. Start next.js local
yarn dev

About

AWS Aurora technical series (PostgreSQL data modelling)

https://www.jerrychang.ca/writing/aws-aurora-technical-series-postgresql-data-modelling


Languages

Language:HCL 43.9%Language:TypeScript 36.5%Language:JavaScript 10.1%Language:PLpgSQL 4.8%Language:Smarty 2.0%Language:Shell 1.6%Language:Dockerfile 1.0%