5 Commits

Author SHA1 Message Date
f79a161179 Improve Federation Start up times and error codes
- Start asynchronously worker nodes
 - Rework error codes, update usage information
2018-02-15 10:17:01 +00:00
c85d10d21c Export settings, instead of just defining variables 2018-02-14 16:23:12 +01:00
f10303127c Optimise data transfers
Exareme connects directly to PostgresRAW, in order to skip JSON
generation & parsing.
2018-01-26 12:21:05 +00:00
1cc16b35d1 Ensure node-specific configuration is always used
Some settings where by-passed when using the keyword all.

There is still one setting which might be ignored when using the all
keyword:

   EXAREME_ROLE

   It is assumed the Swarm function is the same at the federation level,
   and this is used to compute the number of worker nodes, thus it is
   required to keep this information in synchronised.
2018-01-26 09:58:39 +00:00
dianeperez
e73638534d Initial commit based on https://github.com/HBPMedical/Federation-PoC/tree/poc2
Improved Federation specifications and documentation
Summary of knowledge regarding deployment of MIP Local
2018-01-17 10:53:26 +01:00