Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is airline booking software very complex? I don’t see why that software would necessitate the updating of k8s.


I’m not sure about the architecture, but airline booking is very complex. You basically need to support a traveling salesman algorithm. It’s also one of the original use cases for large scale computers. The Sabre airline booking program dates back to the 60’s so it’s also very legacy. The Arstechnica article (below) has a good history of the original military program and how it helped to spin out airline booking.

Modernization for these systems was probably long overdue.

https://www.ibm.com/ibm/history/ibm100/us/en/icons/sabre/

https://arstechnica.com/science/2022/01/the-most-important-c...


I recall talking to people who worked at a company that competed w/ Sabere/IBM

There was a project they did not want to do. To avoid saying "no" and risking the relationship they quoted what they thought was an outrageous price, expecting to loose. The customer said yes. They had underestimated how much IBM had been gouging them for so long.


It's kind of similar in some ways to the traveling salesman problem. Which is not considered np-hard.

"How do you get to tokyo from paris", the cheapest, the shortest time, the least layovers, add a stop in X, etc. Not that easy.

Then you have to remember all the stuff under the hood like how are you caching all that information, how do you actually register the sales of all those tickets. Are they in your flight alliance? Are they goign through your regional airline systems too?

I would never want to touch that stuff. Way too hard. Way too many legacy systems powering it too, probably.

See also: https://franz.com/success/customer_apps/data_mining/itastory...

Which is now owened by google and probably powering google flights lol


Every single airline they ingest probably has a phone book sized list of special cases and edge conditions that are distinct and unique. Multiply that by every airline on the platform and every consumer of the dataset and yeah… it’s incredibly complex.

Not to mention the uptime requirements and other SLAs in place (which probably are all different for each contract they sign)… yup. It’s probably a monster.


Yes, it is. Read up on the history of SABRE and you’ll get pretty much the entire history of digital computing, post-UNIVAC, in the process.


> Is airline booking software very complex?

If this is surprising to you, you have no idea.

It's a 24/7 business as a start. Multiple flights, multiple fares, multiple ways of booking a flight, airline agreements, etc




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: