Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updates
  • Loading branch information
jeffreyaven committed Feb 6, 2025
commit 494d0034d39feae60177ceb743c4e02b172d46c5
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The StackQL middleware server enables clients to query api backends using a natu

Results can be operated on using SQL functions and operators (including grouping, windowing, and aggregation functions) and then returned to the client as a JSON response. The following architecture diagram illustrates the StackQL middleware server's components.

### Context Diagram

```mermaid
flowchart TB;
user["User or UserAgent"] -->|submits queries| api["stackql API (Deno Oak)"];
Expand Down