There are two parts of the program:
-
Search and view information about conferences, meetups, talks and speakers
-
Guess the Speaker game
Information and statistics of conferences, meetups, talks, speakers:
Statistics page contains OLAP cubes for event types, speakers and companies:
3D visualization of OLAP cube:
You need to guess the speaker, talk, company or tag cloud in the game:
-
Install Java SE 21 or higher (JRE or JDK)
-
Extract files from ZIP, for example:
unzip guess-game-<version>.zip
-
Change directory:
cd guess-game-<version>
-
Run:
runme.bat
(Windows)
runme.sh
(macOS or Linux) -
Access the running web application at:
-
Open Releases page
-
Choose latest version
-
Download
guess-game-<version>.zip
file
-
Install Java SE 21 or higher (JDK)
-
Install Apache Maven 3.9.0 or higher
-
From the command line with Maven (in the root directory):
mvn clean package -DskipTests
-
Change directory:
cd guess-game-distrib/target
-
Find distribution file:
guess-game-<version>.zip