Introduction
I am new here, after a long break from coding, I decided to do a new pet project. So here I am with the new language and new technologies behind it.
I have an application that writes data from Twitter to file. It is a streamer and the file is closed on a daily basis (midnight) and another one is open.
I have another application that works with these files (00:01) and creates a histogram based on data from this file (day-1), data from the binance API and google semantic analysis.
My current approach is:
Questions: