Before we dive into LinkManager and close the loop of link checking in Delinkcious, let's get familiar with Nuclio (https://nuclio.io/) and explore how it provides a serverless function solution that works very well for Delinkcious.
Serverless link checking with Nuclio
A quick introduction to Nuclio
Nuclio is a polished, open source platform for high-performance serverless functions. It was developed by Iguazio and supports multiple platforms, such as Docker, Kubernetes, GKE, and Iguazio itself. We obviously care about Kubernetes, but it's interesting to note that Nuclio can be used on other platforms too. It has the following features:
- It can build functions from the source code or provide your own container.
- It...