Input mapping library for Docker Runner and Sandbox Loader. Library processes input mapping, exports data from Storage tables into CSV files and files from Storage file uploads. Exported files are stored in local directory.
Create .env.local
file from this .env
template and fill the missing envs:
cp .env .env.local
To run Synapse tests, set RUN_SYNAPSE_TESTS=1
and supply a Storage API token to a project with Synapse backend. Synapse tests are by default skipped (unless the above env is set).
Run test suite:
composer ci
MIT licensed, see LICENSE file.