Hi,
sorry if my question sounds a bit stupid but I'm totally new to rust and never took a deep dive into any programming language. But this may change in the near future .
As a starting point for further (hobby)development I want to...
... create a service(api client) which retrieves data(.json) from 2(or more) web apis with different structure for request and response. Then it should write the data with unified format into a db(redis). (data will be price quotes from currency exchanges)
I think this should be a quite common task?! Is there a howto or could someone give me a high level schema what I could use to achieve this?
I hope it is clear what I mean and someone can point me in the right direction...