github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/TODO.md (about) 1 --- 2 title: TODO 3 keywords: todo 4 tags: [todo] 5 sidebar: home_sidebar 6 permalink: /todo 7 summary: 8 --- 9 10 ## TODO 11 12 A list of still TODOs for docs 13 14 Things that need to be documented for v3 15 16 - FAQ 17 * [x] What is Micro 18 * [x] What problem is Micro solving 19 * [x] What environments does Micro run in 20 - Getting Started 21 * [x] Installation 22 * [x] Helloworld 23 - Architecture 24 * [x] Overview 25 * [ ] Diagram 26 - Reference Guide 27 * [ ] Service Library 28 * [x] Environments 29 * [x] Api Usage 30 * [x] Proxy Usage 31 * [x] Authentication 32 * [x] Configuration Management 33 * [x] Key-Value storage 34 * [x] PubSub Messaging 35 * [x] Event Streaming 36 * [ ] Writing a service 37 * [x] Deploying a service 38 * [x] Calling a service 39 * [ ] Load Balancing 40 * [ ] Running on Kubernetes 41 * [x] Loading external plugins e.g etcd 42 * [ ] Using client/server wrappers 43 - How-tos 44 * [ ] Tutorials 45 * [ ] Concepts 46 * [ ] Best practices 47 - Sample Services 48 - [x] helloworld 49 - [x] messages 50 - [x] notes 51 - [x] chat 52 - [x] blog 53 - [ ] books 54 - Design patterns 55 * [ ] event sourcing 56 * [ ] data denormalisation