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 b9b47f856c713f70642d91afaf3a6da4802922c5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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.

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

Expand Down