Skip to content

Commit bae1de0

Browse files
authored
Update README.md
1 parent f628f0a commit bae1de0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ This basic example illustrates a simple NodeJS [URL Table Engine](https://clickh
88
99
This example is designed to understand the underlying formats and unleash imagination for integrators.
1010

11+
```mermaid
12+
sequenceDiagram
13+
autonumber
14+
ClickHouse->>NodeJS: POST Request
15+
loop Javascript
16+
NodeJS->>NodeJS: INSERT
17+
end
18+
NodeJS-->>ClickHouse: POST Response
19+
ClickHouse->>NodeJS: GET Request
20+
loop Javascript
21+
NodeJS->>NodeJS: SELECT
22+
end
23+
NodeJS-->>ClickHouse: GET Response
24+
```
25+
1126
##### Features
1227
- [x] INSERT to JS array
1328
- [x] SELECT from JS array

0 commit comments

Comments
 (0)