PostgreSQL

Развертывание масштабируемого и защищенного приложения Django с помощью Kubernetes — step-by-step Docker tutorial on Progressive Robot

Развертывание масштабируемого и защищенного приложения Django с помощью Kubernetes

В этом учебном модуле мы развернем контейнеризованное приложение Django polls в кластере Kubernetes. Django — это мощная веб-структура, позволяющая быстро развернуть ваше приложение Python с нуля. Она включает ряд удобных…

Read more
Ubuntu 20.04へのPostgreSQLのインストールおよび使用方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04へのPostgreSQLのインストールおよび使用方法

PostgreSQL、またはPostgresは、SQLクエリ言語の実装を提供するリレーショナルデータベース管理システムです。このガイドは、Ubuntu 20.04サーバーにPostgresをインストールする方法を示します。また、一般的なデータベース管理方法も紹介します。

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

How To Install and Use TimescaleDB on Ubuntu 18.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 18.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
CHAT