less than 1 minute read

  • Built the framework of one online office tool “self-service getting data” in Flask
  • Utilized Redis as the cache to improve the read rate; used MySQL to store data plus SQLAlchemy to read and write database; designed entities such as users, tables, databases, and their relationships
  • Exerted Celery to realize the functions like asynchronous update of users’ permissions and asynchronously sending error messages by Emails
  • Maintained the website: www.xxx.midea.com (Company Intranet), allowing employee-user to self-create the custom query with large enterprise databases
  1. Data query
    avatar

  2. Converting to graphics
    avatar

  3. Customized query fields
    avatar

  4. Administrator console
    avatar

  5. Graphical dashboard
    avatar