注册
登录
ETL
>>
aws-neptune-aml
>>
返回
项目作者:
geeknam
项目描述 :
Personal take on GraphDB + AML with AWS Neptune + Glue + Lambda.
高级语言:
Python
项目主页:
项目地址:
git://github.com/geeknam/aws-neptune-aml.git
创建时间:
2018-11-03T14:02:23Z
项目社区:
https://github.com/geeknam/aws-neptune-aml
开源协议:
下载
Overview
This project explores the use case of anti-money laundering / fraud detection using Graph Databases
Data set has been obtained from Kaggle:
https://www.kaggle.com/ntnu-testimon/paysim1
Aims to create an end to end solution from cloud architecture to application / api
Project Structure
app: Application / API source code. Runtime python2.7 on AWS Lambda + AWS API Gateway
data: data source, data collection
etl: ETL code running on AWS Glue
infra: Infrastructure as Code to spin up all resources in AWS using Cloudformation
Event Driven ETL Architecture