Skip to content

memgraph/card-fraud

Repository files navigation

🔍 Credit Card Fraud Demo 🔍

license build

Follow @memgraphdb Discord

A web application with backend in Flask and frontend in JavaScript and D3.js that uses Memgraph to analyze credit card transactions. The dataset is randomly generated each time the app is started.

Data model

memgraph-tutorial-credit-card-fraud-data-model

Prerequisites

You will need:

Running the app

You can start everything using Docker Compose:

docker-compose build
docker-compose up