Skip to content

Instantly share code, notes, and snippets.

View mypolopony's full-sized avatar

Selwyn-Lloyd McPherson mypolopony

View GitHub Profile

Whitespace Network Analyzer

A fast-ish, flexible-ish, and extensible-ish graph-based investigation tool built for Worldline data.

tl;dr (What You Can Do With It)

  • 🔎 Look up a person's connections using their SSN
    FindConnectionsCli: mvn exec:java -Dexec.mainClass="org.whitespace.FindConnectionsCli" -Dexec.args="901-NI-6283"
  • 🏢 Find employees of a business by name
    FindEmployeesCli (mvn exec:java -Dexec.mainClass="org.whitespace.FindEmployeesCli" -Dexec.args="TRANSOCEANIC SHIPPING")
#include <iostream>
#include <bsoncxx/builder/basic/document.hpp>
#include <bsoncxx/builder/basic/array.hpp>
#include <bsoncxx/builder/basic/kvp.hpp>
#include <bsoncxx/json.hpp>
#include <bsoncxx/types.hpp>
#include <mongocxx/client.hpp>
#include <mongocxx/instance.hpp>