Skip to content

Fair project judging system using pair-wise comparisons.

Notifications You must be signed in to change notification settings

jamesxu123/ranker-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ranker

Rust

Uses Glicko2 algorithm to rank and judge anything through pairwise comparisons. This project is written in Rust for fun.

Architecture

For easy development and deployment, this app will stateful and thus should not be scaled horizontally. Some data will be persisted to database (likely SQLite), but the idea of this is to have a self-contained binary that can do it all.

About

Fair project judging system using pair-wise comparisons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages