Go to file
2021-10-04 17:09:15 +03:00
build_utils@5cb25f049c Switch to docker hub (#29) 2020-07-10 17:37:11 +03:00
images Fix readme (#17) 2019-12-04 14:11:34 +03:00
src refactor kafka test 2021-10-04 17:09:15 +03:00
.DS_Store Emulate data sets (#93) 2021-08-31 15:30:32 +03:00
.gitignore All files 2019-04-18 17:34:18 +03:00
.gitmodules Add dao logic for wbList 2019-04-18 11:34:00 +03:00
Jenkinsfile up java 15 2021-09-30 15:37:16 +03:00
LICENSE Let's make it opensource 2019-09-20 00:08:28 +03:00
pom.xml up test to junit5 2021-09-30 17:31:38 +03:00
README.md Epic/swag test (#87) 2021-08-03 12:02:35 +03:00

Fraudbusters Management

Service for managing antifraud patterns and black/white/name lists

Provides a swagger interface for creating, deleting and modifying templates, as well as managing groups and bundles of patterns. Also provides a swagger interface for creating, deleting and reading black / white / name lists.

Service Interaction Topology.

The service interacts with fraudbusters and wb-list-manager through the kafka topics using the following protocols, respectively

alt text

Build

mvn clean package

Start

java -jar target/fraudbusters-management.jar

http://localhost:8080/fb-management/v1/swagger-ui.html#/

License

Apache 2.0 License.