Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshlong-attic/microservices-lab
https://github.com/joshlong-attic/microservices-lab
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshlong-attic/microservices-lab
- Owner: joshlong-attic
- Created: 2014-08-09T11:05:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T20:12:12.000Z (over 8 years ago)
- Last Synced: 2024-04-13T19:27:41.393Z (8 months ago)
- Language: Java
- Size: 5.8 MB
- Stars: 22
- Watchers: 10
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.asc
- Security: security/code/.gitignore
Awesome Lists containing this project
README
= The Pivotal Micorservice: Spring and Cloud Foundry
1. Pivotal Platform Basics
* Why Are You Here? 20 min (Matt)
* "Boot" Camp - start.spring.io, psvm, java -jar, starters, single table/class-based web service (Josh) 35 min
* Cloud Foundry Camp - push it, put the table in a bound service, scale it, kill it (watch it rise), logs, monitoring stuff (Matt) 35 min2. Microservice Building Blocks
* Configuration… (Josh) 45
* Polyglot Persistence / Data (Matt) 453. Building Reliable Distributed Systems
* Registration / Discovery / client side routing (Josh)
* Fault Tolerance (Matt) 455. Living on the Edge
* API gateway / integration / clients / reactive/ concurrency (Matt) 45
* Security (Josh) 45