Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.57 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.57 KB

🔍 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