File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ curl -X POST -d "SELECT 'hello', version()" "http://localhost:9999/?default_form
71
71
}
72
72
` ` `
73
73
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! _
75
77
76
78
` ` ` sql
77
79
D LOAD json;
@@ -92,6 +94,19 @@ D SELECT * FROM read_json_auto('http://localhost:9999/?q=SELECT version()');
92
94
└─────────────┘
93
95
` ` `
94
96
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
+
95
110
< br>
96
111
97
112
# ## API Documentation
You can’t perform that action at this time.
0 commit comments