From 092785aa719b44ebe8298dc863bd683f0dd8a058 Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 30 Jan 2020 13:52:18 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9136c18..f6ed544 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains samples applications demonstrating the power of MariaDB! ## [Bookings](https://github.com/mariadb-corporation/Developer-Examples/tree/master/Bookings) -**Bookings** is a web application written in [ReactJS](https://reactjs.org) and [NodeJS](https://nodejs.org) that, backed by the power of the [MariaDB Node Connector](https://github.com/MariaDB/mariadb-connector-nodejs) and the [MariaDB X4 Platform](https://mariadb.com/resources/blog/deploying-mariadb-platform-x4/#smart), unleashes the power of [smart transactions](https://mariadb.com/resources/blog/introducing-mariadb-platform-x4-smart-transactions-and-cloud-native-storage/)! +**Bookings** is a web application written in [ReactJS](https://reactjs.org) and [NodeJS](https://nodejs.org) that, backed by the power of the [MariaDB Node Connector](https://github.com/MariaDB/mariadb-connector-nodejs) and the [MariaDB X4 Platform](https://mariadb.com/resources/blog/deploying-mariadb-platform-x4/#smart), unleashes the power of [smart transactions](https://mariadb.com/resources/blog/introducing-mariadb-platform-x4-smart-transactions-and-cloud-native-storage/) on hundreds of millions of records with sub-second query performance without having to add any indexes! ## [Flights](https://github.com/mariadb-corporation/Developer-Examples/tree/master/Flights) **Flights** is a web application written in [ReactJS](https://reactjs.org) and [NodeJS](https://nodejs.org) that, backed by the power of the [MariaDB Node Connector](https://github.com/MariaDB/mariadb-connector-nodejs) and [MariaDB ColumnStore database](https://mariadb.com/docs/features/mariadb-columnstore/), allows you to analyze over 180 million [flight records from the United States Department of Transportation](https://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236&DB_Short_Name=On-Time) in real time without needing to add any indexes! From b95628f68024e6618782d0e7b51e480d1bd3eacb Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 30 Jan 2020 17:25:18 -0800 Subject: [PATCH 2/2] Update README.md --- Bookings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bookings/README.md b/Bookings/README.md index 429b103..7a967b1 100644 --- a/Bookings/README.md +++ b/Bookings/README.md @@ -65,7 +65,7 @@ Of course, you can also modify the scripts to fit your needs. Using MariaDB Replication, MariaDB Enterprise Server replicates writes from InnoDB tables to the MariaDB ColumnStore tables, ensuring that the application can perform analytical processing on current data. Combining MariaDB Replication with MariaDB MaxScale configured as a Binlog Server, MariaDB Enterprise Server can host InnoDB and ColumnStore on the same Server. -This application uses replication on a single table called "Flights", which exists in the InnoDB and ColumnStore instances. In order to set up replication add the following to `/etc/my.cnf` for your HTAP instance. +This application uses replication on a single table called "Flights", which exists in the InnoDB and ColumnStore instances. In order to set up replication add the following to `/etc/maxscale.cnf` for your HTAP instance. ``` [replication-filter]