Hacker News new | ask | show | jobs
by Timja 1324 days ago
Thanks for the explanations!

I get kind of a "no code" vibe from it?

When I want to read data from an API, transform it and put it into a DB, my approach would be to write a few lines of Python. A script that does an http request to the API, transforms it and then writes the data to SQLite.

That seems much easier and more future proof to me than to bring in a 3rd party service.

1 comments

Yes, the idea is for it to be a no-code solution. We completely understand why some people would like to this work in-house, specially for simple use-cases such as the one you mentioned.