Skip to content

Commit

Permalink
Cleanup examples and prepare them to be used on landing page (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech authored Feb 3, 2024
1 parent 4b38090 commit 548fe31
Show file tree
Hide file tree
Showing 85 changed files with 209 additions and 314,732 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,6 @@ jobs:
PGSQL_DATABASE_URL: postgresql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
MYSQL_DATABASE_URL: mysql://mysql:mysql@127.0.0.1:${{ job.services.mysql.ports[3306] }}/mysql
FLOW_LOCAL_FILESYSTEM_CACHE_DIR: "./var/cache/${{ matrix.php-version }}-${{ matrix.dependencies }}"

- name: "Run Examples"
run: "php examples/run.php"
10 changes: 0 additions & 10 deletions examples/README.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php declare(strict_types=1);

if (!($_ENV['FLOW_PHAR_APP'] ?? false)) {
require __DIR__ . '/../vendor/autoload.php';
}

\ini_set('memory_limit', -1);
23 changes: 0 additions & 23 deletions examples/bootstrap.php

This file was deleted.

32,446 changes: 0 additions & 32,446 deletions examples/data/annual-enterprise-survey-2019-financial-year-provisional.csv

This file was deleted.

Binary file removed examples/data/dataset_100k.parquet
Binary file not shown.
Binary file removed examples/data/dataset_10k.parquet
Binary file not shown.
39 changes: 0 additions & 39 deletions examples/data/extractor.php

This file was deleted.

Loading

0 comments on commit 548fe31

Please sign in to comment.