mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #1377] How to navigate various snapshots of a single url? #840
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#840
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChillarAnand on GitHub (Mar 10, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1377
In archive.org, for a given url, we can see all the available snapshots and we can easily navigate to a specific date.
In archivebox, I have millions of URLs and several hundreds of snapshots each.
How can I view all snapshots of a given URL chronologically?
@pirate commented on GitHub (Mar 13, 2024):
Wow millions is definitely up there! Highest I've seen amongst most non-corporate users is 200k. It's not really optimized for collections that big yet, so I applaud your efforts!
We don't have a way to browse snapshots over time yet because taking multiple snapshots of a single URL is sort of a kludge right now. We have better support coming this year though, once we move Snapshots to UUID-based ids instead of timestamp-based IDs.
For now you can search by URL, and it should show all the matching snapshots in the results list.
Follow here for more info: https://github.com/ArchiveBox/ArchiveBox/issues/179
@pirate commented on GitHub (Mar 14, 2024):
I'm going to close/merge this into #179 for now, as historical snapshot browsing will definitely be part of our eventual full multi-snapshot support. 👍
Feel free to add any particular sub-feature requests or suggestions as comments over on that issue!