Tell us what you want, and we'll give you the best cloud service to suit your needs!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A web application that allows users to find the best cloud service that suits their needs. Users will fill out a form, which will then be sent to multiple cloud services such as AWS, Azure, and GCP using their respective cloud billing APIs to get pricing info. The results are parsed and sorted based on several metrics such as pricing and computing capabilities. The most optimal cloud service for each provider is then displayed to the user. Users can also create accounts, save their reports and view past reports.
There are a few you things you need to get installed before continuing
- pip
python get-pip.py
-
Get free authentication credentials:
-
Clone the repo
git clone https://github.com/jammel-yeboah/cloud_service_analyzer.git
-
Install python packages
pip install -r requirements.txt
-
Create a
.envfile and enter your keys:SECRET_KEY= ENTER AN ARBITRARY KEY AWS_ACCESS_KEY= ENTER YOUR API KEY AWS_SECRET_ACCESS_KEY= ENTER YOUR API KEY GCP_API_KEY= ENTER YOUR API KEY RECAPTCHA_PUBLIC_KEY= ENTER YOUR KEY RECAPTCHA_PRIVATE_KEY= ENTER YOUR KEY
Start the flask server
flask runSearch for a cloud service
- On the landing page, click on "Get Started"
- You'll be redirected to the "cloud form" page located in app/templates/cloud_form.html. Fill out the form based on your desired criteria
- Upon clicking submit, you'll be displayed the results of your query
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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.txt for more information.
Jammel Yeboah - jammelyeboah@gmail.com
Project Link: https://github.com/jammel-yeboah/cloud_service_analyzer
