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.

Note

We no longer host the Card fraud app on https://cardfraud.memgraph.com/. You can still check out this project to learn how to build an app with Memgraph.

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