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

     1  # Framework
     2  
     3  Go Micro is a framework for distributed systems development.
     4  
     5  ## Overview
     6  
     7  Go Micro is an open source framework for distributed systems development in Go. It was open sourced in 2015 and its primary 
     8  focus is to simplify microservices development via strongly defined abstractions and pluggable interfaces. Go Micro is 
     9  now part of Micro.
    10  
    11  ## Roadmap
    12  
    13  Next steps
    14  
    15  - [ ] Flow interface - Sagas and workflow
    16  - [ ] Dynamic config - replacing Cmd/flag parsing
    17  - [ ] Synchronization - distributed synchronization; locking, leadership election
    18  - [ ] Event streaming - timeseries database
    19  - [ ] Relational Model - a Model package layered on the Store for modelling
    20  - ...