Skip to content

graphaware/hume-workshop-sep-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hume Workshop 2021

Requirements

Laptop with minumum 6GB of RAM dedicated to the Docker engine ( MAC -> https://docs.docker.com/desktop/mac/#resources, Windows -> https://docs.docker.com/desktop/windows/#resources)

Installation

  1. Clone this repository
  2. Login with your docker credentials docker login docker.graphaware.com

This package contains the following softwares :

  • Neo4j Enterprise Edition
  • Hume Core
  • Elasticsearch and Kibana

Trying to launch all the above at the same time could be problematic depending on your laptop hardware.

Launch first the Neo4j containers:

docker-compose --profile neo4j up -d

Monitor the logs until there is no more activity , CTRL-C for exiting logs

docker-compose logs --tail 100 -f

Launch then the Hume containers:

docker-compose --profile hume up -d

Hume and Neo4j will be up and running :

  • Hume : localhost:8081 , login : [email protected] / password : password
  • Neo4j : localhost:7474, login : neo4j / password : password

Neo4j and Hume will be populated with the movies graph.

Optionally launch the Elasticsearch and Kibana containers:

docker-compose --profile elastic up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages