Giter VIP home page Giter VIP logo

lila-fishnet's Introduction

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

Or creating an .env file with environment variables, for example:

cp .env.example .env

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

Run code format and auto code refactor with scalafmt & scalafix:

sbt prepare

release

sbt release with-defaults

lila-fishnet's People

Contributors

fitztrev avatar lenguyenthanh avatar masynchin avatar niklasf avatar ornicar avatar scala-steward avatar schlawg avatar srimethan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lila-fishnet's Issues

Remove munit use weaver instead

We use two test frame works munit and weaver. We use weaver because it is integrated better with cats-effect therefore supper useful for integration testing and it can handle normal unit tests as well.

It'd better to just use weaver to make our tests more consistent, and We don't have to think where to use what.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.