mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
36 lines
928 B
Markdown
36 lines
928 B
Markdown
# Micro Services
|
|
|
|
This repo includes reusable micro services.
|
|
|
|
## Overview
|
|
|
|
Services provides a home for real world examples for using Micro v3.
|
|
|
|
- [blog](blog) - A blog app composed as micro services
|
|
- [chat](chat) - An instant messaging or group chat service
|
|
- [helloworld](helloworld) - A simple helloworld service
|
|
- [messages](messages) - A service for text messages
|
|
- [notes](notes) - A note taking service
|
|
- [test](test) - A set of sample test services for Micro
|
|
- [users](users) - User management and basic auth
|
|
|
|
## Usage
|
|
|
|
Run a service from source
|
|
|
|
```
|
|
micro run github.com/micro/services/helloworld
|
|
```
|
|
|
|
## Contributing
|
|
|
|
Feel free to contribute by PR and signoff.
|
|
|
|
Documentation for this repo is autogenerated and appears on services.m3o.com
|
|
Read [this document](cmd/docgen/README.md) on how to write documentation for these services.
|
|
|
|
## License
|
|
|
|
[Polyform Strict](https://polyformproject.org/licenses/strict/1.0.0/)
|
|
|