Skip to content

mckpm/coalesce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Dependencies

pip install flask pytest requests_futures

Testing

Start app:

export FLASK_ENV=development
export FLASK_APP=coalesce
flask run

Test running app:

pytest

Usage

Reach the dev server here.

The member_id parameter is required. The optional strategy parameter can be any of the following:

  • absent (defaults to average)
  • average: average of all values for each key
  • min: smallest value for each key
  • max: largest value for each key
  • frequent: most frequently appearing value
  • random: random value for each key
  • random2:result from one random API only
  • fastest: result from the fastest API only

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages