hyphe-traph
November 6, 2017 ยท View on GitHub
hyphe-traph
The Traph is an on-file index structure designed to store hyphe's network of pages & webentities.
Under the hood, the Traph is the combination of a ternary search tree of URL stems and linked lists of pages' hyperlinks (hence the portmanteau name).
Development
hyphe-traph was written to work with the 2.7 version of Python.
# Install dev dependencies (preferably in a virtual env)
pip install -r requirements.txt
# Run the tests
make test
# Run the linter
make lint