API of belgian companies based on public OpenData from the Banque Carrefour of Belgian government.
https://economie.fgov.be/sites/default/files/Files/Entreprises/BCE/Cookbook-BCE-Open-Data.pdf
This API is a simple way to get expose from the Banque Carrefour of Belgian government and from the Open Data Wallonia-Brussels regarding the subsidies.
- Clone this repository ;
- Get the data from the Banque Carrefour of Belgian government and put it in the
csv
folder ; - Get the data from ODWB regarding the subsidies and put it in the
csv
folder ; - Run the notebook
./notebooks/bce-prepare-data.ipynb
to prepare the data ; - Run the notebook
./notebooks/subsidies-prepare-data.ipynb
to prepare the data ; - Run
php artisan serve
to start the API on port8000
;