Use cases for graph algorithms and graph data structures in finance and banking
I work in a bank and most data is in tabular format in relational databases. I have been reading about graph algorithms (page rank), graph libraries (spark graphx) and graph databases (neo4j). I would like to pick a use case from my field (finance). What use case would be suitable for graph algirithms and databases?
Topic graphs apache-spark neo4j
Category Data Science