Skip to content

rjoydip/labelit.ai

Repository files navigation

labelit.ai

code style

Architecture

flowchart TD
    subgraph Sources
        BB[Jira]
        GH[GitHub]
        GL[GitLab]
    end

    subgraph EventIngestion
        WH[Webhook Service]
        Q[Queue System]
        C[Cache Layer]
    end

    subgraph Processing
        CF[Cloudflare Workers]
        AI[AI Processing Service]
        AGG[Aggregator Service]
    end

    subgraph Storage
        DB[(Database)]
        ML[(Model Training Data)]
    end

    subgraph Output
        LAB[Labeling Service]
        API[API Service]
    end

    BB --> WH
    GH --> WH
    GL --> WH
    WH --> Q
    Q --> CF
    CF --> C
    C --> AI
    AI --> AGG
    AGG --> LAB
    LAB --> DB
    LAB --> ML
    LAB --> API
    ML --> AI
Loading

TODO

  • Webhook security
    • Github
    • Gitlab
    • JIRA
  • Unit testing
    • AI
    • Config
    • Service
    • Types
    • Utils
    • Webhook
    • Worker
  • Integrations
    • Apps
      • Github
      • Gitlab
      • JIRA
    • Knip
    • Turborepo

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project