Skip to content

Yleisradio/yle-esports-ebot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBot-api

Rest api for eBot-CSGO database.

Rest api is read only and a subset of data from eBot database, meant for external partners to use match data during or after tournaments.

Highly recommended to use read slave(mysql) for the api. We used Amazon RDS, read more how to set up RDS slave with onsite cluster

Read more about eBot here https://github.com/deStrO/eBot-CSGO.

Usage

Run the application locally

Start mysql as docker container first

cd docker && ./start_mysql.sh

Start application in dev env:

lein ring server

Run the tests

lein test

Packaging and running as standalone jar for production

lein clean, ring uberjar
java -jar target/server.jar

Packaging as war

lein ring uberwar

License

Copyright © Yleisradio

The MIT License (MIT)

Releases

No releases published

Packages

No packages published