Skip to content

Commit

Permalink
Updated notes and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranga Rao Karanam authored and Ranga Rao Karanam committed Sep 8, 2017
1 parent ca74917 commit e256a5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
4 changes: 3 additions & 1 deletion 03.microservices/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
- git commit -m "first commit"

## Ports
| Application | Port |

| Application | Port |
| Currency Exchange | 8000, 8001, 8002, .. |
| Currency Conversion Service | 8100, 8101, 8102, ... |
| Limits Service | 8080, 8081, ... |
Expand All @@ -34,6 +35,7 @@
- https://www.rabbitmq.com/install-windows.html
- https://www.rabbitmq.com/which-erlang.html
- http://www.erlang.org/downloads
- Video - https://www.youtube.com/watch?v=gKzKUmtOwR4

### Mac

Expand Down
14 changes: 0 additions & 14 deletions 03.microservices/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,4 @@ You will learn

## Steps


## What You Will Need?

We will help you install
- Java 8
- Eclipse
- Maven
- Embedded Tomcat
- Postman REST Services Client

## Useful Links

- POSTMAN - http://www.getpostman.com

### Links from course examples
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Refer each steps
- We will help you install Eclipse and get up and running with Maven and Tomcat.

## Installing Tools
- Eclipse & Embedded Maven
- Git Client - https://git-scm.com/
- Rabbit MQ - https://www.rabbitmq.com/download.html

### Basic Tools
- Installation Video : https://www.youtube.com/playlist?list=PLBBog2r6uMCSmMVTW_QmDLyASBvovyAO3
- GIT Repository For Installation : https://github.com/in28minutes/getting-started-in-5-steps
- PDF : https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf
Expand Down Expand Up @@ -120,7 +125,7 @@ digraph architecture {
node[shape=record]
subgraph Consumer {
Consumer -> CurrencyCalculationService -> CurrencyExchangeService;
Consumer[shape=plaintext] -> CurrencyCalculationService -> CurrencyExchangeService;
{rank=same; CurrencyCalculationService,instance1,instance2,instance3};
}
Expand Down

0 comments on commit e256a5f

Please sign in to comment.