I mean generating a SQLite db for exporting all the data in an API.<p>I think it would solve several things:
- Your customers will not hit rate limits
- They don't depend on your uptime
- Custom queries
- Even GPDR exports for end users<p>Depending on the amount of data and the nature of the API, the service could generate the dump from scratch or an incremental based on Litestream, for example.<p>What do you think? Would you like it as a customer for your services? Would you like to use (and someone pay) a service that consumes your API/webhooks and generates an SQLite for your customer?
For one-time dump of everything, that would work fine. For keeping in sync regularly, look at Dolt (google "git for data" for more solutions like this one, there are a few already).