In this repository, we process French funding data by adding information about partner organizations and affiliated persons.
To use it, first, create a .env
file in the root directory and add authorization access. Then, there are three options:
Run the notebook with all the details of the code, step by step. When using the Jupyter notebook, select the data source (ex: ANR, ANSES...) at the beginning, and then execute each cell to obtain a standardized format for one source at a time.
- In an IDE, execute:
python projects_partners_flask_app.py
- Then, execute the process at
http://127.0.0.1:5000/process?source=
+ the data source (ex: ANR, ANSES...). - When the process is over, you can update the new projects or partners with:
http://127.0.0.1:5000/update/project?source=
+ the data source (ex: ANR, ANSES...)- example:
curl -X POST "http://127.0.0.1:5000/update/project?source=ANSES"
- example:
http://127.0.0.1:5000/update/partner?source=
+ the data source (ex: ANR, ANSES...)- example:
curl -X POST "http://127.0.0.1:5000/update/partner?source=ANSES"
- example:
- blabla