https://github.com/eggjs/egg-cloud
egg cloud provider tools for developers to quickly build some of the common patterns in distributed systems
https://github.com/eggjs/egg-cloud
Last synced: 6 months ago
JSON representation
egg cloud provider tools for developers to quickly build some of the common patterns in distributed systems
- Host: GitHub
- URL: https://github.com/eggjs/egg-cloud
- Owner: eggjs
- License: mit
- Created: 2018-10-31T14:28:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T08:14:08.000Z (almost 7 years ago)
- Last Synced: 2025-07-07T07:27:07.200Z (6 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 38
- Watchers: 17
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# egg cloud
egg cloud provider tools for developers to quickly build some of the common patterns in distributed systems
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/egg-cloud.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-cloud
[travis-image]: https://img.shields.io/travis/eggjs/egg-cloud.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-cloud
[codecov-image]: https://codecov.io/gh/eggjs/egg-cloud/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/eggjs/egg-cloud
[david-image]: https://img.shields.io/david/eggjs/egg-cloud.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-cloud
[snyk-image]: https://snyk.io/test/npm/egg-cloud/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-cloud
[download-image]: https://img.shields.io/npm/dm/egg-cloud.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-cloud
## QuickStart
[here](https://www.katacoda.com/gxcsoccer/scenarios/all-in-one) is a quick start tutorial
## Documentation
:construction: coming soom
## Questions & Suggestions
Please open an issue [here](https://github.com/eggjs/egg/issues).
## License
[MIT](https://github.com/eggjs/egg-cloud/blob/master/LICENSE)