https://github.com/bigstack-oss/cube-cos-api
CubeCOS API provides the distributed RESTful API for the CubeCOS open source cloud platform.
https://github.com/bigstack-oss/cube-cos-api
cubecos infrastructure restapi virtualization
Last synced: 5 months ago
JSON representation
CubeCOS API provides the distributed RESTful API for the CubeCOS open source cloud platform.
- Host: GitHub
- URL: https://github.com/bigstack-oss/cube-cos-api
- Owner: bigstack-oss
- License: apache-2.0
- Created: 2024-07-02T07:46:34.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-16T01:06:24.000Z (6 months ago)
- Last Synced: 2026-01-17T04:48:18.720Z (6 months ago)
- Topics: cubecos, infrastructure, restapi, virtualization
- Language: Go
- Homepage: https://www.bigstack.co
- Size: 56.9 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
𧬠CubeCOS API
[![License][License-Image]][License-Url] [![made-with-Go][Go-Made-Image]][Go-Made-Url] [![Go][Go-Report-Image]][Go-Report-Url] [![GitHub issues][Github-Issue-Image]][Github-Issue-Url] [![GitHub last commit (branch)][GitHub-Last-Commit-Image]][GitHub-Last-Commit-Url]
π [API] | β©οΈ [Architecture] | π·ββοΈ [Developing] | π¬ [Troubleshooting]
## π₯½ Overview
The cube-cos api is a central communication mechanism in the CubeCOS written in [Go]. Each node has its own cube-cos api and discover peer nodes by [MDNS] for cross-node communication.
Additionally, thereβre 14+ apis in the CubeCOS, the cube-cos api is just one of apis which responsible for the partial native features of cube-cos currently, but it will cover more and more features in the incoming milestones.

## π§βπ» Community
- [License](./LICENSE)
- [Contributing](./CONTRIBUTING.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)
- [Security](./SECURITY.md)
## π License
Copyright (c) 2025 [Bigstack co., ltd](https://bigstack.co/)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
[API]: ./docs/api/README.md
[Architecture]: ./docs/architecture/README.md
[Developing]: ./docs/developing/README.md
[Troubleshooting]: ./docs/troubleshooting/README.md
[Go]: https://go.dev/
[MDNS]: https://en.wikipedia.org/wiki/Multicast_DNS
[License-Url]: https://www.apache.org/licenses/LICENSE-2.0
[License-Image]: https://img.shields.io/badge/License-Apache2-blue.svg
[Go-Report-Url]: https://goreportcard.com/report/github.com/bigstack-oss/cube-cos-api
[Go-Report-Image]: https://goreportcard.com/badge/github.com/bigstack-oss/cube-cos-api
[Go-Made-Image]: https://img.shields.io/badge/Made%20with-Go-1f425f.svg
[Go-Made-Url]: https://go.dev/
[GitHub-Issue-Url]: https://github.com/bigstack-oss/cube-cos-api/issues
[GitHub-Issue-Image]: https://img.shields.io/github/issues/bigstack-oss/cube-cos-api?color=brightgreen
[GitHub-Last-Commit-Url]: https://github.com/bigstack-oss/cube-cos-api/issues
[GitHub-Last-Commit-Image]: https://img.shields.io/github/last-commit/bigstack-oss/cube-cos-api/develop