Skip to content

Commit ed96a0b

Browse files
author
flow-php
committed
1 parent bc600f1 commit ed96a0b

File tree

59 files changed

+2364
-2361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2364
-2361
lines changed

changelog/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ <h3>Changed</h3>
308308
<h3>Fixed</h3>
309309
<ul>
310310
<li>
311+
<a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/commit/8bffbe4b1480b61efccd823c9b78d261eda97565">8bffbe</a> - <strong>broken documentation paths</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a>
312+
</li>
313+
<li>
311314
<a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1274">#1274</a> - <strong>Fixed schema inferring when first rows are null</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a>
312315
</li>
313316
<li>

documentation/components/adapters/avro.md/index.html renamed to documentation/components/adapters/avro/index.html

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<meta name="twitter:description" content="">
1414

1515
<meta property="og:type" content="website" />
16-
<meta property="og:url" content="https://flow-php.com/documentation/components/adapters/avro.md" />
16+
<meta property="og:url" content="https://flow-php.com/documentation/components/adapters/avro" />
1717
<meta property="og:image" content="https://flow-php.com/assets/images/banner-a491e037b6fca6069571c39eb216acc9.png" />
1818
<meta property="og:image:type" content="image/svg+xml" />
1919
<meta property="og:image:alt" content="Flow PHP - Unified data processing framework" />
2020

2121
<meta name="google-adsense-account" content="ca-pub-2364202911639369">
2222

2323
<meta name="twitter:card" content="summary_large_image">
24-
<meta property="twitter:url" content="https://flow-php.com/documentation/components/adapters/avro.md" />
24+
<meta property="twitter:url" content="https://flow-php.com/documentation/components/adapters/avro" />
2525
<meta name="twitter:image" content="https://flow-php.com/assets/images/banner-a491e037b6fca6069571c39eb216acc9.png">
2626
<meta name="twitter:site" content="@norbert_tech" />
2727
<meta name="twitter:creator" content="@norbert_tech" />
@@ -161,10 +161,10 @@ <h1>Documentation</h1>
161161
<a href="/documentation">Introduction</a>
162162
</li>
163163
<li>
164-
<a href="/documentation/installation.md">Installation</a>
164+
<a href="/documentation/installation">Installation</a>
165165
</li>
166166
<li>
167-
<a href="/documentation/quick-start.md">Quick Start</a>
167+
<a href="/documentation/quick-start">Quick Start</a>
168168
</li>
169169
<li>
170170
<a href="/documentation/dsl#dsl-functions">DSL References</a>
@@ -176,7 +176,7 @@ <h1>Documentation</h1>
176176
<a rel="noopener noreferrer" target="_blank" href="https://github.com/orgs/flow-php/projects/1">Project Roadmap</a>
177177
</li>
178178
<li>
179-
<a href="/documentation/contributing.md">Contributing</a>
179+
<a href="/documentation/contributing">Contributing</a>
180180
</li>
181181
<li>
182182
<a rel="noopener noreferrer" target="_blank" href="https://discord.gg/5dNXfQyACW">Discord Server</a>
@@ -185,131 +185,131 @@ <h1>Documentation</h1>
185185
<h2>Core</h2>
186186
<ul>
187187
<li>
188-
<a href="/documentation/components/core/core.md">Data Frame</a>
188+
<a href="/documentation/components/core/core">Data Frame</a>
189189
<ul>
190190
<li>
191-
<a href="/documentation/components/core/building-blocks.md">Building Blocks</a>
191+
<a href="/documentation/components/core/building-blocks">Building Blocks</a>
192192
</li>
193193
<li>
194-
<a href="/documentation/components/core/select-drop.md">Select/Drop</a>
194+
<a href="/documentation/components/core/select-drop">Select/Drop</a>
195195
</li>
196196
<li>
197-
<a href="/documentation/components/core/rename.md">Rename</a>
197+
<a href="/documentation/components/core/rename">Rename</a>
198198
</li>
199199
<li>
200-
<a href="/documentation/components/core/map.md">Map</a>
200+
<a href="/documentation/components/core/map">Map</a>
201201
</li>
202202
<li>
203-
<a href="/documentation/components/core/filter.md">Filter</a>
203+
<a href="/documentation/components/core/filter">Filter</a>
204204
</li>
205205
<li>
206-
<a href="/documentation/components/core/error-handling.md">Error Handling</a>
206+
<a href="/documentation/components/core/error-handling">Error Handling</a>
207207
</li>
208208
<li>
209-
<a href="/documentation/components/core/join.md">Join</a>
209+
<a href="/documentation/components/core/join">Join</a>
210210
</li>
211211
<li>
212-
<a href="/documentation/components/core/until.md">Until</a>
212+
<a href="/documentation/components/core/until">Until</a>
213213
</li>
214214
<li>
215-
<a href="/documentation/components/core/sort.md">Sort</a>
215+
<a href="/documentation/components/core/sort">Sort</a>
216216
</li>
217217
<li>
218-
<a href="/documentation/components/core/display.md">Display</a>
218+
<a href="/documentation/components/core/display">Display</a>
219219
</li>
220220
<li>
221-
<a href="/documentation/components/core/limit.md">Limit</a>
221+
<a href="/documentation/components/core/limit">Limit</a>
222222
</li>
223223
<li>
224-
<a href="/documentation/components/core/schema.md">Schema</a>
224+
<a href="/documentation/components/core/schema">Schema</a>
225225
</li>
226226
<li>
227-
<a href="/documentation/components/core/group-by.md">Group By</a>
227+
<a href="/documentation/components/core/group-by">Group By</a>
228228
<ul>
229229
<li>
230-
<a href="/documentation/components/core/aggregations.md">Aggregations</a>
230+
<a href="/documentation/components/core/aggregations">Aggregations</a>
231231
</li>
232232
</ul>
233233
</li>
234234
<li>
235-
<a href="/documentation/components/core/window-functions.md">Window Functions</a>
235+
<a href="/documentation/components/core/window-functions">Window Functions</a>
236236
</li>
237237
</ul>
238238
</li>
239239
<li>
240-
<a href="/documentation/components/cli/docs.md">CLI</a>
240+
<a href="/documentation/components/cli/docs">CLI</a>
241241
</li>
242242
</ul>
243243
<h2>Adapters</h2>
244244
<ul>
245245
<li>
246-
<a href="/documentation/components/adapters/chartjs.md">ChartJS</a>
246+
<a href="/documentation/components/adapters/chartjs">ChartJS</a>
247247
</li>
248248
<li>
249-
<a href="/documentation/components/adapters/csv.md">CSV</a>
249+
<a href="/documentation/components/adapters/csv">CSV</a>
250250
</li>
251251
<li>
252-
<a href="/documentation/components/adapters/doctrine.md">Doctrine</a>
252+
<a href="/documentation/components/adapters/doctrine">Doctrine</a>
253253
</li>
254254
<li>
255-
<a href="/documentation/components/adapters/elasticsearch.md">Elastic Search</a>
255+
<a href="/documentation/components/adapters/elasticsearch">Elastic Search</a>
256256
</li>
257257
<li>
258-
<a href="/documentation/components/adapters/google-sheet.md">Google Sheets</a>
258+
<a href="/documentation/components/adapters/google-sheet">Google Sheets</a>
259259
</li>
260260
<li>
261-
<a href="/documentation/components/adapters/http.md">HTTP</a>
261+
<a href="/documentation/components/adapters/http">HTTP</a>
262262
</li>
263263
<li>
264-
<a href="/documentation/components/adapters/json.md">Json</a>
264+
<a href="/documentation/components/adapters/json">Json</a>
265265
</li>
266266
<li>
267-
<a href="/documentation/components/adapters/logger.md">Logger</a>
267+
<a href="/documentation/components/adapters/logger">Logger</a>
268268
</li>
269269
<li>
270-
<a href="/documentation/components/adapters/meilisearch.md">MeiliSearch</a>
270+
<a href="/documentation/components/adapters/meilisearch">MeiliSearch</a>
271271
</li>
272272
<li>
273-
<a href="/documentation/components/adapters/parquet.md">Parquet</a>
273+
<a href="/documentation/components/adapters/parquet">Parquet</a>
274274
</li>
275275
<li>
276-
<a href="/documentation/components/adapters/text.md">Text</a>
276+
<a href="/documentation/components/adapters/text">Text</a>
277277
</li>
278278
<li>
279-
<a href="/documentation/components/adapters/xml.md">XML</a>
279+
<a href="/documentation/components/adapters/xml">XML</a>
280280
</li>
281281
</ul>
282282
<h2>Libraries</h2>
283283
<ul>
284284
<li>
285-
<a href="/documentation/components/libs/filesystem.md">Filesystem</a>
285+
<a href="/documentation/components/libs/filesystem">Filesystem</a>
286286
</li>
287287
<li>
288-
<a href="/documentation/components/libs/array-dot.md">Array Dot</a>
288+
<a href="/documentation/components/libs/array-dot">Array Dot</a>
289289
</li>
290290
<li>
291-
<a href="/documentation/components/libs/azure-sdk.md">Azure SDK</a>
291+
<a href="/documentation/components/libs/azure-sdk">Azure SDK</a>
292292
</li>
293293
<li>
294-
<a href="/documentation/components/libs/doctrine-dbal-bulk.md">Doctrine DBAL Bulk</a>
294+
<a href="/documentation/components/libs/doctrine-dbal-bulk">Doctrine DBAL Bulk</a>
295295
</li>
296296
<li>
297-
<a href="/documentation/components/libs/parquet.md">Parquet</a>
297+
<a href="/documentation/components/libs/parquet">Parquet</a>
298298
</li>
299299
<li>
300-
<a href="/documentation/components/libs/parquet-viewer.md">Parquet Viewer</a>
300+
<a href="/documentation/components/libs/parquet-viewer">Parquet Viewer</a>
301301
</li>
302302
<li>
303-
<a href="/documentation/components/libs/snappy.md">Snappy</a>
303+
<a href="/documentation/components/libs/snappy">Snappy</a>
304304
</li>
305305
</ul>
306306
<h2>Bridges</h2>
307307
<ul>
308308
<li>
309-
<a href="/documentation/components/bridges/filesystem-azure-bridge.md">Filesystem Azure</a>
309+
<a href="/documentation/components/bridges/filesystem-azure-bridge">Filesystem Azure</a>
310310
</li>
311311
<li>
312-
<a href="/documentation/components/bridges/monolog-http-bridge.md">Monolog Http</a>
312+
<a href="/documentation/components/bridges/monolog-http-bridge">Monolog Http</a>
313313
</li>
314314
</ul>
315315

@@ -318,7 +318,7 @@ <h2>Bridges</h2>
318318
<h1>Avro Adapter</h1>
319319
<ul>
320320
<li>
321-
<a href="../../introduction.md">⬅️️ Back</a>
321+
<a href="../../introduction">⬅️️ Back</a>
322322
</li>
323323
</ul>
324324
<p>Avro integration was temporarily abandoned due to the lack of availability of good libraries for PHP.

0 commit comments

Comments
 (0)