Overview
Overview
The meta-platform is a project developed by i3lab that aims to collect all services created so far and those to be created in the future. The official name of the meta-platform is i3HUB.
About the project
The aim of the project is to unify all services under one standard. This should allow future developers to avoid rewriting modules such as login, registration and user management, as they are already available in existing services. Besides these, there are also modules for task management, such as the one to create task configurations or the one to start them. The system presented here is composed of several microservices and it is necessary to fully understand the functioning of each of these in order to understand how the i3hub works.
About the documentation
Within this documentation there are all the tools needed to develop new services that can be connected independently to i3Hub. The documentation is divided as follows:
The User Guide explains the functionalities present in the platform (register new users, register new operators or add new institutions) and how to use them. The Developer Guide, on the other hand, explains how it is composed and how you can expand the meta-platform by adding new services to the system or updating existing ones. The services section explains all the different services integrated within the platform that can be used for File Storage, Authentication etc.