This is the client library for the protocol described in the EPFL paper:
DATASHARENETWORK A Decentralized Privacy-Preserving Search Engine for Investigative Journalists
This is a work in progress.
$ make testTo run the migrations on dsnet.db :
$ /path/to/alembic upgrade head If you change the models, then please run :
$ alembic revision --autogenerate -m "migration description"It will generate a new migration step file in migrations/versions that you can add with your commit.