- Create a
Config.toml
file in the root directory and add the below content.
[extract_data_from_database]
host = "localhost"
port = 3306
user = "dbuser"
password = "dbuser"
database = "customer_order"
Run the following command from the root directory of the sample.
$ docker-compose up
Open a new terminal from the root directory of the sample and run the following command.
$ bal run