cybergreen-net / aggregator

System for aggregating data and storing into S3 and loading into frontend database
MIT License
0 stars 0 forks source link

Load to RDS - cloudified #23

Closed rufuspollock closed 7 years ago

rufuspollock commented 7 years ago

Have load from S3 to RDS performed "online" rather than locally so that it can be automated and is not dependent on a particular person.

At present we:

Options

AWS Lambda

ECS - basically means dockerizing this app

Choice

Probably go the ECS way as super simple.

Note: this is such a small item that rather than than build standalone we can just integrate it straight into the "Orchestrator"

rufuspollock commented 7 years ago

Note: this is such a small item that rather than than build standalone we can just integrate it straight into the "Orchestrator"

rufuspollock commented 7 years ago

WONTFIX / INVALID. Plan going forward is:

  1. to run the aggregator and load to rds from the orchestrator code.
  2. to run orchestrator in docker / ECS - see https://github.com/cybergreen-net/infrastructure/issues/13

=> running load to RDS will happen in ECS since orchestrator runs there (basically we won't be running this code from local machine any more).