Skip to content

使用ServiceComb实现的经典天气预报应用

License

Notifications You must be signed in to change notification settings

go-chassis/weathermap

 
 

Repository files navigation

Apache ServiceComb is a uncomplicated microservice developing framework, it provieds massive out-of-box features, such as discovery and registry services, configuration management, load balance, fault tolerance and circuit breaker, rate limiting, which help you build microservice rapidly.

ServiceStageprovides a serires of tools and platforms to help users manage servicecomb microservice applications better. As shown below, users can develop, construct, deploy, operate, maintain, register their applications and set loadbalance, rate limiting, downgrade, circuitbreaker, fault tolerance, black/white list, fault injection, grayscale, dashboard and so on.

weather forecast shown above is a microservice applicaiton based on ServiceComb, which can check the weather of city user demand.
1、 weathermapweb is a microservice based on node.js
2、 fusionweather provides weather data for web UI, based on java.
3、 forecast service provides weather forecasts for the next few days in a specified city, based on java
4、 weather service provides current weather information in specified city, based on java
5、 weather-beta is the newer version of weather,newly added the ultraviolet rays information, based on java

to deploy it on servicestage: ServiceComb on ServiceStage
runtime interface is as shown below:

About

使用ServiceComb实现的经典天气预报应用

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 69.0%
  • JavaScript 18.0%
  • HTML 7.8%
  • CSS 3.1%
  • Shell 1.2%
  • Dockerfile 0.9%