Database Flow Map
Recently, I set up my database workflow using a Virtual Private Server (VPS) and developed R code to easily access and analyze this database. I’ll introduce them one by one. 1) Data in local PC to MySQL Server I want to upload my data in my PC to a MySQL server hosted on a Virtual Private Server (VPS) managed by Digital Ocean. To facilitate this, I have developed a Python script, which you can find in my Github; https://github.com/agronomy4future/python_sql_autoload. To…