Skip to content

fractalliter/eu_taxonamy

Repository files navigation

EU Taxonomy Navigator

Python Flask project with graphql and neo4j database, a graph representation of EU Taxonomy Navigator

How to run

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

Deploy

You need to have Docker installed on your machine.

docker compose up -d

Flow

  1. Send a request to /populate endpoint to integrate data for EU Taxonamy objectives.
  2. Go to /graphql url on your browser and execute queries.

TODO

  • Add unit and integration tests
  • Introduce more environment variables
  • Add documents
  • Add CI

Releases

No releases published

Packages

No packages published