Data Analysis

How To Install and Use ClickHouse on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use ClickHouse on Debian 9

ClickHouse is an open-source, column-oriented analytics database created by [Yandex](https://yandex.com) for OLAP and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

Read more
How To Work with Language Data in Python 3 using the Natural Language Toolkit (NLTK) — step-by-step Python tutorial on Progressive Robot

How To Work with Language Data in Python 3 using the Natural Language Toolkit (NLTK)

This tutorial will provide an introduction to using the Natural Language Toolkit (NLTK): a Natural Language Processing tool for Python. NLP is a field of computer science that focuses on the interaction between computers and humans. NLP techniques are used to analyze text, providing a way for computers to understand human language. A few examples of NLP applications include: automatic summarization, topic segmentation, and sentiment analysis.

Read more
How To Install and Secure Grafana on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Grafana on Ubuntu 18.04

Grafana is an open-source data visualization and monitoring tool that integrates with complex data from sources like Prometheus, InfluxDB, Graphite, and ElasticSearch. In this tutorial, you will install Grafana and secure it with an SSL certificate and an Nginx reverse proxy. Once you have set up Grafana, you’ll have the option to configure user authentication through GitHub.

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

How To Install and Use ClickHouse on Ubuntu 18.04

[ClickHouse](https://clickhouse.yandex) is an open-source, column-oriented analytics database for [OLAP](https://en.wikipedia.org/wiki/Online_analytical_processing) and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

Read more
CHAT