https://github.com/code-rhapsodie/dataflow-example
Dataflow example Symfony project
https://github.com/code-rhapsodie/dataflow-example
Last synced: 8 months ago
JSON representation
Dataflow example Symfony project
- Host: GitHub
- URL: https://github.com/code-rhapsodie/dataflow-example
- Owner: code-rhapsodie
- License: mit
- Created: 2019-10-08T13:02:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T16:00:57.000Z (over 6 years ago)
- Last Synced: 2025-09-07T21:45:00.012Z (9 months ago)
- Language: PHP
- Homepage: http://dataflow.ovh
- Size: 25.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Rhapsodie Dataflow example
## Requirements
* A SGDB server (MySQL, MariaDB, or other...).
* PHP 7.1+
* composer
## Install
Clone this repository or download an archive.
Open your favorite terminal, and go into `dataflow-example` folder.
Execute this command to install all vendor dependencies :
```shell script
$ php composer install -o
```
## Configure
Add `.env.local` at the root of the project with the configuration for connecting to the databases.
## Dump the SQL query
Execute this command to dump all necessary SQL queries:
```shell script
$ php bin/console code-rhapsodie:dataflow:dump-schema --update
```
Execute queries on your databases.
## Try
Now you can use all command to try Dataflow bundle.