Skip to content
#

edge-computing

Here are 520 public repositories matching this topic...

fisherxu
fisherxu commented Mar 9, 2022

Now the helm is related in build, let's move it to root dir.

kubeedge/build/helm -> kubeedge/helm

help wanted good first issue
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
feature help wanted good first issue
yomo

🦖 Serverless Streaming Framework for Low-latency Edge Computing applications, running atop QUIC protocol, as Metaverse infrastructure, engaging 5G technology and Geo-distributed System.

  • Updated Mar 26, 2022
  • Go
JaneLiuL
JaneLiuL commented Jan 28, 2022

as we know that e2e testing has been more reliable and widely adopted because of the following benefits:

  • Expand test coverage
  • Ensure the correctness of the application
  • Reduce time to market
  • Reduce cost
  • Detect bugs
    so this issues is for provide a proposal for add e2e test on superedge.

What would you like to be added/modified:
add e2e package under /test/e2e/.
the first com

good first issue kind/feature
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

kind/feature good first issue priority/important-longterm
iatdaitan
iatdaitan commented Dec 17, 2021

To improve the UX for users who want to navigate through Orb form using the keyboard we need to set the tav order of form controls as follow.

  1. Each hit of the tab should redirect the user to the field above the current one.
  2. When reaching the last field of the form the hit of the tab button should redirect the user to the "NEXT" button.

** If the user press ENTER it should "submit" the form

enhancement good first issue orb-ui p2

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 Mar 30, 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