Category: Technology

Android Kunjappan 0

Android Kunjappan, Alexa and Loneliness

Note: Spoilers Subramanian (Soubin Shahir) lives with his father Bhaskaran in a small village in Kerala. Subramanian is a smart mechanical engineer. He wants to get out of his village to work like most educated Malayalees. His father Bhaskaran is a stubborn man, He won’t let his son go out (village) to work....

Data table which contains the final AQ data. 14

Scraping National Air Quality Data

we live in Bengaluru/Bangalore. We as family suffer due to air quality. Given this concern, I wanted a data-set to analyze what has happened over the years and what to expect. I also wanted to compare the same with other cities. National Air Quality Index has this data. But it’s available only for...

Screenshot showing import tax. 8

How to Kill Innovation in India using Customs

I did my engineering from 1998 to 2002. It used to be very difficult to get the latest and greatest in the electronics world from the local market. My go-to way to get something interesting was to apply for freebies from companies in the USA, whether it was PICs from Microchip or the...

How to Use Docker to run Workflows in Digdag 0

How to Use Docker to run Workflows in Digdag

There is a good chance that you want to allow multiple developers to run their dags/tasks on your Digdag server. It’s painful to maintain the packages/dependencies they need to run their tasks. It specially becomes difficult if they conflict with each other. One way to solve it, is by having some kind of...

Managing Secrets in Digdag 0

Managing Secrets in Digdag

In this post we will learn how to manage secrets in Digdag and how to use them in the workflows.

3

Seven Useful DigDag Tips and Tricks

Table of Contents1 Setup DigDag Config2 Enable Authentication3 Run a different version of Python4 Use other programming languages or call a binary5 Use Restful APIs6 Use Docker7 Make HTTP Requests DigDag is a pretty simple tool to install and run. There are quite a few tips and tricks that you can use to...