No description
- Python 100%
| .gitignore | ||
| app.py | ||
| download.py | ||
| indexer.py | ||
| logger.py | ||
| README.md | ||
RFC Full Text Search
Note: The total Size of this will be about 720MB
Setup:
- Run
download.pyto get all the RFCs - Run
indexer.pyto create the SQLite FTS - Compress the RFCs by running
gzip rfcs/*.txt - Start the Application by running
app.py