Skip to content

lpriyasivakumar/lila-fishnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lila Fishnet

Proxy between lila and fishnet move clients

lila <-> redis <-> lila-fishnet <- http <- fishnet-clients

Developement

Start:

sbt

Start with default config:

sbt app/run

Use environment variables to start with custom config (redis.host and kamon for example):

REDIS_HOST=redis KAMON_ENABLED=true CONFIG_FORCE_kamon_influxdb_port=8888 sbt app/run

For other config check AppConfig.scala

Run all tests (required Docker for IntegrationTest):

sbt app/test

Run a single test:

sbt app/testOnly lila.fishnet.ExecutorTest

Format:

sbt scalafmtAll

About

Proxy between lila and fishnet move clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 98.2%
  • Shell 1.8%