Update README.md

This commit is contained in:
2025-04-22 15:02:01 +03:00
committed by GitHub
parent ec9178c6d4
commit b4878211ee

View File

@@ -16,7 +16,7 @@ Micro provides the core requirements for distributed systems development includi
Micro abstracts away the details of distributed systems. Main features:
- **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, cmdline, file, consul, vault... You can merge the sources and even define fallbacks.
level config from any source such as env vars, cmdline, file, consul, vault, etc... 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
s3. State and persistence becomes a core requirement beyond prototyping and Micro looks to build that into the framework.