GitHub / matchID-project / backend
Backend (Docker & API) for matchID project
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/matchID-project%2Fbackend
Stars: 11
Forks: 14
Open issues: 34
License: lgpl-3.0
Language: Python
Size: 9.98 MB
Dependencies parsed at:
39
Created at: over 7 years ago
Updated at: 10 days ago
Pushed at: 10 days ago
Last synced at: 6 days ago
Topics: deduplication, elasticsearch, entity-resolution, machine-learning, networkx, pandas, record-linkage
.github/workflows/deploy.yml
actions
- actions/checkout v1 composite
.github/workflows/pull.yml
actions
- actions/checkout v1 composite
.github/workflows/push.yml
actions
- actions/checkout v1 composite
Dockerfile
docker
- base latest build
- production latest build
- python 3.9-slim-bookworm build
- docker.elastic.co/elasticsearch/elasticsearch ${ES_VERSION}
- kibana ${ES_VERSION}
- postgres latest
docker-compose-dev.yml
docker
docker-compose.yml
docker
- ${DOCKER_USERNAME}/${DC_PREFIX}-${APP}${DC_POSTFIX} ${APP_VERSION}
requirements.txt
pypi
- Flask *
- Werkzeug ==3.0.3
- blake3 *
- boto3 *
- elasticsearch ==7.17.7
- enum34 *
- flask-login *
- flask_restx *
- fuzzywuzzy *
- geopy *
- jellyfish *
- networkx *
- nltk *
- numpy ==1.26.4
- pandas ==1.5.3
- psycopg2-binary *
- pyyaml *
- rauth *
- redisearch *
- rsa >=4.7
- scikit-learn *
- simplejson *
- smart-open ==4.2.0
- sqlalchemy *
- tslib *
- typing *
- zipp >=3.19.1