- Create a directory called
dataat the same level as thedocker-compose.ymland add the files you want to push to a given topic. - Add a file called
config.pyto thisdatadirectory which looks like this:
data_files = [
"file_1.ttl",
"file_2.ttl",
"file_etc.ttl"
]- Update the environment variables in the
docker-compose.ymlbased 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