edge-computing
Here are 498 public repositories matching this topic...
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
-
Updated
Jan 26, 2022 - Java
The MD file link you want to translate (must be in English)
https://github.com/WasmEdge/WasmEdge/blob/master/docs/book/en/src/kubernetes/container.md
Target language
zh: https://github.com/WasmEdge/WasmEdge/blob/master/docs/book/zh/src/kubernetes/container.md
ENHANCEMENT
-
Describe the enhancement you are requesting.
Consider using Go errors group (golang.org/x/sync/errgroup) for handling routines inmainfunctions of Mainflux services. -
Indicate the importance of this enhancement to you (must-have, should-have, nice-to-have).
This is a nice-to-have.
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 12, 2022 - Python
-
Updated
Jun 19, 2021 - C++
-
Updated
Nov 23, 2021 - C++
-
Updated
Jan 30, 2022 - Go
-
Updated
Jun 18, 2020
-
Updated
Feb 3, 2022 - C++
-
Updated
Jan 22, 2022 - Python
What would you like to be added/modified:
currently, "superedge.io/edge-node": "enable" is used to identify an edge node. I recommend to add another label of "node-role.kubernetes.io/edge".
Why is this needed:
k8s use this kind of label for node roles, such as master, node, etc. It is more convenient for
-
Updated
Jan 30, 2022 - Go
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
-
Updated
Aug 11, 2021 - C++
-
Updated
Feb 4, 2022 - Go
-
Updated
Feb 4, 2022 - Rust
-
Updated
Mar 30, 2021 - Python
-
Updated
Feb 6, 2022 - Go
-
Updated
Feb 3, 2022 - Go
-
Updated
Aug 6, 2021 - Python
-
Updated
Dec 16, 2021
-
Updated
Jul 26, 2021 - Go
-
Updated
Jan 9, 2022
Improve this page
Add a description, image, and links to the edge-computing topic page so that developers can more easily learn about it.
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."

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!