In this exercise we are going to run DiggerX, connect it to 4 different databases
- Oracle
- Postgres
- MSSQL
- MySQL And run queries against any of these databases
- Create a new folder on your computer
- Download and extract Digger into that folder
- Create a
config.yaml
configuration file for DiggerX - Configure connections in DiggerX to the following databases - https://handbook.onebeat.cloud/doc/diggerx-testing-environment-xwtBpY93yJ, all except
Sample Oracle Japanese
- Configure the queries to run on each database from the files below
- Run DiggerX using the above configuration file from Powershell/Terminal
- Call
http://localhost:3000/endpoints
to make sure all your configuration is working