From f7833e9dd7908c1869b7bb1c8721a80587e2a1f0 Mon Sep 17 00:00:00 2001 From: Dennis Schiese <135758800+dschiese@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:46:09 +0100 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f13f86 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Input data storagizer + +This service is created for the qanary-explanations-service. It's used to read the Qanary component's logs and write them to a triplestore. + +## Usage +This service is used with the included Qanary-components repository as a submodule as it's path is hard-coded yet. +To use this tool it is also required to use the Qanary-commons version provided in since this includes the log-writing to files.