Skip to content

graph stdlib: add retrieve_sorted_snapshots()

Solal Rapaport requested to merge srapaport/swh-graph:stdlib-dev into master

I added a function that, I think, would fit well with the stdlib. The function returns the sorted list of all the snapshots of a given origin. I added an example / use case.

Note: It requires visit timestamps on the graph so it is only compatible with the full extract of 2024-05-16 for now.

Merge request reports