k-box / k-link

Connects various information sources to a common digital library and provides search, retrieval and exchange of information from different platforms.
https://oneofftech.xyz/k-link/
Other
2 stars 1 forks source link

Support multiple instances on one K-Link #7

Open pantierra opened 5 years ago

pantierra commented 5 years ago

In order to improve efficiency for deployment, hosting and maintenance the K-Link shall be extended to support multiple K-Link instances on one K-Link installation.

Therefore the following tasks are defined:

avvertix commented 5 years ago

Extend the API to add a K-Link identifier

The K-Link Registry will have a K-Link concept and representation. A K-Link might composed by

+---------------+                  +-----------+                  +-----------+
|  Application  | ----- 1..* ----- |  K-Link   | ----- 1..1 ----- |  Manager  |
+---------------+                  +-----------+                  +-----------+

An application, in the future, can be connected to multiple K-Links. So far the main goal is to enable a single instance to serve multiple K-Links to reduce required resources (i.e. Multitenancy)