honestly, I'd rather hear me called Victor than hearing my name
pronounced by my German colleagues, they all call me Flat...
Anyway,
I think you have an excellent point in that depends how/where the
humans enters in the loop. AS are excellent to notify human users of
real-world events based on high-level transformation/aggregation/
filtering of raw data such as "peter came home" as sensed by different
sensor in his house or "your amazon shipping will be down your house
in 24 minutes" or "michael, your dad will come pick u 10 minutes late
coz he's stuck in traffic", etc...
What's nice behind pushing http in all parts of your system (as
opposed to use custom protocols for the sensing networks and only
offer the data they sense through a web-based API) is that you can
leverage the features offered by proxies such as caching, but also
transparent data processing hidden behind a restful interface. It's a
nice way to introduce processing units to transform high-frequency raw
data into high-level composite/mashupped information using a sweet
layered processing approach with different level of granularity
different clients can choose from. This is done easily and one can
nicely map between directly between AS and other web push/pubsub
systems without complex protocol transformations.
I'll definitely be checking out this in more detail!
Thanks for your thoughts!
Vlad