The Data Doodle

A blog about visualizing, analyzing, and managing data

FDIC Old SQL flow

An early approach to working with FDIC data was to put it all in a SQL database. The idea was to use dynamic sql to build tables with only the columns necessary for the current study. This approach was doomed by in static nature of sql tables and the continual need to regenerate DDL and load data.

The new approach is centered on DynamodDb.

Read More