Skip to content
Snippets Groups Projects
Commit e7559d8b authored by Rute C. Sofia's avatar Rute C. Sofia :football:
Browse files

licenses and headers 1

parent 374890e4
No related branches found
No related tags found
No related merge requests found
Pipeline #44203 failed
#!/bin/sh
# Copyright (C) 2022 fortiss GmbH
# Copyright (C) 2022-2025 fortiss GmbH
# author Erkan Karabulut – {@link "karabulut@fortiss.org"}
# @version 1.0
# author Rute C. Sofia – {@link "sofia@fortiss.org"}
# @version 3.0
# Start mqtt broker
docker build . -t broker:1.0
......
#!/bin/bash
# Copyright (C) 2022 fortiss GmbH
# Copyright (C) 2022-2025 fortiss GmbH
# author Erkan Karabulut – {@link "karabulut@fortiss.org"}
# @version 1.0
# author Rute C. Sofia – {@link "sofia@fortiss.org"}
# @version 3.0
# Stop mqtt broker
# stop broker container if it is running
......
# TSMatch RabbitMQ Connector
# TSMatch RabbitMQ Connector for the EFPF dataspine (discontinued in 2023)
Connect TSMatch to the EFPF data spine (RabbitMQ).
## Prerequisites
......
#!/bin/bash
# Copyright (C) 2022 fortiss GmbH
# Copyright (C) 2022-2025 fortiss GmbH
# author Erkan Karabulut – {@link "karabulut@fortiss.org"}
# @version 1.0
# author Rute C. Sofia – {@link "sofia@fortiss.org"}
# @version 3.0
# start efpf connector module
docker build . -t rabbitmq_connector:1.0
......
#!/bin/bash
# Copyright (C) 2022 fortiss GmbH
# Copyright (C) 2022-2025 fortiss GmbH
# author Erkan Karabulut – {@link "karabulut@fortiss.org"}
# @version 1.0
# author Rute C. Sofia – {@link "sofia@fortiss.org"}
# @version 3.0
# stop efpf connector module
# stop rabbitmq_connector container if it is running
......
#!/bin/sh
# Copyright (C) 2022 fortiss GmbH
# Copyright (C) 2022-2025 fortiss GmbH
# author Erkan Karabulut – {@link "karabulut@fortiss.org"}
# @version 1.0
# author Rute C. Sofia – {@link "sofia@fortiss.org"}
# @version 3.0
# stop ontology interface module
docker build . -t ontology_interface:1.0
......
#!/bin/bash
# Copyright (C) 2022 fortiss GmbH
# Copyright (C) 2022-2025 fortiss GmbH
# author Erkan Karabulut – {@link "karabulut@fortiss.org"}
# @version 1.0
# author Rute C. Sofia – {@link "sofia@fortiss.org"}
# @version 3.0
# stop ontology interface module
# stop ontology_interface container if it is running
......
#!/bin/bash
# Copyright (C) 2022 fortiss GmbH
# Copyright (C) 2022-2025 fortiss GmbH
# author Erkan Karabulut – {@link "karabulut@fortiss.org"}
# @version 1.0
# author Rute C. Sofia – {@link "sofia@fortiss.org"}
# @version 3.0
# stop graphdb container
docker run \
......
#!/bin/bash
# Copyright (C) 2022 fortiss GmbH
# Copyright (C) 2022-2025 fortiss GmbH
# author Erkan Karabulut – {@link "karabulut@fortiss.org"}
# @version 1.0
# author Rute C. Sofia – {@link "sofia@fortiss.org"}
# @version 3.0
# stop graphdb container
# stop neo4j_graphdb container if it is running
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment