The BUDA server
This project aims to create a service that delivers data based on centrally defined metadata.
There are 3 parts:
- A service to query the metadata
- A service to deliver data
- client libraries to query both services
This needs to be done in such a way that the software that uses the client software, never comes in contact with the physical data layer.
There are the core components. Apart from these services, there will need to be a supporting system to ensure security (authentication / authorization / encryption)