jlcd / kissmetrics-to-database
This package is abandoned and no longer maintained.
No replacement package was suggested.
Kissmetrics - S3 to Redshift
dev-master
2016-09-15 18:01 UTC
Requires
- php: >=7.0
- aws/aws-sdk-php: 3.19.*
- monolog/monolog: 1.21.*
- phpmailer/phpmailer: 5.2.8
- pimple/pimple: 3.0.*
- symfony/console: 3.1.*
- symfony/finder: 3.1.*
- vlucas/phpdotenv: ^2.3
This package is not auto-updated.
Last update: 2021-05-15 01:00:10 UTC
README
Import files from Kiss Metrics to a Red Shift instance
Dependencies
- PHP 7.0 and composer;
- S3 bucket configured as backup of your Kiss Metrics;
- Red Shift instance;
How to use this app
Follow this instructions to have this app running:
- Clone this repository into your server;
- Run
composer install
at the repository root; - Edit the
.env
file with your credentials; - You're ready!