Odeuropa / explorer

Exploratory Search Engine for Odeuropa
https://explorer.odeuropa.eu
Apache License 2.0
2 stars 0 forks source link
exploratory-search linked-data nextjs sparqlwrapper

Odeuropa Explorer

About

Repository for Odeuropa Explorer with configuration files for D2KLab/explorer.

Requirements

How to run

git clone https://github.com/Odeuropa/explorer
cd explorer
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
docker-compose -f docker-compose.yml -f docker-compose.prod.yml build --no-cache
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up --build --force-recreate -d

How to clear redis cache

Sometimes clearing the redis cache might be required if the Knowledge Graph has been recently updated. This can be done using the following command:

docker-compose exec redis redis-cli flushall

License

Odeuropa Explorer is Apache licensed.