What would you do if you could read out any SaaS application? [OSS]
Hey everyone,
imagine you could read out data of any SaaS application, what would it be? I’d like to understand use-cases you might have.
Here are some examples to get you going:
* Downloading invoices from Asana, Notion etc. * Get a list of projects from Asana as CSV * Get a list of users with their permission in Jira as CSV ...
What use-case for which application(s) would be interesting for you and why? Thank you.
6 comments
[ 0.21 ms ] story [ 29.7 ms ] threadThe core problem I want to solve is basically getting data from various SaaS tools. Alone getting the data is a big challenge especially when it's usually not available in the right form or the API is not accessible. Another one is then consolidating data of several tools with complete different data models.
So to some extent, this helps with writing scripts for merging different data models, and different formats.
To be fair I've never used it for anything serious. I've written so many web scrapers and little one-time tools to match up data, I lose track. It's hard to think of a way to fix this as a global problem when every service wants to lock you in somehow... except to demand they make your data open for you. I suppose you could imagine a standard and try to enforce it with a badge or something. There's an incentive for services not to comply.
If I read your post right, you're talking about tackling this as a Big Problem that could be solved technically. In my experience - not to be jaded - you'd be chasing the endless dragon; and there's no money in it. You only live once, and spending hours reverse engineering non-existent APIs for fickle SaaS companies is probably not the ideal use of one's resources. Just speaking as an indie dev. Partly because any dev plugging into such a service would have to trust the service to keep up with whatever non-API they wanted to mangle, and in any single use case a dev is better off rolling their own. It'll always be fractured.
/sorry, I'm drunk and thinking out loud. But your idea isn't bad, just too glorious for reality ;)