Hacker News new | ask | show | jobs
by diceduckmonk 1325 days ago
The "never build another CRUD app" claim is a little too wide of a net. There's no mention of invoking 3rd party APIs here.

The majority of apps aren't just backed by a single source of truth, but aggregating many. That aggregation process can be done offline rather than on-demand in real-time, but you still need a separate ETL process to pull that data.

1 comments

You are right, 3rd party APIs are not supported. Only SQL databases are supported.