Hacker News new | ask | show | jobs
by ako 1859 days ago
I use the json features of postgres to turn json into relation data. Store all json messages received in a table, then use a materialized view to extract the relevant parts into columns. Works well, and lets me keep the original data around.
1 comments

roger that.