Solution here uses Terraform to provision cloud resources, please refer to https://github.com/alibabacloud-howto/terraform-templates for more detailed information about how to use Terraform to work with Alibaba Cloud database services.
Solution | Description | Related Cloud Services | Video Tutorial | Solution Page on Alibaba Cloud |
---|---|---|---|---|
Cloud Native WordPress on Alibaba Cloud | Quick start with Wordpress on Alibaba Cloud with cloud native features such as high availability, auto-scaling, etc. | EIP, SLB, ECS, ESS, Redis, PolarDB MySQL | 🎬 Part 1 🎬 Part 2 | 🔰 |
WordPress (Marketplace) on Alibaba Cloud | Quick start with Wordpress (Marketplace image) on Alibaba Cloud with different levels of service combination with price estimation. | EIP, SLB, ECS, ESS, Redis, RDS MySQL, PolarDB MySQL | 🔰 | |
Scoreboard of Rose Bowl Games powdered by Redis & MySQL - Use Terraform To Provision All Resources | The simplest solution for RDS MySQL database caching with Redis. This solution relies on the expiration time (TTL) of the key in Redis. Redis will not be updated proactively when MySQL is updated. This approach is simple to implement, but the inconsistency duration may be very long especially for the scenario that the read request is very frequent and the expiration time is relatively long, a lot of long-term dirty data will be generated. | ECS, Redis, RDS MySQL | 🎬 | 🔰 |
Redis Data Synchronization with RDS MySQL Using Canal & Kafka | This solution uses Kafka and Canal to achieve data synchronization between RDS MySQL and Redis. | ECS, RDS MySQL, Redis, Kafka, Canal | 🎬 | 🔰 |
Deploy MongoDB Instances in Multiple Regions Automatically Using Terraform | Using MongoShake deployed on ECS to one-way synchronize 2 MongoDB deployed in 2 regions respectively. | ECS, MongoDB, MongoShake | 🎬 | 🔰 |
Create Online Game Leaderboard on Redis | Leaderboard sample for Gaming on cloud. This sample contains the Terraform scripts to provision an ECS and a Redis instance on Alibaba Cloud region, also there is a sample for setting up Java development environment on ECS and running a Leaderboard. | ECS, Redis | 🎬 | 🔰 |
Cloud Native Web App on Alibaba Cloud: COVID-19 Tracker | Deploy simple cloud native web app on Alibaba Cloud to visualize the spread and impact of Covid-19, subscribe for daily updates, and view stats. | EIP, ECS, RDS MySQL | 🔰 | |
Deploy and Run Netflix Dispatch on Alibaba Cloud | Running open source project Netflix Dispatch on Alibaba Cloud with ApsaraDB (Alibaba Cloud Database). | EIP, ECS, RDS PostgreSQL | 🔰 | |
Deploy and Run Apache Superset on Alibaba Cloud | Running open source project Apache Superset on Alibaba Cloud with ApsaraDB (Alibaba Cloud Database). | EIP, ECS, RDS PostgreSQL | 🎬 | 🔰 |
Deploy and Run Redash on Alibaba Cloud | Running open source project Redash on Alibaba Cloud with ApsaraDB (Alibaba Cloud Database). | EIP, ECS, RDS PostgreSQL | 🎬 | 🔰 |
Deploy and Run Apache OFBiz on Alibaba Cloud | Running open source project Apache OFBiz on Alibaba Cloud with ApsaraDB (Alibaba Cloud Database). | EIP, ECS, RDS MySQL | 🔰 | |
Deploy and Run Apache Airflow on Alibaba Cloud | Running open source project Apache Airflow on Alibaba Cloud with ApsaraDB (Alibaba Cloud Database). We also show a simple data migration task deployed and run in Airflow to migrate data between 2 databases. | EIP, ECS, RDS PostgreSQL | 🎬 | 🔰 |
Deploy and Run Azkaban on Alibaba Cloud | Running open source project Azkaban on Alibaba Cloud with ApsaraDB (Alibaba Cloud Database). We also show a simple data preparation and migration task deployed and run in Azkaban to prepare and migrate data between 2 databases. | EIP, ECS, RDS MySQL, RDS PostgreSQL | 🎬 | 🔰 |
Build and Run ETL Data Pipeline and BI with Luigi and Metabase on Alibaba Cloud | Running open source project Luigi and Metabase on Alibaba Cloud with ApsaraDB (Alibaba Cloud Database). We also show a simple ETL data pipeline deployed and run in Luigi and BI report run in Metabase with RDS PostgreSQL. | EIP, ECS, RDS PostgreSQL | 🎬 | 🔰 |
Running TPC-H benchmark on AnalyticDB PostgreSQL | The full steps of generating TPC-H data set and running TPC-H 22 queries on AnalyticDB PostgreSQL. | EIP, ECS, OSS, AnalyticDB PostgreSQL | 🎬 | 🔰 |
Create an Interactive Roadmap Web App on Alibaba Cloud | This is an interesting web application to create interactive roadmap, timeline or milestone graph built with Node.js and React. The backend data store is on MongoDB. In this tutorial, I will show the steps of build and deployment on Alibaba Cloud ECS and MongoDB. | EIP, ECS, MongoDB | 🎬 | 🔰 |
Create a Social Web App with Next.js and MongoDB on Alibaba Cloud | This is an Next.js and MongoDB social web application, designed with simplicity for learning and real-world applicability in mind with Next.js and MongoDB on cloud. | EIP, ECS, MongoDB | 🎬 | 🔰 |
Create an E-Commerce Web App with Node.js Express Framework and MongoDB on Alibaba Cloud | This is a demo E-Commerce online store web application that is built with Node.js Express framework. The backend data store is on MongoDB. In this tutorial, I will show the steps of build and deployment on Alibaba Cloud ECS and MongoDB. | EIP, ECS, MongoDB | 🎬 | 🔰 |
Creating a Web Game Map App Using Leaflet, PostgreSQL/PostGIS and Redis on Alibaba Cloud | Demo of building game map on Alibaba Cloud: An interactive "Game of Thrones" map powered by Leaflet, PostgreSQL/PostGIS, and Redis. | EIP, ECS, RDS PostgreSQL, Redis | 🔰 | |
Deploy Application Stack Parse Server with MongoDB on Alibaba Cloud | Install and deploy Parse Server with MongoDB on Alibaba Cloud. | EIP, ECS, MongoDB | 🎬 | |
Deploy Application Stack Parse Server with RDS for PostgreSQL on Alibaba Cloud | Install and deploy Parse Server with RDS for PostgreSQL on Alibaba Cloud. | EIP, ECS, RDS PostgreSQL | 🎬 | |
Deploy Sharding Service with Apache ShardingSphere Proxy on RDS for PostgreSQL | Deploy sharding service with Apache ShardingSphere proxy on RDS for PostgreSQL. | EIP, ECS, RDS PostgreSQL | 🎬 | |
Deploy Sharding Service with Apache ShardingSphere Proxy on RDS for MySQL | Deploy sharding service with Apache ShardingSphere proxy on RDS for MySQL. | EIP, ECS, RDS MySQL | ||
Quick Path to Create RDS MySQL High Availability Primary instance and Read-Only instance | Create and setup RDS MySQL primary instance and Read-Only instance. | RDS MySQL | 🎬 | |
Quick Path to Create RDS SQL Server Enterprise Edition Primary instance and Read-Only instance | Create and setup RDS SQL Server enterprise edition primary instance and Read-Only instance. | RDS SQL Server | 🎬 | |
Quick Path to Build OLTP (RDS MySQL) & OLAP (AnalyticDB MySQL) Cluster with Data Synchronization Channel | Using terraform script to build OLTP (RDS MySQL) and OLAP (AnalyticDB MySQL) cluster with DTS data synchronization channel. | EIP, ECS, RDS MySQL, AnalyticDB MySQL | 🎬 | |
Provision RDS MySQL automatically using Terraform "local-exec" provisioner | Use Terraform "local-exec" provisioner to provision RDS MySQL automatically. | RDS MySQL | 🎬 | |
Provision RDS MySQL automatically using Terraform "remote-exec" provisioner | Use Terraform "remote-exec" provisioner to provision RDS MySQL automatically. | RDS MySQL | 🎬 | |
Setup RDS for PostgreSQL LDAP Authentication with Microsoft AD (Active Directory) Deployed on ECS | Setup RDS for PostgreSQL LDAP Authentication with Microsoft AD (Active Directory) Deployed on ECS. The ECS server and RDS PostgreSQL is provisioned automatically using Terraform script. | EIP, ECS, RDS PostgreSQL | 🎬 | |
Quick Path to Build BI Dashboard with Cube, React and RDS PostgreSQL | Quick path to build BI dashboard with Cube (Cube.JS), React and RDS PostgreSQL. Cube server and React app are deployed on ECS. The ECS server and RDS PostgreSQL is provisioned automatically using Terraform script. | EIP, ECS, RDS PostgreSQL | 🎬 |
-
Migrate your legacy Oracle databases to Alibaba Cloud to save on long-term costs and take advantage of improved scalability, reliability, robust security, high performance, and cloud-native features.
-
Comprehensive Database Migration
Explore Alibaba Cloud's portfolio of fully managed database services, and learn how to leverage a rich set of utility tools and professional database expert services to migrate your business without down time.
-
Cloud Database Solutions for FinTech
To know how cloud databases are used to help Fintech users build their business faster and improve the availability of the system.
-
Cloud Database Solutions for Gaming
See how advanced cloud database can help users in Gaming industrial to meet all the requirements for high throughput with low latency, and even better than their peers.
-
Protect, backup, and restore your data assets on the cloud with Alibaba Cloud database services.
Logo files in 16, 32, 64 and 128 dimensions: https://github.com/alibabacloud-howto/database/tree/main/apsaradb-logos