Replies: 2 comments 1 reply
-
Hi @bubbajoe, River is not developed for distributed computing. This means that it is not easy to implement but not impossible. If you have real problems with data ingestion you can eventually implement the Hogwild solution. Hogwild!: A Lock-Free Approach to Parallelizing Stochastic Gradient Descent |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @bubbajoe. Can I ask why you're asking for this? I have encountered a situation where the data is arriving too fast? Some more context will help us answer as this is a difficult question. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to this library and i really like what you guys are building here.
I would like to know if there is any way to use this library in a more distributed way?
For example:
I have X number of servers consuming data and I want to have X number of models being updated and periodically merged into 1 common model.
Any idea how I can achieve this or something similar?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions