Gojenga is a web application inspired by financial dashboards like Schwab. It offers limited portfolio, risk, and diversification features. The backend of this application is built using AWS Api Gateway, Lambda, and RDS, making it a cloud-native solution.
- Python
- AWS Api Gateway
- AWS Lambda
- AWS RDS
The backend architecture of Gojenga is broken down into microservices. Each microservice is responsible for a specific functionality, making the system modular and scalable. The microservices communicate with each other via API calls.
The codebase is divided into different Python scripts, each handling a specific task. For instance, risk/get_all_sharpe_symbols/lambda_function.py
is responsible for fetching all symbols from the sharpe_calc database. Similarly, misc/db_proxy/lambda_function.py
acts as a proxy for database operations.
To run the project, you need to set up the necessary environment variables such as DB_USER
, DB_PASSWORD
, DB_HOST
, DB_NAME
, and TOKEN
. Set up the appropriate Api Gateway endpoints and deploy the Lambda functions.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.