This document summarizes a presentation given by Nesreen K. Ahmed on graph sampling techniques. It discusses previous work on sampling large graphs to estimate properties like triangle counts. Existing methods either require multiple passes over the data or make assumptions about the graph stream order. The presentation introduces a new single-pass Graph Priority Sampling framework that can estimate properties in an unbiased way using a fixed-size sample. It assigns edge weights and priorities to sample edges proportional to their contribution to graph structures. Estimates can be updated incrementally during the stream or retrospectively after it ends. The framework is evaluated on real-world graphs with billions of edges to estimate triangle counts, wedge counts, and clustering coefficients with low variance.