1. What have the authors contributed in "Decentralized stream processing over web-enabled devices" ?
In this paper the authors present the Web Liquid Streams framework for building and executing stream processing topologies capable of gathering data from Web-enabled sensors and process it through JavaScript operators scattered across a peer-to-peer Cloud of computing peers.. The authors present the platform and its programming interface, showing a first evaluation of the system.
read more
2. What are the future works in "Decentralized stream processing over web-enabled devices" ?
The authors plan to further studying the robustness, scalability and performance of WLS by porting some stream processing benchmarks to JavaScript [ 3 ], and by using WLS to build more complex Topologies in real-world use case scenarios.
read more
3. What is the function that spreads the temperature across the available Peers?
The Web Liquid Streams framework runtime is able to spread the Operators across the available Peers following the instructions of the JSON topology description file.
read more
4. How many parallel operators can be added to the pipeline?
The authors can see that by increasing the number of Peers the system can increase the number of parallel filter operators and further reduce the message processing delay.
read more




