mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +00:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,14 +1,16 @@
|
|||||||
# Micro Services
|
# Micro Services
|
||||||
|
|
||||||
The canonical source for Micro services.
|
Programmable real world Micro services
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Services provides a home for real world reusable Micro services.
|
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 an API.
|
||||||
|
|
||||||
- [routing](routing) - etas, routes and turn by turn directions
|
## Cloud
|
||||||
- [geocoding](geocoding) - address to gps location and reverse
|
|
||||||
- [location](location) - gps point location tracking
|
Find cloud hosted versions on [m3o.com](https://m3o.com)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -18,10 +20,6 @@ Run a service from source
|
|||||||
micro run github.com/micro/services/helloworld
|
micro run github.com/micro/services/helloworld
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cloud
|
|
||||||
|
|
||||||
Find cloud hosted versions on [m3o.com](https://m3o.com)
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[Polyform Strict](https://polyformproject.org/licenses/strict/1.0.0/)
|
[Polyform Strict](https://polyformproject.org/licenses/strict/1.0.0/)
|
||||||
|
|||||||
Reference in New Issue
Block a user