Tuesday, September 12, 2017

[Links of the Day] 12/09/2017 : OpenFaaS serverless framework, Papers I like, Docker comparison tool

  • FaaS : Functions as a Service (OpenFaaS) is serverless framework using Docker & Kubernetes. What I really like about this approach is that it simply relies on using STDIN and STDOUT as a way of passing event trigger and output of the serverless function. It allows great flexibility and open up functionality that you wouldn't have by using Lambda by example. As it constraints you behind the REST + API gateway model.
  • Papers I like : start of a really cool series ( 5 parts so far) of interesting fundamental papers. Must check out!
  • lstags : a practical little tool that allows you to compare local docker image with the ones in a repository.


No comments :

Post a Comment