-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi everyone,
I'm working on ahmia.fi, the hidden service search engine and you're reading status update #2.
Since last time, here is what I've been working on:
Improve project structure, code quality and documentation The three repositories I talked in status update #1 are ready [1][2][3], each one with an installation guide. I used static analysis to improve code format, remove duplicate code, and fix some bugs.
Project automation - - For each push, code is automatically tested and analyzed with travis-C I. - - Requires.io tracks vulnerable or outdated requirements. - - Landscape.io estimate code quality on each push.
Regroup all data to elasticsearch To improve search quality, more data attributes will be used, some of which are not yet in our index. We need to crawl more attributes and move search logic from Django to elasticsearch.
During the next two weeks, I will focus on the django part.
See you in two weeks! :) Ismael
[1] https://github.com/ahmia/ahmia-site [2] https://github.com/ahmia/ahmia-crawler [3] https://github.com/ahmia/ahmia-index