Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Owl design #62

Open
KSAlpha opened this issue May 23, 2019 · 0 comments
Open

New Owl design #62

KSAlpha opened this issue May 23, 2019 · 0 comments
Labels
design Issues related to design choices
Milestone

Comments

@KSAlpha
Copy link
Member

KSAlpha commented May 23, 2019

New Owl will use React for UI and Prisma for ORM.

We are expecting to use the following design:

owl design

  • Prisma will act as a shared storage of each plugin attached to it.

  • We will first implement Owl with no server. Client will be placed in the internal network to directly communicate with Prisma

  • Each plugin is an independent worker. Its action will be determined by the state of the database and writes will happen in the database.

  • Expected plugins to be implemented are

    • Task runner (Exploit runner)
    • Task scheduler (auto run, distribution)
    • Web client / server
    • Contest data scraper (scoreboard parser, packet dump fetcher, SLA check)
@KSAlpha KSAlpha added the design Issues related to design choices label May 23, 2019
@KSAlpha KSAlpha added this to the 0.1.0 milestone May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Issues related to design choices
Projects
None yet
Development

No branches or pull requests

1 participant