# micro **Repository Path**: nacode/micro ## Basic Information - **Project Name**: micro - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-28 - **Last Updated**: 2022-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Micro [![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/micro/micro/v3?tab=doc) [![License](https://img.shields.io/badge/license-apache-blue)](https://opensource.org/licenses/Apache-2.0) Micro is a distributed cloud platform. ## Overview Micro addresses the key requirements for building services in the cloud. It leverages the microservices architecture pattern and provides a set of services which act as the building blocks of a platform. Micro deals with the complexity of distributed systems and provides simpler programmable abstractions to build on. ## Contents - [Introduction](https://micro.dev/introduction) - A high level introduction to Micro - [Getting Started](https://micro.dev/getting-started) - The helloworld quickstart guide - [Upgrade Guide](https://micro.dev/upgrade-guide) - Update your go-micro project to use micro v3. - [Architecture](https://micro.dev/architecture) - Describes the architecture, design and tradeoffs - [Reference](https://micro.dev/reference) - In-depth reference for Micro CLI and services - [Resources](https://micro.dev/resources) - External resources and contributions - [Roadmap](https://micro.dev/roadmap) - Stuff on our agenda over the long haul - [FAQ](https://micro.dev/faq) - Frequently asked questions ## Usage See the [docs](https://micro.dev/docs) for detailed information on the architecture, installation and use. ## License See [LICENSE](LICENSE) which makes use of [Apache 2.0](https://opensource.org/licenses/Apache-2.0)