Live data from Hacker News

GDPR made searchable by Algolia

gdpr.algolia.com

1–10 of 24 posts

Re: GDPR made searchable by Algolia

#4
post #2

This makes me wonder how Algolia deals with GDPR. For instance, if a user requests their data to be removed, how fast can this be reflected in Algolia's indices, and in the instant-search?

Indexing is an asynchronous process so while the data won't be deleted as soon as the deletion API call returns, the data will be deleted shortly after. Usually we're talking about hundreds of milliseconds or a few seconds. This is pretty much the same for all search-engines.

Algolia also exposes a "task" API endpoint to check the state of an indexing operation and to be able to "wait" until the operation has actually been processed. This is for instance what is used in unit tests where we need to wait until the indexing operation has been processed to continue testing.

Then for GDPR; if one of Algolia's customers receives a "personal data deletion" request on their side, it's of course their responsibility to forward it to Algolia using the deletion API (and a few seconds later it will be removed from all indices).

Re: GDPR made searchable by Algolia

#5
post #2

This makes me wonder how Algolia deals with GDPR. For instance, if a user requests their data to be removed, how fast can this be reflected in Algolia's indices, and in the instant-search?

And for an encore: Does Algolia have a data processing agreement in place with HN?

Re: GDPR made searchable by Algolia

#9
post #5
post #2

This makes me wonder how Algolia deals with GDPR. For instance, if a user requests their data to be removed, how fast can this be reflected in Algolia's indices, and in the instant-search?

And for an encore: Does Algolia have a data processing agreement in place with HN?

You would need to ask YC to disclose this. They have a dpa ready to sign.
Post reply on HN