A Raspberry Pi is All You Want
Typically, we have to gather some information inside a sure time frame. It may be information from the IoT sensor, statistical information from social networks, or one thing else. For example, the YouTube Information API permits us to get the variety of views and subscribers for any channel on the present second, however the analytics and historic information can be found solely to the channel proprietor. Thus, if we need to get weekly or month-to-month summaries about these channels, we have to gather this information ourselves. Within the case of the IoT sensor, there could also be no API in any respect, and we additionally want to gather and save information on our personal. On this article, I’ll present methods to configure Apache Airflow on a Raspberry Pi, which permits working duties for a protracted time frame with out involving any cloud supplier.
Clearly, in the event you’re working for a big firm, you’ll in all probability not want a Raspberry Pi. In that case, in the event you want an additional cloud occasion, simply create a Jira ticket to your MLOps division 😉 However for a pet mission or a low-budget startup, it may be an attention-grabbing answer.
Let’s see the way it works.
Raspberry Pi
What is definitely a Raspberry Pi? For these readers who’ve by no means been excited by {hardware} for the final 10 years (the primary Raspberry Pi mannequin was launched in 2012), I can briefly clarify that this can be a single-board laptop working full-fledged Linux. Often, a Raspberry Pi has a 1GHz, 2–4-core ARM CPU and 1–8 MB of RAM. It’s small, low cost, and silent; it has no followers and no disk drive (the OS is working from a Micro SD card). A Raspberry Pi wants solely a regular USB energy provide; it may be linked through Wi-Fi or Ethernet to a community and run completely different duties inside months and even years.
For my information science pet mission, I wished to gather the YouTube channel statistics inside 2 weeks. For a activity that requires solely 30–60 seconds twice per day, a serverless structure is usually a excellent answer, and we will use one thing like Google Cloud Operate for that. However each tutorial from Google began with the phrase “allow billing to your mission”. There’s free first credit score and free quotas offered by Google, however I didn’t need to have one other headache of monitoring how a lot cash I…