...
UDA (Universal Data Access) is a client-server infrastructure designed to enable the reading and passing of heterogeneous data format back to a client in a universal data format (source: https://ukaea.github.io/UDA/). With Docker based approach, installation procedure was heavily simplified and allows to install UDA wherever you want it installed. We have prepared a simple Hello world! demo with both UDA Server and UDA Client - you can run it on your laptop.
Code Block |
---|
git clone git@gitlab.eufus.psnc.pl:containerization/imas/uda-demo.git cd uda-demo docker logout https://gitlab.eufus.psnc.pl:5050 docker login https://gitlab.eufus.psnc.pl:5050 |
Source code: https://gitlab.eufus.psnc.pl/containerization/imas/uda-demo
HOWTO: https://gitlab.eufus.psnc.pl/containerization/imas/uda-demo/-/blob/master/README.md