1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/docs/manual/architecture.rst

20 lines
488 B
ReStructuredText
Raw Permalink Normal View History

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