-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve scalability and separation of concerns #74
Comments
See detailed proposed solution in https://docs.google.com/presentation/d/1GYv5Km1KOG1bVc2Cb8_OOvzcnFMc2W6C6MMa0YfRV0o/edit?usp=sharing. |
Started prototyping a solution in the simpler Weacast environment: weacast/weacast#42. |
Using fathers-distributed does not work out-of-the-box on a swarm cluster, trying to use Redis now. |
Tested fine with Redis. |
Waiting for kalisio/kCore#127 now to be able to address different DBs. |
Waiting also for kalisio/feathers-distributed#23 to avoid polluting e.g. Weacast with services coming from Kano. |
Now:
It would be useful for separation of concerns and scalability to allow:
Might be linked to kalisio/kdk#7 although we don't necessarily want to build microservices for now.
The text was updated successfully, but these errors were encountered: