Solutions for Exercises in Learning Scala by Jason Swartz - http://chimera.labs.oreilly.com/books/1234000001798/index.html
Code samples from the "Python Cookbook, 3rd Edition", published by O'Reilly & Associates, May, 2013.
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
An example project that demonstrates an end-to-end cloud native application using Spring Cloud for building a practical microservices architecture.
Spring Boot Template for Micro services Architecture - Show cases how to use Zuul for API Gateway, Spring OAuth 2.0 as Auth Server, Multiple Resource (Web Services) Servers, Angular Web App, Eureka dor registration and Discover and Hystrix for circuit breaker
Sample starter applications and code for use with the Spring Cloud Data Flow project
参考《SpringCloud参考指南》编写的项目(地址:http://git.oschina.net/itmuch/spring-cloud-study)重新编写。服务端为图书馆书本crud操作。扩展增加hikariCP,swagger,zuul filter,config server(SVN)以及JWT(json web token)等功能。未来计划:1.去除eureka,改用zookeeper作为服务注册中心2.增加git版本的配置中心3.服务端,消费端等项目增加JUnit单元测试代码5.增加zipkin的监控功能6.增加sidecar功能,将异构服务(如.net,node.js服务)注册到eureka