mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
28 lines
563 B
Markdown
28 lines
563 B
Markdown
# Micro Services
|
|
|
|
The canonical source for Micro services.
|
|
|
|
## Overview
|
|
|
|
Services provides a home for real world reusable Micro services.
|
|
|
|
- [routing](routing) - etas, routes and turn by turn directions
|
|
- [geocoding](geocoding) - address to gps location and reverse
|
|
- [location](location) - gps point location tracking
|
|
|
|
## Usage
|
|
|
|
Run a service from source
|
|
|
|
```
|
|
micro run github.com/micro/services/helloworld
|
|
```
|
|
|
|
## Cloud
|
|
|
|
Find cloud hosted versions on [m3o.com](https://m3o.com)
|
|
|
|
## License
|
|
|
|
[Polyform Strict](https://polyformproject.org/licenses/strict/1.0.0/)
|