The Wayback Machine - https://web.archive.org/web/20210611231603/https://github.com/topics/edge-computing
Skip to content
#

edge-computing

Here are 405 public repositories matching this topic...

zeeshanshabbir93
zeeshanshabbir93 commented Jun 9, 2021

I am trying to join a schema-less table "digitalll" with a stream "tagStream". Rule is as follows

SELECT digitalll.payload->thresholdLOW as debugMsg, CASE WHEN tagStream.v > 60 THEN "HIHI" WHEN tagStream.v > cast(digitalll.payload->thresholdLOW,"float") THEN "LOWLOW" END as condition FROM tagStream INNER JOIN digitalll on tagStream.eid = digitalll.eid

Data for tagStream

zenoh unifies data in motion, data in-use, 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.
  • Updated Jun 11, 2021
  • Rust

Improve this page

Add a description, image, and links to the edge-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the edge-computing topic, visit your repo's landing page and select "manage topics."

Learn more