Skip to content

Commit 1cc0a07

Browse files
authored
Update README.md
1 parent 28ec7d6 commit 1cc0a07

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ curl -X POST -d "SELECT 'hello', version()" "http://localhost:9999/?default_form
7171
}
7272
```
7373
74-
👉 You can also have DuckDB instances query each other and... _themselves!_
74+
#### 👉 CROSS-OVER EXAMPLES
75+
76+
👉 You can now have DuckDB instances query each other and... _themselves!_
7577
7678
```sql
7779
D LOAD json;
@@ -92,6 +94,19 @@ D SELECT * FROM read_json_auto('http://localhost:9999/?q=SELECT version()');
9294
└─────────────┘
9395
```
9496
97+
#### Flock Macro by @carlopi
98+
Check out this flocking macro from fellow _Italo-Amsterdammer_ @carlopi @ DuckDB Labs
99+
100+
![image](https://github.com/user-attachments/assets/b409ec0e-86e0-4a8d-822c-377ddbae524d)
101+
102+
* a DuckDB CLI, running httpserver extension
103+
* a DuckDB from Python, running httpserver extension
104+
* a DuckDB from the Web, querying all 3 DuckDB at the same time
105+
106+
<br>
107+
108+
<hr>
109+
95110
<br>
96111
97112
### API Documentation

0 commit comments

Comments
 (0)