mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
ff5148927824d2c7c41b4715ec741e099fd4dc5b
* app deployment * add source to deployment * support without https prefix * add image * minor comment * fix deploy * further fixes * fix the error output * add account name * set limits * fix error handling * fix app handler * fix unmarshalling * remove http2 * set status * fix bug * . * add ability to specify branch * . * . * add better error handling * add app limit * add function limit * update app readme * log status error * update app to use the store * remove double e limit * switch to created/updated * update app handler * 5 bucks * 10 bucks * unique deployments * fix the sid * unique name handling * allow running where reservation expired * check for reservations * update readme * fix update check * update proto comment * add resolve endpoint * ship with domain * fix url * create unprivileged service account * add service account to update * . * . * update comment * . * update public api json
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.
Usage
Run a service from source
micro run github.com/micro/services/helloworld
To call a service from another
import "github.com/micro/services/helloworld/proto"
Contribute
We welcome contributions of additional services which are then hosted on 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.jsonfile
License
Description
Languages
Go
92.9%
Makefile
5.8%
Dockerfile
1.1%
mupad
0.2%