In this tutorial we will build a ci pipeline using concourse to build and push a image to dockerhub automatically, whenever a new git commit is made to the master branch. Our Project SetupOur Directory Tree: $ find . ./Dockerfile ./ci ./ci/
Building Python Serverless Slack Apps on OpenFaas
If you are not familliar with OpenFaas, it's definitely time that you should have a look at it, plus, they are doing some pretty awesome work! "OpenFaaS (Functions as a Service) is a framework for building serverless functions with Docker
Parallel Processing on AWS Lambda with Python using Multiprocessing
If you are trying to use multiprocessing.Queue or multiprocessing.Pool on AWS Lambda, you are probably getting the exception: [Errno 38] Function not implemented: OSError sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) OSError: [Errno 38] Function not implemented
Parallel Processing with Python and Multiprocessing using Queue
Today I had the requirement to achieve a task by using parallel processing in order to save time. The task to be achievedFor this demonstration, I have a list of people and each task needs to lookup its pet name
How to Cache Data with Python Flask
If you depending on a external source to return static data you can implement cachetools to cache data from preventing the overhead to make the request everytime you make a request to Flask. This is useful when your upstream data
Using Resources with Concourse Tutorial
In Concourse, Resources refer to external resource types such as s3, github etc. So for example, we can run a pipeline which pulls data from github, such as cloning a repository, so in other words the data that was cloned
Concourse Tasks and Inputs Tutorial
In this tutorial I will show you how to execute task scripts and using task inputs to have the ability to pass data to concourse for processing. ( function() { if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; }; var unit = {"calltype":"async[2]
Setup a Basic Hello World Pipeline on Concourse
We will setup a basic pipeline that pulls down content from github, then executes a task that prints hello world. Content on GithubThe config can be found on my Github Branch but I will display each file in this post.
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!