Skip to content

jammel-yeboah/cloud_service_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License LinkedIn


Logo

Cloud Pricing Analyzer

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

  • Flask
  • Bootstrap
  • JQuery

(back to top)

Getting Started

There are a few you things you need to get installed before continuing

Prerequisites

  • pip
    python get-pip.py

Installation

  1. Get free authentication credentials:

  2. Clone the repo

    git clone https://github.com/jammel-yeboah/cloud_service_analyzer.git
  3. Install python packages

    pip install -r requirements.txt
  4. Create a .env file 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

(back to top)

Usage

Start the flask server

flask run

Search for a cloud service

  1. On the landing page, click on "Get Started"
  2. 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
  3. Upon clicking submit, you'll be displayed the results of your query

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Jammel Yeboah - jammelyeboah@gmail.com

Project Link: https://github.com/jammel-yeboah/cloud_service_analyzer

(back to top)

Acknowledgments

(back to top)