- Create a directory called
data
at the same level as thedocker-compose.yml
and add the files you want to push to a given topic. - Add a file called
config.py
to thisdata
directory which looks like this:
data_files = [
"file_1.ttl",
"file_2.ttl",
"file_etc.ttl"
]
- Update the environment variables in the
docker-compose.yml
based on which topic you want to post the data too and the file (MIME) types being ingested. At this stage, this adapter can only be used for files of the same type. - Run command:
docker compose up