Skip to content

icehockeystar/bayes-dota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bayes-dota

This is the task.

Additional information

  • I didn't finish the damage part of the task due to lack of time.

Building & running

Build and run the application either from your favorite IDE or from the command line with command. mvn spring-boot:run

Ingestion

When you ingest with the command curl -i -H "Content-Type: text/plain" -d @combatlog_1.txt http://localhost:8080/api/match pay attention that match id will be returned in the response as a next sequence number in the database. Meaning match_id may differ from the value 1.

After ingestion you can check the data in the db under http://localhost:8080/h2-console/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages