I accumulate here the list of articles which have interesting information about Apache Airflow. Subjects of the articles covers topics from installation and management to implementation of DAGs and best practices.
In data streaming each event is transmitting from one processing block to another once events arrive. For example, you have three events like this: You want to calculate the sum of value and issue only
Check list to verify that your application is ready for deployment behind NGINX reverse proxy.
An overview of common pitfalls when you start to incorporate containerization with Docker and Kubernetes in your development
Here I gathered answers to small pitfalls which from time to time appears because you’re not doing some actions often. Such actions include using of .dockerignore, mounting files, SSL certificates for web servers in containers,
Quick and dirty guide to add a slave host to Jenkins running in Docker on Linux-based machines.
In the article I'm covering the integration of your application with Telegraf and Grafana, and the capturing and sending metrics with StatsD protocol.
Some behavior patterns in event stream are based on the fact that specific event hasn’t happened. Siddhi has in-built mechanism to capture when some event is not happened after another. Here is the simple code
Siddhi is a language which belongs to the group of Streaming SQL languages, offering SQL-like approach to process data streams. This short code snippet shows one of the basics scenarios when you need to update
The easiest method to send emails from Google Cloud Function is the using of SendGrid service. It allows you to send 100 emails in a day on the free account. And it’s very easy to