This tutorial shows you how to run Netflix Dispatch on Alibaba Cloud with ApsaraDB RDS for PostgreSQL.
You can access all the tutorial resources, including deployment script (Terraform), related source code, sample data, and instruction guidance, from the GitHub project: https://github.com/alibabacloud-howto/opensource_with_apsaradb/tree/main/apache-superset
For more tutorials around Alibaba Cloud Database, please refer to: https://github.com/alibabacloud-howto/database
Dispatch is an open source project from Netflix for managing incidents. Dispatch docker image depends on an open source PostgreSQL by default. To enhance with the database high availability, we will show the steps of deployment working with ApsaraDB RDS for PostgreSQL.
Follow this guide to install and configure the Terraform client. Please skip this step if you have already setup the Terraform on your environment.
Use terraform to provision EIP, ECS and RDS PostgreSQL instances that used in this solution against this .tf file: https://github.com/alibabacloud-howto/opensource_with_apsaradb/blob/main/netflix_dispatch/deployment/terraform/main.tf
Logon to ECS via SSH, use the account root/N1cetest, the password has been predefined in Terraform script for this tutorial. If you changed the password, please use the correct password accordingly.
ssh root@<EIP_ECS>
Download the run the setup script setup.sh
to setup docker and git client on ECS.
wget https://raw.githubusercontent.com/alibabacloud-howto/opensource_with_apsaradb/main/netflix_dispatch/setup.sh
sh setup.sh
Run the following commands and edit the .env
file with RDS PostgreSQL connection information.
cd dispatch-docker
mv .env.example .env
vim .env
./install.sh
docker-compose up -d
http://<ECS_EIP>:8000
Deploy and Run Apache OFBiz on Alibaba Cloud with ApsaraDB RDS for MySQL
Deploy and Run Redash on Alibaba Cloud with ApsaraDB RDS for PostgreSQL
Alibaba Cloud Community - June 2, 2023
ApsaraDB - September 7, 2021
ApsaraDB - September 23, 2021
ApsaraDB - September 8, 2021
ApsaraDB - October 14, 2021
ApsaraDB - September 27, 2021
An on-demand database hosting service for PostgreSQL with automated monitoring, backup and disaster recovery capabilities
Learn MoreAlibaba Cloud PolarDB for PostgreSQL is an in-house relational database service 100% compatible with PostgreSQL and highly compatible with the Oracle syntax.
Learn MoreAn on-demand database hosting service for MySQL with automated monitoring, backup and disaster recovery capabilities
Learn MoreAn on-demand database hosting service for SQL Server with automated monitoring, backup and disaster recovery capabilities
Learn MoreMore Posts by ApsaraDB