Docker implementation of Cognitive Atlas with neo4j and django
1.3K
Django application and containers for Spark and Neo4j to serve the Cognitive Atlas and manage development.
This project uses docker and docker-compose:
Docker: https://docs.docker.com/installation/
Docker Compose: https://docs.docker.com/compose/install/
Docker file for neo4j taken from https://github.com/kbastani/docker-neo4j and modified to do some data imports.
Add MAKE_DEFAULT_USER=True to the .env file in the root of the project. The user specificed in scripts/create_superuser.py will then be created on startup of the uwsgi container.
The import contianer looks for an environment variable named MYSQL_DUMP and uses its value as the sql dump file to import into mysql. This variable should be defined in .env. The users will be imported when the import container is started. It should be started with docker-compose using the docker-compose-import.yml config file.
Content type
Image
Digest
Size
422.2 MB
Last updated
over 8 years ago
docker pull rwblair/cogat