Celery Jobs Dashboard: Alation uses celery as the python framework for background jobs. I built a dashboard displaying the active, upcoming, completed and canceled tasks. It also provided users an option to terminate long-running/stuck tasks from the UI easily.
Alation Analytics: This is a project where we give users, access to Alation's metadata about their data. We designed the schema following the STAR schema paradigm and wrote ETL jobs to transfer the data between Alation's database and Analytics database.
Stewardship Dashboard: This is part of the company's Agile Stewardship initiative where admins can see how much of their data is curated and assign people to data objects to curate them. We built a live update system where curation progress keeps updating as users curate the data.
Agile Approval: This is another feature which is core to the Agile Stewardship initiative where documentation goes through a proper review cycle before getting approved by the reviewers. Handled the version history, revision statuses, edit and restore workflows along with the notifications framework.
Used: Python, Django, Postgres, React.js