You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The edge service is one of the backing services that serves as the front door for the API. The edge-service uses Zuul to route the different request to the corresponding mircroservice for it to handle.
5
+
6
+
# Features
7
+
* Reroutes request to the appropiate microservice based on the request url prefix.
8
+
* /trip/cmd/ -> tripmanagementcmd
9
+
* /trip/query/ -> tripmanagementquery
3
10
4
11
# Running the service:
5
-
After making sure the project assembled properly run: ```docker-compose up --build```
12
+
* This service needs all the other microservices to be up and running.
13
+
* After making sure the project assembled properly run: ```docker-compose up --build```
6
14
7
15
## Running with locally build images.
8
16
Build the images locally but tag them with version ```:local``` instead of default, for example instead of just building gmaps-adapter as aista/gmaps-adapter tag it aista/gmaps-adapter:local
0 commit comments