Skip to content

Commit a321dde

Browse files
committed
writeup changes
1 parent 8e00cb5 commit a321dde

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ There are several microservices used in this app
88

99
### Core MicroServices:
1010

11-
There are five core Java microservices, using [JAX-RS](https://en.wikipedia.org/wiki/Java_API_for_RESTful_Web_Services), [CDI](https://dzone.com/articles/cdi-di-p1) etc. which are also part of the [MicroProfile](http://microprofile.io) spec.
11+
There are five core Java microservices, using [JAX-RS](https://en.wikipedia.org/wiki/Java_API_for_RESTful_Web_Services), [CDI](https://dzone.com/articles/cdi-di-p1) etc. part of the [MicroProfile](http://microprofile.io) spec.
1212

13-
- [Player](https://github.com/gameontext/gameon-player): Players, are represented by the player Java microservice service, which provides a public API for CRUD operations, and for managing API tokens.
13+
- [Player](https://github.com/gameontext/gameon-player): Players are represented by the player Java microservice which provides a public API for CRUD operations, and for managing API tokens.
1414
- [Auth](https://github.com/gameontext/gameon-auth): Java microservice to allow players to connect and identify themselves via a selected "social login"
1515
- [Mediator](https://github.com/gameontext/gameon-mediator): The Mediator service is implemented in Java using WebSphere Liberty, and connects players to rooms over Websockets
1616
- [Map](https://github.com/gameontext/gameon-map): The Map service is a Java EE application running on WebSphere Liberty that provides a public REST API using JAX-RS. It stores data in a NoSQL data store, either couchdb or Cloudant
@@ -23,8 +23,9 @@ In addition, Proxy and WebApp complete the core microservices
2323

2424
### Platform Services:
2525

26-
- [Service Discovery and Registry](https://www.amalgam8.io/): Service Registry and Controller components, via which Service Discovery and Service Proxying are implemented.. In addition, there are sidecars associated with each microservice, which automatically registers the microservice with the registry.
27-
- [Kafka](https://kafka.apache.org): Publish/Subscribe solution used by Platform
26+
- [Service Discovery, Registry and Routing](https://www.amalgam8.io/): Service Registry and routing components, via which Service Discovery and Service Proxying are implemented. In addition, there are sidecars associated with each microservice, which automatically registers the microservice with the registry.
27+
- [Redis](): Store the addresses used by Sidecars
28+
- [Kafka](https://kafka.apache.org): Publish/Subscribe solution used by services and the platform.
2829

2930
Everything would be hosted on a Kubernetes Cluster where you can access your own GameOn app from anywhere.
3031

0 commit comments

Comments
 (0)