This repository contains the HUB ecosystem of FLAME.
🚧 Work in Progress
The HUB ecosystem is currently under active development and is not yet ready for production.
Table of Contents
The repository contains the following packages:
Name | Type | Description |
---|---|---|
client-ui | App | This package contains the web app. |
client-vue | Library | This package contains components, helpers, ... for the web app. |
core-http-kit | Library | This package contains the http API Client for the core service. |
core-kit | Library | This package contains interfaces/types, ... for the core service. |
core-realtime-kit | Library | This package contains interfaces/types, ... for the core realtime service. |
kit | Library | This package contains helpers/utilities for the whole ecosystem. |
messenger-kit | Library | This package contains helpers/utilities for the messenger service. |
server-analysis-manager | Service | This package contains the analysis manager, which is responsible to build and distribute an analysis. |
server-analysis-manager-kit | Library | This package contains helpers/utilities for the analysis-manager service. |
server-core | Service | This package contains the core service. |
server-core-realtime | Library/Service | This package contains the core realtime service. |
server-http-kit | Library | This package contains helpers/utilities for all http services. |
server-kit | Library | This package contains helpers/utilities for all services. |
server-messenger | Service | This package contains the messenger service. |
server-realtime-kit | Library | This package contains helpers/utilities for all socket services. |
server-storage | Service | This package contains the storage service. |
storage-kit | Library | This package contains interfaces/types, helpers/utilities, ... for the storage service. |
Before starting to work on a pull request, it is important to review the guidelines for contributing and the code of conduct. These guidelines will help to ensure that contributions are made effectively and are accepted.
If you have any questions, feel free to contact the author & creator Peter Placzek of the project. The project was initial developed during this bachelor thesis.
Made with 💚
Published under Apache 2.0.