Data Analysis

How To Set Up Jupyter Notebook for Python 3 on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Jupyter Notebook for Python 3 on Ubuntu 22.04

This tutorial will walk you through setting up Jupyter Notebook to run either locally or from a Ubuntu 22.04 server, as well as teach you how to connect to and use the notebook. Jupyter notebooks (or simply notebooks) are documents produced by the Jupyter Notebook app which contain both computer code and rich text elements (paragraph, equations, figures, links, etc.) which aid in presenting and sharing reproducible research.

Read more
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
How To Install and Secure Grafana on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Grafana on Ubuntu 20.04

Grafana is an open-source data visualization and monitoring tool that integrates with complex data sources like Prometheus and ElasticSearch. Grafana lets you create alerts, notifications, and ad-hoc filters for your data while also making collaboration with your teammates easier through built-in sharing features. In this tutorial, you will install Grafana and secure it with an SSL certificate and an Nginx reverse proxy. You will also set up GitHub authentication.

Read more
How To Monitor MongoDB with Grafana and Prometheus on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Monitor MongoDB with Grafana and Prometheus on Ubuntu 20.04

It is crucial for any database administrator to avoid performance or memory issues. Tools such as Prometheus and Grafana can help you monitor your database cluster performance. Prometheus is an open-source monitoring and alerting platform. Grafana is an open-source analytics and interactive visualization web application. In this tutorial, you will set up a MongoDB database and monitor it with Grafana using Prometheus as a data source.

Read more
CHAT