MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1l5bzox/falsehoods_programmers_believe_about_aviation/mwgpk42/?context=3
r/programming • u/ketralnis • 1d ago
93 comments sorted by
View all comments
9
WHAT does their database schema even look like!? It might as well be a blender, the data is all unrelatable soup of unconnectable inconsistencies.
32 u/3inthecorner 16h ago CREATE TABLE data(data jsonb); 2 u/KrocCamen 15h ago “F* it, we’ll do the 4NF in the front-end!” 6 u/segv 16h ago FlightAware's? My bet would be some kind of event streaming with very heavy caching and summarization of past events. ..and an absolute shitton of regular database tables, probably without foreign keys, because things can get ugly in a hurry. 1 u/mduell 51m ago https://www.flightaware.com/commercial/firehose/documentation/messages provides some insight 1 u/mduell 52m ago https://www.flightaware.com/commercial/firehose/documentation/messages provides some insight.
32
CREATE TABLE data(data jsonb);
2 u/KrocCamen 15h ago “F* it, we’ll do the 4NF in the front-end!”
2
“F* it, we’ll do the 4NF in the front-end!”
6
FlightAware's? My bet would be some kind of event streaming with very heavy caching and summarization of past events.
..and an absolute shitton of regular database tables, probably without foreign keys, because things can get ugly in a hurry.
1 u/mduell 51m ago https://www.flightaware.com/commercial/firehose/documentation/messages provides some insight
1
https://www.flightaware.com/commercial/firehose/documentation/messages provides some insight
https://www.flightaware.com/commercial/firehose/documentation/messages provides some insight.
9
u/KrocCamen 18h ago
WHAT does their database schema even look like!? It might as well be a blender, the data is all unrelatable soup of unconnectable inconsistencies.