dailylog 8-04-20

less than 1 minute read

THINGS THAT DISTRACTED ME TODAY:

  • Can I make an org chart in python? How would I do that?
  • Can I make an interactive org chart in javascript?
  • Can I use python to clean a messy excel sheet and export it into the data that the D3 chart might need?

THINGS I LEARNED TODAY:

  • Different ways to store images!!
    • Co-located disk (OK for small toy projects. NOT OK in production)
    • Databases (BAD because this is 4x as expensive as…)
    • Stream through a Data Store (Like Amazon S3)
    • Presigned URL (Best, with the most dev-ops overhead)

More on PROJECT ORG CHART:

python - Create Nested JSON from Pandas for Org Chart - Stack Overflow

python create organization chart - Google Search

How to Create an Organizational Chart Linked to Data in Excel (Easy & Dynamic) - YouTube

Build Impressive Charts: Its NOT your usual Bar Chart (Infographics in Excel) - YouTube

reddit: the front page of the internet

Tree plotting in Python - Stack Overflow

dabeng/OrgChart.js: Its a simple and direct organization chart plugin. Anytime you want a tree-like chart you can turn to OrgChart.

Filter nodes with key word

Tags:

Updated: