Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

TimurSultanov/client-data-collctor

Repository files navigation

Description

The application represents a simple data collector.

The data is collected from several sources, combined and send to storage.

There is only one entry point: symfony console command app:user:collect

Prerequisites

Run application

docker compose build --pull --no-cache
docker compose up -d
docker compose exec php composer install

Run tests

docker compose exec php bin/phpunit

Cron job configuration

* * * * * /var/www/bin/console app:user:collect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published