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

edge-computing

Here are 489 public repositories matching this topic...

wrannaman
wrannaman commented Mar 23, 2019

How are you planning on using kubeedge?

I've been looking for something like this for a long time (Currently our team uses Rancher although their product wasn't really meant for edge computing.) I'd love to hear how others in the community would like to use this so I can compile a list of use cases that kubeedge can support out of the box.

Thanks!

thomasballinger
thomasballinger commented Aug 1, 2021

Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,

const interp = new wasm3.Interpreter(module);
interp.interpretNInstructions(100);
const interpState = interp.serializeState();
const interp2 = wasm3.In
yanganto
yanganto commented Dec 13, 2021

Motivation

Currently, the description of wasmedge-sys is not updated, and less helpful for users.
For example, the ErrorReport is refactored, and the document is out of date.
Besides, the design principles section did not help users to use wasmedge-sys crate.
Provide a general using example, or make a list of examples with brief descriptions.

Details

ekuiper
tonyespy
tonyespy commented Aug 24, 2021

It would be useful if Kuiper supported file-based rule and stream provisioning (i.e. importing) on startup. Currently rules and streams need to be created by someone using the client, or an application requesting creation via the Kuiper REST API.

Supporting file-based provisioning would allow someone to deploy Kuiper with a pre-defined set of streams and rules, removing the need for someone (or

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 Jan 7, 2022
  • 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