Python Flask project with graphql and neo4j database, a graph representation of EU Taxonomy Navigator
You can run this application with Python and deploy it as a whole software via Docker.
Python:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
flask --app app run
You need to have Docker installed on your machine.
docker compose up -d
- Send a request to
/populate
endpoint to integrate data for EU Taxonamy objectives. - Go to
/graphql
url on your browser and execute queries.
- Add unit and integration tests
- Introduce more environment variables
- Add documents
- Add CI