mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
* docs work: - write warcserver and beginnings of recorder docs! - add cdx api docs! - add indexing docs - refactor architecture section, remove readme - update readme with better new features list, work-in-progress list - add placeholder docs for apps, indexing - remove unused readme - update README with better docs link, features
20 lines
488 B
ReStructuredText
20 lines
488 B
ReStructuredText
Architecture
|
|
============
|
|
|
|
The pywb system consists of 3 distinct components: Warcserver, Recorder and Rewriter, which can be run and scaled separately.
|
|
The default pywb wayback application uses Warcserver and Rewriter. If recording is enabled, the Recorder is also used.
|
|
|
|
Additionally, the indexing system is used through all components, and a few command line tools encompass the pywb toolkit.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
warcserver
|
|
recorder
|
|
rewriter
|
|
|
|
indexing
|
|
apps
|
|
|