KMU Grade Server is a Web code judging service for everybody who want to practice coding. You can choose a problem that you want to solve and you can see the result directly.
For a school or an organization, users can be managed as a group so it's easier to overview their activities.
Our first milestone(~2015.5) is to service for about 2K people at the same time and handle 300 of judging requests/sec.
Overall code is written with python flask
And used followings
python tornado for Web access,
redis for Judging server,
docker for handling each request of judging,
mariadb, sqlalchemy for database access.
We are pleasure you to contribute for this project anytime!