Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup examples and prepare them to be used on landing page #955

Merged
merged 1 commit into from
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:[email protected]:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
MYSQL_DATABASE_URL: mysql://mysql:[email protected]:${{ 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
Loading