Re: Serializing data in River

2021-03-16 Thread Jeremy R. Easton-Marks
This could be really interesting. Just thinking quickly I could see using the JavaSpaces Primary(Master)-Worker being used. Where the Primary hands out work for each of the workers to work on their part of the problem with the primary being the integrator. As you mentioned getting a shared data mod

Re: Serializing data in River

2021-03-12 Thread Phillip Rhodes
> Hi Phil, > Can you elaborate a little bit on how you use JavaSpaces in AI Blackboard > system space? I think having some examples might help us better flesh out > this idea. I am also just curious from a research perspective. :-) Only in a conceptual sense. I haven't written any code to this end

Re: Serializing data in River

2021-03-08 Thread Jeremy R. Easton-Marks
Hi Phil, Can you elaborate a little bit on how you use JavaSpaces in AI Blackboard system space? I think having some examples might help us better flesh out this idea. I am also just curious from a research perspective. :-) On Sun, Mar 7, 2021 at 4:05 PM Phillip Rhodes wrote: > On Sun, Mar 7, 20

Re: Serializing data in River

2021-03-07 Thread Phillip Rhodes
On Sun, Mar 7, 2021 at 1:40 PM Bryan Thompson wrote: > I agree that making River relevant to non java ecosystems would be a good > idea. +1 Just to share one anecdote, a lot of my interest in River relates to using the JavaSpaces stuff, and experimenting with Blackboard systems, with an eye towa

Re: Serializing data in River

2021-03-07 Thread Bryan Thompson
I agree that making River relevant to non java ecosystems would be a good idea. On Sun, Mar 7, 2021 at 10:11 Jeremy R. Easton-Marks < j.r.eastonma...@gmail.com> wrote: > I think this would be an interesting path to explore. I like the idea of > being able to write in other languages. It could inc

Re: Serializing data in River

2021-03-07 Thread Jeremy R. Easton-Marks
I think this would be an interesting path to explore. I like the idea of being able to write in other languages. It could increase the approachability of River, especially in the IOT field. Would this mean completely abandoning the lookup service? How do you think we should explore this more? On

Serializing data in River

2021-03-05 Thread Gregg Wonderly
I don’t recall if we’ve talked about Google Protocol Buffers as another means of serialization. This seems like something that could be investigated as a gateway to support for many other languages/platforms that already have such support. https://developers.google.com/protocol-buffers