Im working on this project where I have to push data that is either going to be generated using GPT-3 or it could be a just a pre defined dataset. Either way, I wish to have that data streamed/automated/scheduled (Im not sure what the correct term is) and uploaded to my database which I want to host online. For example, lets say that I have a list of tweets in a CSV format. I wish for the tweets to be uploaded to my MYSQL database (lets say every 24 hours) automatically without me having to manually do it.
Im wondering whether there a library or technology that I can use to achive this. I am still new to all of this so I am very lost and overwhelmed with the all the things im reading online. I would appreciate any help I can get.
I tried looking for library on github that automate this process but I was very overwhelemed with all the repos that I found. something else that I found was cron jobs but I dont know whehter they will do the job or not.
Abdullah Shebani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.