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.
You will need:
- Docker
- Docker Compose (included with Docker Desktop on Windows and macOS)
You can start everything using Docker Compose:
docker-compose build
docker-compose up