Go to file
2022-10-19 11:56:59 +03:00
clickhouse/docker-entrypoint-initdb.d bump fb 2022-09-08 12:24:12 +03:00
docs doc fix, update ui, add config for arm 2022-05-27 15:42:30 +03:00
e2e-test refactoring + fix e2e tests 2022-10-18 17:55:10 +03:00
fraudbusters-ui Update images 2022-03-10 13:45:07 +03:00
grafana Add new graf and fix user for CH 2020-07-08 13:27:05 +03:00
images Fix docs 2021-10-21 16:19:55 +03:00
keycloak Refactor change pass page 2022-04-29 09:32:01 +03:00
log-java refactoring + fix e2e tests 2022-10-18 17:55:10 +03:00
.gitignore Add to gitignore 2022-04-21 17:14:14 +03:00
docker-compose-arm.yml doc fix, update ui, add config for arm 2022-05-27 15:42:30 +03:00
docker-compose.yml bump fb 2022-09-08 12:24:12 +03:00
LICENSE Let's make it opensource 2020-07-10 19:49:51 +03:00
README.md doc fix, update ui, add config for arm 2022-05-27 15:42:30 +03:00

fraudbusters-compose

Topology

Fraudbusters is a central service that accepts templates from a management service and responds to inspection requests from external systems, for checks in black / white / named lists. Interacts with wb-list-manager based on protocol wb-list-proto also interacts with ClickHouse to collect aggregates and fill in the necessary audit data (JDBC). When analyzing the results, it enriches the data from the storage location service by ip addresses Columbus

alt text

Run

  1. docker-compose up -d - default configuration

1.2. docker-compose -f docker-compose.yml -f docker-compose-arm.yml up -d - configuration for ARM silicon

2.Simple use case

Service live at:

Stop

  1. docker-compose down

License

Apache 2.0 License.