Files
services/README.md
2021-08-31 11:40:24 +01:00

34 lines
897 B
Markdown

# Micro Services
Programmable real world Micro services.
## Overview
Micro services provide the fundamental building blocks for any products, apps or services. They can be used in isolation
or combined to create a powerful distributed system. The services are intended to be consumed by each other using RPC
and from the external world through a Micro API.
## Cloud
Find cloud hosted services on [m3o.com](https://m3o.com).
## Usage
Run a service from source
```
micro run github.com/micro/services/helloworld
```
## Contribute
We welcome contributions of additional services which are then hosted on [m3o.com](https://m3o.com).
- Services must be built using the Micro platform
- Any dependency must be configured using the Micro Config
- All services to be published must include a `publicapi.json`
## License
[Polyform Shield](https://polyformproject.org/licenses/shield/1.0.0/)