nxbdi / myfeed

Myfeed is a sample cloud natvie application build using spring-cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myfeed

Myfeed is a non-trivial sample cloud native application build using:

  • spring-cloud
  • spring-boot
  • spring-data

TODO

Services

infrastucture apps (id: default port)

  • myfeed-config: 11010
  • myfeed-discovery: 11020
  • myfeed-router: 11080
  • myfeed-turbine: 11090

user apps (id: default port)

  • myfeed-admin: 11050
  • myfeed-feed: 11060
  • myfeed-user: 11070
  • myfeed-ui: 11040

external requirements

  • mongodb
  • redis
  • rabbitmq
  • github account

/etc/hosts entries

127.0.0.1   www.myfeed.com
127.0.0.1   discovery.myfeed.com
127.0.0.1   config.myfeed.com

or setup dnsmasq on a mac

like so (in dnsmasq.conf)

address=/myfeed.com/127.0.0.1

and add the following to /etc/resolver/myfeed.com

nameserver 127.0.0.1

About

Myfeed is a sample cloud natvie application build using spring-cloud

License:Apache License 2.0


Languages

Language:Java 86.5%Language:HTML 7.5%Language:JavaScript 5.4%Language:Shell 0.5%