Code Monkey home page Code Monkey logo

iris's Introduction

Iris

Online Judge 시스템을 위한 채점 서버

개발이 진행중인 프로젝트로, 현재는 RabbitMQ에만 연결 가능합니다.

Online Judge 시스템을 위한 채점 서버입니다. 사용자가 제출한 코드를 컴파일하고 주어진 테스트케이스에 대한 입/출력과 리소스 사용량 등을 확인하여 정답 여부를 반환합니다. 서버의 출력 결과는 connector(WIKI 참조 - WIP) 및 sandbox 바이너리에 따라 달라질 수 있습니다.


Installation

Requirements

  • Go 1.19 or newer
  • Docker

Optional

  • RabbitMQ Server
  • API Server for Testcase
    • Testcase는 환경 변수 TESTCASE_SERVER_URL로 지정된 URL에서 HTTP GET 요청을 통해 가져옵니다.
      • Request URL은 $TESTCASE_SERVER_URL/testcase_id입니다. RabbitMQ Connector를 사용할 경우 testcase_idMessageID로 전달해야 합니다
    • TESTCASE_SERVER_URL을 설정하지 않을 경우 testcase/preset-source.go의 데이터를 사용합니다.
    • 예시 서버 추가 예정(WIP)
  • Redis Server
    • 캐싱된 테스트케이스를 여러 채점 서버에서 공유하기 위해 Redis를 사용합니다
    • 캐시 서버가 없는 경우 테스트케이스는 메모리에 캐싱됩니다. 자세한 사용법은 WIKI를 참고하세요


Usage

With RabbitMQ

  • WIP

With Others


Tests

  • WIP

Roadmap

  • WIP

Authors and acknowledgment

Authors

@cranemont, @mixxeo

Sandbox 정보


License

MIT License

iris's People

Contributors

cranemont avatar mixxeo avatar

Stargazers

Gyunseo Lee avatar

Watchers

 avatar

Forkers

skkuding

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.