Skip to content

The MeMAD Exploratory Search Engine powered by the MeMAD Knowledge Graph

License

Notifications You must be signed in to change notification settings

MeMAD-project/explorer

Repository files navigation

MeMAD Explorer

About

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

Requirements

How to run

  • Download this repository:
git clone https://github.com/MeMAD-project/explorer
cd explorer
  • Copy the file .env.default into a new file called .env and edit the variables based on your environment.

  • Start in development mode:

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
  • Start in production mode:
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up

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

MeMAD Explorer is Apache licensed.

About

The MeMAD Exploratory Search Engine powered by the MeMAD Knowledge Graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published