Good shape overall. A few tweaks would push it into the top tier.
KCloud-Platform-IoT(老寇IoT云平台)是一个企业级单体架构和微服务架构的IoT云平台。采用DDD(领域驱动设计)思想,基于Spring Boot 4.1.0、Spring Cloud 2025.1.2、Spring Cloud Alibaba 2025.1.0.0 最新版本开发的云服务多租户IoT平台,家人们,点个star!拜托啦~
Documentation
56
README is present.
README documents how to install the project.
CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
Licensed under Apache-2.0.
Engineering
79
CI is configured (.github/workflows/go.yml).
Test files detected (laokou-cloud/laokou-gateway/src/test).
Lockfile present (archive/package-lock.json). Installs are reproducible.
Java/Kotlin linting configured (.editorconfig).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (pom.xml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 153Forks
- 31Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 661Watchers
Responsiveness
- 1dMedian issue response
- <1hMedian PR merge time
- 13Open issues
Repository files44 root entries
- .agent
- .claude
- .codex
- .githubGood: CI is configured (.github/workflows/go.yml).Good: Dependabot configured for maven.Good: Issue or PR templates present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/.name) (−40 pts).Fix: Remove them and add to .gitignore.
- .kiro
- .qoder
- archiveGood: Lockfile present (archive/package-lock.json). Installs are reproducible.
- bigScreen
- checkstyle
- doc
- edgeGatewayUI
- KAudio-VideoGood: Environment pinned via KAudio-Video/docker-compose.yml.
- KEdge-Gateway
- laokou-cloudGood: Test files detected (laokou-cloud/laokou-gateway/src/test).
- laokou-common
- laokou-service
- laokou-tool
- openspec
- spotbugs
- src
- target
- ui
- .deepsource.toml
- .editorconfigGood: Java/Kotlin linting configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .whitesource
- CLA.adoc
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.adocIssue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- index.html
- LICENSEGood: Licensed under Apache-2.0.
- LICENSE-MIT
- lombok.config
- NOTICE
- OH.doc
- PD.doc
- pom.xmlGood: Dependency manifest found (pom.xml).
- PT.adoc
- README.adocGood: README is present.Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- README.md
- renovate.json
- SECURITY.mdGood: Security policy present.
- TR.doc