You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have cloned our repository, the next thing we have to do is create our database that will hold our house sales data. There are two ways we can create our database. One way is creating IBM Db2 Warehouse on Cloud. This database will be hosted on the cloud. However, if you perfer to have your database on premise or locally, we can all use the Db2 Docker Image.
31
31
32
32
Choose which type of database you would like and follow the corresponding instructions:
33
33
34
34
1.[Create IBM Db2 Warehouse on Cloud](#2a-create-ibm-db2-warehouse-on-cloud)
35
-
2. Create an IBM Db2 Docker Image (ON-Premise Database)
35
+
2.[Create an IBM Db2 Docker Image (ON-Premise Database)](#2b-create-on-ibm-db2-on-premise-datase)
36
36
37
37
#### 2a. Create IBM Db2 Warehouse on Cloud
38
38
39
39
Create the Db2 Warehouse on Cloud service and make sure to note the credentials using the following link:
40
40
41
41
*[**IBM Db2 Warehouse on Cloud**](https://cloud.ibm.com/catalog/services/db2-warehouse)
42
42
43
-
#### 2b. Create an IBM Db2 ON-Premise Database
43
+
#### 2b. Create an IBM Db2 On Premise Database
44
44
45
45
Instead of creating the Db2 Warehouse on Cloud service, we can also have our database instantiated locally by using the free IBM Db2 Docker Image.
0 commit comments