Eclipse Zenoh
The Eclipse Zenoh: Zero Overhead Pub/Sub, Store/Query and Compute.
Zenoh (pronounce /zeno/) unifies data in motion, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
Check the website zenoh.io for more information and installation instructions.
See also the roadmap for more detailed technical information.
REST Plugin for zenohd router
The plugin exposes a REST API in zenohd.
The zenohd links this plugin statically, it's not necessary to install it. To activate the REST plugin
the CLI argument --rest-http-port=<port> should be passed to zenohd.
The port can also be configured in the plugin configuration in the plugins section
of the config.json.
"plugins":
This plugin translates PUT and DELETE REST operations into the pub/sub API and GET operations to the query/reply API.
For example:
The subscriber in z_sub example prints
>> [Subscriber] )
The queryable z_get prints
>> [Queryable ]
>> [Queryable ] )
and curl prints
}
See also examples of using REST API for storages in the zenoh-plugin-storage-manager.