diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a5e6ff323b75a85b22c07b201c45f4f7a2ae6ae0 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## This Reposity contains the static HTML to show the DCC-Applications landing Page for the Docker stack + +## Components of the Stack + +|Komponent | Description | Git-Repo | Pipy-Repo | Docker-Container | +| --------- | ------------ | -------- | --------- | ---------------- | +| XMLJSONConv | Convertion libary for DCC-XML to JSON | [dccxmljsonconv](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccxmljsonconv) | [dccXMLJSONConv](https://pypi.org/project/dccXMLJSONConv/) | -- | +| XMLJSONConv-GUI | Bokeh Web-Gui for the XML-JSON Converter + REST-API-Server | [dcc_XMLJSONConvGUI](https://gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConvGUI) | --- | [benesee/dccxmljsonconvgui](https://hub.docker.com/repository/docker/benesee/dccxmljsonconvgui)| +| dsiUnits | Python libary to parse the D-SI units and perform math operations | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | [dsiunits](https://pypi.org/project/dsiunits/) | -- | +| dsiUnits-GUI | Bokeh GUI to use the dsiUnits parser and comparison features + REST-API-Server | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | -- | [benesee/dsiunitsfrontend](https://hub.docker.com/repository/docker/benesee/dsiunitsfrontend)| +| dccQuantities | Python libary to load and store dccQuanties and perform uncertantie and unit aware mathe operations | [dccQuantities](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities) | [dccQuantities](https://pypi.org/project/dccQuantities/) | -- | +| pyDccDisplayer | Bokeh Web-Gui to extract Tables from The DCC and Plot them, as well as allow download as XSLX or CSV | [pydccdisplayer](https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer)| -- | [benesee/dccdisplayer/general](https://hub.docker.com/repository/docker/benesee/dccdisplayer)| +| dccTableTool | Web-GUI to Create DCC-XML Tables from XLSX/ODS Files and insert them into an XML. As well as a REST-Server to automaticly perform this Task later on. | [dccTableTool](https://gitlab1.ptb.de/Seeger/pydccanddbtools) | -- | [benesee/dcctabletool](https://hub.docker.com/repository/docker/benesee/dcctabletool/general)| +