open source

Como instalar o Git no Ubuntu 18.04 [Início rápido] — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no Ubuntu 18.04 [Início rápido]

Os sistemas de controle de versão ajudam a compartilhar e colaborar em projetos de desenvolvimento de software. O Git é um dos sistemas de controle de versão mais populares disponíveis atualmente. Este tutorial irá mostrar como instalar e configurar o Git em um servidor…

Read more
How To Install and Use TimescaleDB on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use TimescaleDB on Ubuntu 20.04

TimescaleDB is an open-source database optimized for storing time-series data. It is implemented as an extension of PostgreSQL and combines the ease-of-use of relational databases and the speed of NoSQL databases. By following this tutorial, you’ll set up TimescaleDB on Ubuntu 20.04, configure it, and learn how to work with it. You’ll run through creating time-series databases and making simple queries. Finally, you’ll see how to compress data and get rid of unnecessary data.

Read more
How To Run Serverless Functions Using OpenFaaS on Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

How To Run Serverless Functions Using OpenFaaS on Kubernetes

OpenFaaS is an open-source framework for implementing the serverless architecture on Kubernetes, using Docker containers for storing and running functions. In this tutorial, you will deploy OpenFaaS to your Kubernetes cluster at your domain and secure it using free Let’s Encrypt TLS certificates.

Read more
CHAT