No description
Find a file
2025-12-25 18:22:21 +01:00
.gitignore init 2025-12-25 18:22:21 +01:00
app.py init 2025-12-25 18:22:21 +01:00
download.py init 2025-12-25 18:22:21 +01:00
indexer.py init 2025-12-25 18:22:21 +01:00
logger.py init 2025-12-25 18:22:21 +01:00
README.md init 2025-12-25 18:22:21 +01:00

RFC Full Text Search

Note: The total Size of this will be about 720MB

Setup:

  1. Run download.py to get all the RFCs
  2. Run indexer.py to create the SQLite FTS
  3. Compress the RFCs by running gzip rfcs/*.txt
  4. Start the Application by running app.py