edge-computing
Here are 489 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
ObjectBox is a superfast lightweight database for objects
-
Updated
Dec 22, 2021 - Java
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
Extend cloud computing, data and service seamlessly to edge devices.
-
Updated
Jan 4, 2022 - Go
Industrial IoT Messaging and Device Management Platform
-
Updated
Jan 8, 2022 - Go
Deep learning gateway on Raspberry Pi and other edge devices
-
Updated
Mar 23, 2021 - Python
TinyML AI inference library
-
Updated
Jun 19, 2021 - C++
This repository provides code for machine learning algorithms for edge devices developed at Microsoft Research India.
-
Updated
Nov 23, 2021 - C++
OpenYurt - Extending your native Kubernetes to edge(project under CNCF)
-
Updated
Jan 7, 2022 - Go
Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
-
Updated
Jun 18, 2020
Header-only library for using Keras (TensorFlow) models in C++.
-
Updated
Nov 27, 2021 - C++
High-performance multiple object tracking based on YOLO, Deep SORT, and KLT
-
Updated
Nov 25, 2021 - 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 5, 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
macchina.io EDGE is a powerful C++ and JavaScript SDK for edge devices, multi-service IoT gateways and connected embedded systems.
-
Updated
Aug 11, 2021 - C++
Orb is a cloud native orchestration platform for dynamic edge network observability
-
Updated
Jan 7, 2022 - Go
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
-
Updated
Mar 30, 2021 - Python
Collection of Intel device plugins for Kubernetes
-
Updated
Jan 9, 2022 - Go
This is home of Das Schiff - Deutsche Telekom Technik's engine for Kubernetes Cluster as a Service (CaaS) in on-premise environment on top of bare-metal servers and VMs.
-
Updated
Aug 6, 2021 - Python
A curated list of resources for embedded AI
-
Updated
Dec 16, 2021
Securely access remote devices and servers
-
Updated
Jul 26, 2021 - Go
A highly extensible software stack to empower everyone to build practical real-world live video analytics applications for object detection and counting with cutting edge machine learning algorithms.
-
Updated
Nov 30, 2021 - C#
Everything about federated learning, including research papers, books, codes, tutorials, videos and beyond
-
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!