Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edgenesis/shifu
Kubernetes-native IoT gateway
https://github.com/edgenesis/shifu
cloud cloud-native cncf digital-twin edge edge-computing iiot industrial-edge industrial-iot internet-of-things iot iot-middleware iot-platform kubernetes mqtt opc-ua virtualization w3c web-of-things wot
Last synced: about 12 hours ago
JSON representation
Kubernetes-native IoT gateway
- Host: GitHub
- URL: https://github.com/edgenesis/shifu
- Owner: Edgenesis
- License: apache-2.0
- Created: 2021-08-09T08:15:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T05:57:13.000Z (22 days ago)
- Last Synced: 2024-10-29T15:17:50.093Z (22 days ago)
- Topics: cloud, cloud-native, cncf, digital-twin, edge, edge-computing, iiot, industrial-edge, industrial-iot, internet-of-things, iot, iot-middleware, iot-platform, kubernetes, mqtt, opc-ua, virtualization, w3c, web-of-things, wot
- Language: Go
- Homepage: https://shifu.dev
- Size: 47.8 MB
- Stars: 1,284
- Watchers: 48
- Forks: 115
- Open Issues: 27
-
Metadata Files:
- Readme: README-zh.md
- Changelog: CHANGELOG/CHANGELOG-v0.0.1-zh.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
中文 | [English](README.md)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=github&color=2370ff&labelColor=454545)](http://makeapullrequest.com)
[![Go Report Card](https://goreportcard.com/badge/github.com/Edgenesis/shifu)](https://goreportcard.com/report/github.com/Edgenesis/shifu)
[![codecov](https://codecov.io/gh/Edgenesis/shifu/branch/main/graph/badge.svg?token=OX2UN22O3Z)](https://codecov.io/gh/Edgenesis/shifu)
[![Build Status](https://dev.azure.com/Edgenesis/shifu/_apis/build/status/shifu-build-muiltistage?branchName=main)](https://dev.azure.com/Edgenesis/shifu/_build/latest?definitionId=19&branchName=main)
[![golangci-lint](https://github.com/Edgenesis/shifu/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/Edgenesis/shifu/actions/workflows/golangci-lint.yml)
Kubernetes原生的物联网网关
Shifu是一个k8s原生的,生产级的,支持多协议设备接入的开放物联网网关。
## ✨招聘✨
我们正在招聘!Shifu大家庭举双手欢迎爱折腾的你!!![👉🙋♀️**职位点这里**👈🙋♂️](https://4g1tj81q9o.jobs.fbmms.cn/page/PSVAGacDW6xEEcT5qbbfRL0FR3)
## CNCF现场直播和演示
[![Cloud Native Live](https://img.youtube.com/vi/qMrdM1QcLMk/maxresdefault.jpg)](https://www.youtube.com/watch?v=qMrdM1QcLMk)
## 特点
**Kubernetes原生** — 应用开发的同时进行设备管理,无需再构建额外的运维基础设施**开放平台**— 避免供应商锁定,你可以轻松地将Shifu部署在公有云、私有云或混合云上。Shifu将Kubernetes带入到物联网边缘计算场景中,助力实现物联网应用程序的可扩展性和高可用性。
**多协议设备接入** — HTTP, MQTT, RTSP, Siemens S7, TCP socket, OPC UA...从公有协议到私有协议,Shifu的微服务架构让我们能够快速整合接入新的协议。
## 定义
**shifu** - 一个把IoT设备接入Kubernetes集群的CRD。**DeviceShifu** - 一个Kubernetes pod,同时也是Shifu的最小单元。DeviceShifu的主要组成部分是设备的驱动,代表一个IoT设备,也可以称之为“数字孪生”。
## 如何用五行代码连接一个使用私有协议的摄像头
## 社区
欢迎加入Shifu社区,分享您的思考与想法,
您的意见对我们来说无比宝贵。 我们无比欢迎您的到来!
[![Discord](https://img.shields.io/badge/Discord-join-brightgreen)](https://discord.gg/CkRwsJ7raw)
[![Twitter](https://img.shields.io/badge/Twitter-follow-blue)](https://twitter.com/ShifuFramework)
[![Reddit](https://img.shields.io/badge/Reddit-post-orange)](https://www.reddit.com/r/Shifu/)
[![GitHub Discussions](https://img.shields.io/badge/GitHub%20Discussions-post-orange)](https://github.com/Edgenesis/shifu/discussions)## 开始上手
欢迎参考🗒️[Shifu技术文档](https://shifu.dev/)获取更详细的信息:
- 🔧[安装Shifu](https://shifu.dev/zh-Hans/docs/guides/install/install-shifu-dev)
- 🔌[设备连接](https://shifu.dev/zh-Hans/docs/guides/cases/)
- 👨💻[应用开发](https://shifu.dev/zh-Hans/docs/guides/application/)
- 🎮[KillerCoda Demo在线试玩](https://killercoda.com/shifu/shifu-demo)## 贡献
欢迎向我们[提交issue](https://github.com/Edgenesis/shifu/issues/new/choose) 或者[提交PR](https://github.com/Edgenesis/shifu/pulls)!我们对[贡献者们](https://github.com/Edgenesis/shifu/graphs/contributors)心怀感激🥰.
## Shifu正式加入[CNCF全景图](https://landscape.cncf.io/)
## Github Star数量
[![Stargazers over time](https://starchart.cc/Edgenesis/shifu.svg)](https://starchart.cc/Edgenesis/shifu)
## 许可证
该项目使用Apache2.0许可证。