Contribute Media
A thank you to everyone who makes this possible: Read More

Scaling Graph Computations with Online Algorithms

Description

There are a lot of ways to represent graphs, and a lot of interfaces and techniques for scaling them. We'll address how you might scale arbitrary operations on graphs by implementing a data stream that allows you to do your computations online.

Details

Improve this page