Skip to content

Files

Latest commit

 

History

History
33 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.08 KB

intro-to-microservices

Slides: https://goo.gl/Sc2gYG

Agenda

  • What/Who/Why/When
  • Monoliths
  • SOA vs Microservices
  • Developing Microservices: do’s and don'ts
  • Hands on

Knowledge requisites:

  • REST, HTTP protocol, basic O.O.
  • Basic knowledge of Java, Node, Python languages is a plus but not mandatory.

Software requisites:

  • Maven, JDK 8+
  • Node 7.2+ and npm 3.10+
  • Python 3.6 Pip 9.0+ and Virtualenv 15.1.0
  • a good IDE (e.g Intellij Idea)

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Originally forked from Microservices the Lean way (2016)