ubuntu

How To Build a Data Processing Pipeline Using Luigi in Python on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Build a Data Processing Pipeline Using Luigi in Python on Ubuntu 20.04

Luigi is a Python package that manages long-running _batch processing_, which is the automated running of data processing jobs on batches of items. Luigi allows you to define a data processing job as a set of dependent tasks. In this tutorial you will build a data processing pipeline to analyze the most common words from the most popular books on Project Gutenburg. You will build a pipeline using Luigi. You will use Luigi tasks, targets, dependencies, and parameters to build your pipeline.

Read more
Контейнеризация приложения Laravel 6 для разработки с помощью Docker Compose в Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

Контейнеризация приложения Laravel 6 для разработки с помощью Docker Compose в Ubuntu 18.04

Контейнеризация приложения — это процесс адаптации приложения и его компонентов для работы в облегченных средах, называемых контейнерами. Это изолируемые одноразовые среды, которые используются для разработки, тестирования и…

Read more
How To Create a Riak Cluster on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Create a Riak Cluster on an Ubuntu VPS

This tutorial covers how to set up a Riak Cluster on Ubuntu VPS instances. Riak is a distributed database that offers large performance and redundancy benefits in comparison to traditional relational databases. Riak can be used to create cluster groups that can split up the workload and risk of data storage and access between multiple machines.

Read more
CHAT