github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/README.md (about)

     1  
     2  Micro is an API first development platform.
     3  
     4  ## About
     5  
     6  Micro addresses the key requirements for building services in the cloud. It leverages the microservices
     7  architecture pattern and provides a set of services which act as the building blocks of a platform. Micro deals
     8  with the complexity of distributed systems and provides simpler programmable abstractions to build on. 
     9  
    10  ## Source
    11  
    12  [GitHub Repo](https://github.com/tickoalcantara12/micro)
    13  
    14  ## Download
    15  
    16  [Latest Release](https://github.com/tickoalcantara12/micro/releases/latest)
    17  
    18  ## Content
    19  
    20  Documentation, guides and quick starts for Micro
    21  
    22  - [Introduction](introduction) - A high level introduction to Micro
    23  - [Getting Started](getting-started) - The helloworld quickstart guide
    24  - [Upgrade Guide](upgrade-guide) - Update your go-micro project to use micro v3.
    25  - [Architecture](architecture) - Describes the architecture, design and tradeoffs
    26  - [Reference](reference) - In-depth reference for Micro CLI and services
    27  - [Resources](resources) - External resources and contributions
    28  - [Roadmap](roadmap) - Stuff on our agenda over the long haul
    29  - [FAQ](faq) - Frequently asked questions
    30  
    31  ## Usage
    32  
    33  See the [docs](https://micro.dev/docs) for information on architecture, installation and use.
    34  
    35  ## License
    36  
    37  Micro is [Apache 2.0](https://opensource.org/licenses/Apache-2.0) licensed.