fraudbusters-mg-connector/README.md

23 lines
725 B
Markdown
Raw Normal View History

2020-06-29 10:10:27 +00:00
# fraudbusters-mg-connector
2020-06-30 07:04:00 +00:00
Service for stream process mg-event-sink to local fraud model.
#### Stream topic scheme
![alt text](images/fb_mg_connector_scheme.png)
2022-02-01 08:07:23 +00:00
Service read data from mg-event-sink using protocol [machinegun_proto](https://github.com/valitydev/machinegun_proto/blob/master/proto/event_sink.thrift).
2020-06-30 07:04:00 +00:00
Find need events:
- chargeback (with statuses - accepted, rejected, cancelled)
- refund (with statuses - succeeded, failed)
- payment (with statuses - processed, captured, cancelled, failed)
2022-02-01 08:07:23 +00:00
Map to local fraudbusters model [fraudbusters_proto](https://github.com/valitydev/fraudbusters-proto/blob/master/proto/fraudbusters.thrift) and split to topics by events type
2020-06-30 07:04:00 +00:00
- chargeback
- refund
- payment