The UDA API provides plugin driven data abstraction.
The UDA can be either run as a client-server API, running as thin client with all functionality being handled on a remote server, or as fat-client API where both the client access and plugin functionality is run on the local machine.
See the LICENCE file for details.
The latest version of UDA is 2.1.0
The source code can be download as a Zip file, or as a GZip tar file.
The UDA git repository can be cloned using:
git clone ssh://[email protected]/imas/uda.git
See Building UDA.
See Creating Plugins