Commit 892463d
authored
feat(flow-php/web): playground examples read from shared datasets (#2579)
- ship orders.xlsx, orders.floe and partitioned CSVs
- move every example off per-example input/ folders
- add Floe reading and writing examples1 parent 9563aa8 commit 892463d
50 files changed
Lines changed: 231 additions & 64 deletions
File tree
- web/landing
- assets/wasm/data
- partitioned
- color=blue/sku=A
- color=green/sku=A
- color=red
- sku=A
- sku=B
- content/examples/topics
- data_frame
- data_reading
- csv
- input
- excel
- input
- floe
- jsonl/input
- json/input
- parquet
- input
- data_writing
- floe
- overwrite
- input
- partitioning
- partition_pruning
- path_partitions
- input
- color=blue/sku=A
- color=green/sku=A
- color=red
- sku=A
- sku=B
- reading/basic
- input
- color=blue/sku=A
- color=green/sku=A
- color=red
- sku=A
- sku=B
- schema/inferring
- input
- src/Flow/Website/StaticSourceProvider
- templates/playground
- tests/Flow/Website/Tests
- Fixtures/WithDataFiles/topics/data_topic
- option_example
- option_1
- input/nested
- plain_example
- input
- Integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Binary file not shown.
0 commit comments