-
Notifications
You must be signed in to change notification settings - Fork 3
Gateway Service
Rushikesh Pharate edited this page Feb 8, 2022
·
5 revisions
The gateway service is used to route requests to the correct API. Gateway is responsible to route ever user request to API and also to authenticate the user and session of the user.
- Python Flask
- Kafka
- MongoDB
- Go to the gateway-service folder
- Install Pipenv
- For MAC
* brew install pipenv
* pipenv --python 3.8.9 (i.e This is used to create virtual environment of python v3.8.9)
* pipenv shell (i.e Activates virtual environment)
* pip install -r requirements.txt
- Now run the python app.py command
port 5006
- Architecture
- Workflows & Use Case Diagram
- API Reference
- API Reference for Merra Data
- Microservices
- Local Installation
- Scalability