12 Days of the cloud provider (Day 3) – Checking Birthdays and Sending SMS Notifications
Learn how to use Python and Twilio to check for birthdays and send SMS notifications.
Learn how to use Python and Twilio to check for birthdays and send SMS notifications.
This checkpoint is intended to help you assess what you learned from our introductory articles to Databases, where we defined databases and introduced common database management systems.
Learn to collect metrics from PostgreSQL on the cloud provider with a Node.js app for better database management and monitoring.
This tutorial runs through both installing and configuring Django with Postgres, Nginx, and Gunicorn on your VPS.
PostgreSQL is one of the most powerful and popular relational database management systems available for open source platforms. In this guide, we’ll talk about how to get it up and running on an Ubuntu 14.04 VPS instance.
Der Autor wählte das Computer History Museum, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Viele Anwendungen, wie z. B. Überwachungs- und…
pgAdmin — это платформа с открытым исходным кодом для администрирования и разработки для PostgreSQL и связанных с ней систем управления базами данных. Платформа написана на Python и jQuery и поддерживает все функции PostgreSQL. Вы можете использовать…
Database monitoring is key to understanding how a database performs at various points in time. It can help you uncover hidden usage problems and bottlenecks, and will also allow you to be in the loop of everything that is happening to your database. In this tutorial, you will set up PostgreSQL database monitoring in Nagios Core using the check_postgres Nagios plugin and set up Slack-based alerting.
Strapi is an open source headless CMS built with the JavaScript programming language. Like many other headless CMS’, Strapi doesn’t come with a frontend out of the box. Instead, it relies on an API that allows you to architect your content structure. In this tutorial, learn how to install Strapi and set up a production environment.
Streaming replication is a popular method you can use to horizontally scale your relational databases. In this tutorial, you will set up physical streaming replication with PostgreSQL 12 on Ubuntu 20.04 using two separate machines running two separate PostgreSQL 12 clusters. One machine will be the primary and the other, the replica.