This document introduces VenmoPlus.com, a service that allows users to explore their Venmo payment network. It discusses some of the challenges in building the system, including calculating graph distances and querying connections in real time for a network with 5 million users and over 88 million payment transactions. The solution uses two databases - Redis to store the graph data for fast updates and traversal, and Elasticsearch for storing transaction data and full-text search capabilities. Spark is used to distribute the ETL processing between these databases.