[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9950":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},9950,"cue","cue-lang\u002Fcue","cue-lang","The home of the CUE language! Validate and define text-based and dynamic configuration","https:\u002F\u002Fcuelang.org",null,"Go",6136,356,43,753,0,1,9,53,5,75.46,"Apache License 2.0",false,"master",true,[27,28,29,30],"configuration","data","kubernetes","validation","2026-06-12 04:00:47","\u003C!--\n Copyright 2018 The CUE Authors\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n     http:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n-->\n[![Go Reference](https:\u002F\u002Fpkg.go.dev\u002Fbadge\u002Fcuelang.org\u002Fgo.svg)](https:\u002F\u002Fpkg.go.dev\u002Fcuelang.org\u002Fgo)\n[![Documentation](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FCUE-Docs-0066ff)](https:\u002F\u002Fcuelang.org\u002Fdocs\u002F)\n[![Github](https:\u002F\u002Fgithub.com\u002Fcue-lang\u002Fcue\u002Factions\u002Fworkflows\u002Ftrybot.yaml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fcue-lang\u002Fcue\u002Factions\u002Fworkflows\u002Ftrybot.yaml?query=branch%3Amaster+event%3Apush)\n[![Go 1.25+](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fgo-1.25-9cf.svg)](https:\u002F\u002Fgolang.org\u002Fdl\u002F)\n[![platforms](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fplatforms-linux|windows|macos-inactive.svg)]()\n[![Docker Image](https:\u002F\u002Fimg.shields.io\u002Fdocker\u002Fv\u002Fcuelang\u002Fcue?sort=semver&label=docker)](https:\u002F\u002Fhub.docker.com\u002Fr\u002Fcuelang\u002Fcue)\n\n# CUE - _Configure, Unify, Execute_\n\nCUE makes it easy to validate data, write schemas,\nand ensure configurations align with policies.\n\nCUE works with a wide range of tools and formats that you're already using\nsuch as Go, JSON, YAML, TOML, XML, OpenAPI, Protobuf, and JSON Schema.\n\nFor more information and documentation, including __tutorials and guides__, see [cuelang.org](https:\u002F\u002Fcuelang.org).\n\n### Download and Install\n\nThe full range of installation methods for the `cue` command are listed on\n[cuelang.org](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Fintroduction\u002Finstallation\u002F),\nincluding the official container image suitable for use with Docker.\n\n#### Release builds\n\nDownload the [latest release](https:\u002F\u002Fgithub.com\u002Fcue-lang\u002Fcue\u002Freleases\u002Flatest\u002F) from GitHub.\n\n#### Install from Source\n\nYou need [Go 1.25 or later](https:\u002F\u002Fgo.dev\u002Fdoc\u002Finstall) to install CUE from source:\n\n\tgo install cuelang.org\u002Fgo\u002Fcmd\u002Fcue@latest\n\nYou can also `git clone` the repository and build it directly via `go install .\u002Fcmd\u002Fcue`.\n\nBuilt `cue` binaries include version information as reported by `cue version`,\nwhich `go build` derives from the VCS. We recommend that downstream packagers\nbuild releases from git tags rather than source archives to ensure this works.\n\n### Learning CUE\n\nThe fastest way to learn the basics is to follow [the language tour](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Ftour\u002F) on the website.\n\nThe [cuelang.org](https:\u002F\u002Fcuelang.org) website also contains\n[more documentation](https:\u002F\u002Fcuelang.org\u002Fdocs\u002F), including\n[tutorials](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Ftutorial\u002F),\n[how-to guides](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Fhowto\u002F),\n[concept guides](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Fconcept\u002F), and\n[references](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Freference\u002F).\n\n### Popular references\n\n- The official [CUE Language Specification](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Freference\u002Fspec\u002F)\n- The CUE [Go API](https:\u002F\u002Fpkg.go.dev\u002Fcuelang.org\u002Fgo) on pkg.go.dev\n- [Builtin packages and functions](https:\u002F\u002Fpkg.go.dev\u002Fcuelang.org\u002Fgo\u002Fpkg)\n  available from CUE programs\n- [The `cue` command](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Freference\u002Fcommand\u002F),\n  a versatile interface for working with data, CUE, and its ecosystem\n\n### Go release support policy\n\nAs a general rule, we support the two most recent major releases of Go,\nmatching Go's [security policy](https:\u002F\u002Fgo.dev\u002Fdoc\u002Fsecurity\u002Fpolicy).\nFor example, if CUE v0.7.0 is released when Go's latest version is 1.21.5,\nv0.7.x including any following bugfix releases will require Go 1.20 or later.\n\n## Code of Conduct\n\nGuidelines for participating in CUE community spaces and a reporting process for\nhandling issues can be found in the [Code of Conduct](https:\u002F\u002Fcuelang.org\u002Fdocs\u002Freference\u002Fcode-of-conduct\u002F).\n\n## Contact\n\n- Ask questions via [GitHub Discussions](https:\u002F\u002Fgithub.com\u002Fcue-lang\u002Fcue\u002Fdiscussions)\n- Chat with us on [Slack](https:\u002F\u002Fcuelang.org\u002Fs\u002Fslack) and [Discord](https:\u002F\u002Fcuelang.org\u002Fs\u002Fdiscord)\n- Subscribe to our [Community Calendar](https:\u002F\u002Fcuelang.org\u002Fs\u002Fcommunity-calendar) for community updates, demos, office hours, etc\n","CUE 是一种用于验证和定义基于文本及动态配置的语言。它支持数据验证、模式编写，并确保配置符合既定策略，特别适用于需要处理复杂配置文件的场景。CUE 兼容多种工具和格式，如 Go、JSON、YAML、TOML、XML、OpenAPI、Protobuf 和 JSON Schema，使得跨平台和跨语言的数据一致性检查变得简单高效。此项目采用 Go 语言开发，具有良好的跨平台支持（Linux、Windows、macOS），并提供 Docker 镜像方便部署使用。无论是对于 Kubernetes 配置管理还是其他涉及大量配置文件的应用程序来说，CUE 都是一个强大的辅助工具。",2,"2026-06-11 03:25:45","top_topic"]