mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-06-28 06:41:41 +00:00
ced781bba21ba22d7fd06718d19465824feaff78
I'm tired of ORM and would like to write clear sql requests. The following wrappers were checked: * doobie - cats api which is useless in this project * scalike - can't work with sqlite at all * anorm - awful api * something also Anorm fits more than any other my criteria so I migrated to it with native hikaricp usage
FFXIV BiS
Service which allows managing savage loot distribution easy.
Installation and usage
In general compilation process looks like:
sbt dist
Or alternatively you can download the latest distribution zip from the releases page. Service can be run by using command:
bin/ffxivbis
from the extracted archive root.
Web service
REST API documentation is available at http://0.0.0.0:8000/swagger
. HTML representation is available at http://0.0.0.0:8000
.
Note: host and port depend on configuration settings.
Public service
There is also public service which is available at http://ffxivbis.arcanis.me.
Description
Languages
Scala
78.8%
HTML
19.5%
JavaScript
1.1%
Python
0.4%
Makefile
0.2%