Author: dataengineering

0

Minimum Genetic Mutation

A gene string can be represented by an 8-character long string, with choices from ‘A’, ‘C’, ‘G’, and ‘T’. Suppose we need to investigate a mutation from a gene string start to a gene string end where one mutation is defined as...

0

Apache Airflow: A Real-life Use Case

In this post, I will guide you through how to write an airflow scheduler for a practical use case. Overview Airflow is simply a tool for us to programmatically schedule and monitor our workflows....