Skip to content

The Resource Allocator is responsible for assigning servers for users based on their needs

Notifications You must be signed in to change notification settings

vibhcool/ResourceAllocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resource Allocator - Allocate Servers according to your choices

ABOUT

The Resource Allocator is a custom library responsible for allocating servers based on number of CPUs in a server. From the list of servers in different regions provided by Cloud/VPS Company (like in Amazon, Google cloud, etc), user can select them according to their needs.

Resource Allocator can allocate servers based on:

  1. Best price with some x CPUs.
  2. Range of CPUs between x and y
  3. Minimum or maximum number of CPUs

For Examples, please refer Example.py script.

INSTALLATION

Pre-requisite: Python 3 is installed

pip install -r requirements.txt

Installation is done, now just import the methods from main

About

The Resource Allocator is responsible for assigning servers for users based on their needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages