Skip to content

L'abilità custom internal data ingestion and dashboard reporting tool.

License

Notifications You must be signed in to change notification settings

dvdmarchetti/abilita-reports

Repository files navigation

Installation

Clone the repository:

> git clone https://github.com/dvdmarchetti/abilita-reports.git
> cd abilita-reports
> cp .env.example .env

Edit .env file with the database settings and migrate the database schema and hook up a PHP server:

> php artisan migrate
> php artisan serve

You can run the dashboard with the integrated php server at http://localhost:8000/dashboard.

Data Ingestion

To import data first put the excel files in the storage/app/input folder. Then open up the dashboard and click the refresh button.

Any validation error during the import phase of the input data will be stored and reported in the dashboard.

Query Results

After the import phase is complete, you can query query results at http://localhost:8000/queries

About

L'abilità custom internal data ingestion and dashboard reporting tool.

Topics

Resources

License

Stars

Watchers

Forks