Skip to content
#

edge-computing

Here are 543 public repositories matching this topic...

gy95
gy95 commented May 21, 2022

What would you like to be added/modified:
when we run keadm beta join command to start an edge node, we run systemd related commands in our source codes to start edgeocre systemd service, such as
https://github.com/kubeedge/kubeedge/blob/bef4c51ee551d315e3eb5e75db4878dd023b867f/keadm/cmd/keadm/app/cmd/edge/joinb

help wanted good first issue kind/feature
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
hydai
hydai commented May 27, 2022

Motivation

Previous discussion: #1500

Details

Currently, there is no workflow to build and test rust-related crates on the Windows platform. So there is no guarantee for making sure the compilation and functionality are working.

good first issue help wanted test Improvement
dusanb94
dusanb94 commented Nov 26, 2019

FEATURE REQUEST

  1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
    existing issue, otherwise proceed to step 2.
    No.

  2. Describe the feature you are requesting, as well as the possible use case(s) for it.
    Add endpoint for listing User keys to the Auth service.

  3. Indicate the importance of this feature to you (must-have, should-have,

yomo

🦖 Serverless Streaming Framework for low-latency geo-distributed system and realtime collaboration application, running atop QUIC protocol, as Metaverse infrastructure, engaging 5G technology.

  • Updated May 28, 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
JEnoch
JEnoch commented May 16, 2022

Describe the feature

In current implementation, when issuing a query, the QueryingSubscriber pushes in a merge_queue the samples resulting of this query and the samples coming directly from the publishers. Then, at query end, the merge_queue is sorted and dedup-ed.

I would be more efficient to use an enhanced merge_queue that sort+dedup on the fly, for each pushed sample.

enhancement good first issue

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