- Create a
Config.toml
file in the root directory and add the below content.
[kafka_db_ingestion]
host = "localhost"
port = 3306
user = "dbuser"
password = "dbuser"
database = "leads"
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