We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Doesn't render well in GitHub's dark mode - apologies 🙇 - highlight to work-around)
graph TD subgraph Postgres ts[full-text search engine] rd[relational database] end subgraph Postgresphile gq[postgres GraphQL Server] end subgraph Indexer xs[xstate Finite State Machine] gh[GitHub GQL Client] kq[bee queue processing] end subgraph rs[Redis] ss[SET] end subgraph GitHub ghgq[GitHub GraphQL API] end subgraph Frontend Web UI rc[React] rx[Redux] end rc --> rx rx --> gq kq --> ss xs --> kq xs --> rd xs --> gh gq --> ts gq --> rd gh --> ghgq style ts fill:#7ed957,stroke:#000000 % Complete style rd fill:#7ed957,stroke:#000000 % Complete style gh fill:#7ed957,stroke:#000000 % Complete style ghgq fill:#7ed957,stroke:#000000 % Complete style ss fill:#7ed957,stroke:#000000 % Complete style gq fill:#f9a825,stroke:#000000 % In Progress style rc fill:#f9a825,stroke:#000000 % In Progress style rx fill:#f9a825,stroke:#000000 % In Progress style xs fill:#f9a825,stroke:#000000 % In Progress style kq fill:#f9a825,stroke:#000000 % In Progress subgraph MVP Status - Legend complete[Complete] in_progress[In Progress] outstanding[Outstanding] style complete fill:#7ed957,stroke:#000000 % Complete style in_progress fill:#f9a825,stroke:#000000 % In Progress style outstanding fill:#fb8a7b,stroke:#000000 % Outstanding end
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Status
Proof-of-Concept + MVP
Complete
In Progress
Bull queueKuebee-queue integrationOutstanding
Architecture Status
(Doesn't render well in GitHub's dark mode - apologies 🙇 - highlight to work-around)
The text was updated successfully, but these errors were encountered: