|
|
|
|
|
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. |
|