aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: af86b605b38c2bcb41ee1036f8321d5d44e6c55b (plain)
1
2
3
4
5
6
7
8
Microservice Bus for OPEN-O

Within the OPEN-O architecture, there are a lot of microservices, e.g., Catalog, Res Mgr., LCM Mgr., Drivers. These microservices are distributed on multiple hosts, that make the communicate between them complex because the consumers need to know the addresses of all the service providers. Besides, some services may have multiple instances, which make the consumer even harder to locate the service provider. Microservice bus provides a service registration/ discovery and routing mechanism to simply the communications between services. The consumers only need to talk with microservice bus without any address information of individual service providers. 

## License
The Microservice Bus is released under version 2.0 of the [Apache License][].

[Apache License]: http://www.apache.org/licenses/LICENSE-2.0