@@ -27,7 +27,7 @@ SAP HANA requires that password for DB is provided through url.
2727Convenience script ``` docker-compose/db-plugins-env/saphana-password-server.sh ```
2828provided for this purpose.
2929
30- Netezza requires VMware Player for running Netezza emulator.
30+ Netezza and Teradata require VMware Player for running emulator.
3131
3232* [ Install Docker Compose] ( https://docs.docker.com/compose/install/ )
3333* Build local docker images
@@ -66,6 +66,11 @@ grant all on *.* to 'root'@'%' identified by 'root' with grant option;
6666* [ Install and start Netezza emulator] ( http://dwgeek.com/install-vmware-player-netezza-emulator.html/ )
6767* Create database ` mydb ` in Netezza emulator
6868
69+
70+ * [ Install and start Teradata Express] ( https://downloads.teradata.com/download/files/7671/200652/1/B035-5948-018K.pdf )
71+ * Create database ` mydb ` in Teradata Express
72+ * Create user ` test ` with password ` test ` in Teradata Express
73+
6974### Properties
7075#### MySQL
7176* ** mysql.host** - Server host. Default: localhost.
@@ -110,6 +115,12 @@ grant all on *.* to 'root'@'%' identified by 'root' with grant option;
110115* ** memsql.database** - Server namespace for test databases. Default: mydb.
111116* ** memsql.username** - Server username. Default: root.
112117* ** memsql.password** - Server password. Default: root.
118+ #### Teradata
119+ * ** teradata.host** - Server host. Default: localhost.
120+ * ** teradata.port** - Server port. Default: 1025.
121+ * ** teradata.database** - Server namespace for test databases. Default: mydb.
122+ * ** teradata.username** - Server username. Default: test.
123+ * ** teradata.password** - Server password. Default: test.
113124#### Aurora MySQL
114125* ** auroraMysql.clusterEndpoint** - Cluster endpoint.
115126* ** auroraMysql.port** - Server port.
0 commit comments