Update README.md
This commit is contained in:
		| @@ -38,6 +38,10 @@ Event notifications are a core pattern in micro service development. The default | |||||||
| - **Dynamic Config** - Load and hot reload dynamic config from anywhere. The config interface provides a way to load application  | - **Dynamic Config** - Load and hot reload dynamic config from anywhere. The config interface provides a way to load application  | ||||||
| level config from any source such as env vars, file, etcd. You can merge the sources and even define fallbacks. | level config from any source such as env vars, file, etcd. You can merge the sources and even define fallbacks. | ||||||
|  |  | ||||||
|  | - **Data Storage** - A simple data store interface to read, write and delete records. It includes support for memory, file and  | ||||||
|  | CockroachDB by default. State and persistence becomes a core requirement beyond prototyping and Micro looks to build that into the  | ||||||
|  | framework. | ||||||
|  |  | ||||||
| - **Pluggable Interfaces** - Go Micro makes use of Go interfaces for each distributed system abstraction. Because of this these interfaces  | - **Pluggable Interfaces** - Go Micro makes use of Go interfaces for each distributed system abstraction. Because of this these interfaces  | ||||||
| are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology. Find plugins in  | are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology. Find plugins in  | ||||||
| [github.com/micro/go-plugins](https://github.com/micro/go-plugins). | [github.com/micro/go-plugins](https://github.com/micro/go-plugins). | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user