Git Product home page Git Product logo

nebula's Introduction

Nebula "星云"业务风控系统

系统说明

该系统目前定位为解决以下业务风控核心问题。

恶意注册(Account Abuse)
账号被盗(Account Takeover)
内容欺诈(Content Abuse)

系统架构:

 

系统组件:

 

工作方式:

 

项目说明

目录结构

  db/                     #mysql初始化表  
  fakedata/               #伪造的用户登录日志(测试用)  
  go/  
    src/  
      /malicious_prevent  
        /automate         #风险决策控制模块  
        /mpevents         #业务接口分发模块  
        /rulengine        #数据计算模块:风险规则+风险评分  
        ...               #数据处理后台主逻辑  
  management/             #运营管理系统(flask+nginx,前后端分离)  
    app/                  #flask接口  
    config/               #nginx配置示例  
    loginapp/             #登录系统  
    static/               #html、js、css
    debug.py              

项目部署

  • 部署mysql、mongodb、redis
  • mysql db初始化(db模块), monodb日志数据生成(fakedata模块)
  • gulp打包界面模块
  • 部署nginx
  • 启动运营管理平台python management/debug.py,配置风控决策
  • \malicious_prevent:go test

TODO

  • 风险规则因子提取、风险规则制定
  • 风险等级评分逻辑
  • 管理平台完善

   

nebula's People

Contributors

imakaka avatar

Watchers

 avatar  avatar

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.