Viewing a single comment thread. View all comments

mattthepianoman t1_j1yysgi wrote

I would love to see the backend database for something like this.

6

DankmirianChancellor t1_j1z0lk8 wrote

"database" could be a generous term here since the searches are based on the title alone. Could just be a list of titles and encrypted blobs to go with them.

5

_N0K0 t1_j1zhwz2 wrote

Pretty much any document database (mongoDB for example), the title is hashed and used as a key for a JSON blob

1