Data loader and search API for french training organizations.
467
Data loader and search API for french training organizations.
See the official dataset documentation for field explanation.
OFSearch requires Python 3
pip install -e .
ofsearch -v load ListeOF_20161116.xlsx
ofsearch serve
The full API Documentation is available on a Heroku deployed instance
curl -s http://localhost:8888/organizations/?q=wit | jq
curl -s http://localhost:8888/organizations/SIREN | jq
curl -s http://localhost:8888/specialties/ | jq
Build image with:
docker build -t etalab/ofsearch .
or use the prebuilt image from Docker Hub:
docker pull etalab/ofsearch
Load data using:
docker run -it etalab/ofsearch load https://www.data.gouv.fr/s/resources/url/to/file.xlsx
You can know serve the data with:
docker run -it etalab/ofsearch
Content type
Image
Digest
Size
37.1 MB
Last updated
almost 10 years ago
docker pull noirbizarre/ofsearch