Viewing a single comment thread. View all comments

d_ed t1_j2dzw0g wrote

How does it get the data to index?

3

yuvalsteuer OP t1_j2e0i0f wrote

Haystack is exclusivly client side, it takes SSO token from the setup procedure (you signin through each 3rd party service you want to index) and queries the respective APIs (slack, confluence, gmail, etc...).

The SSO tokens are stored client side inside IndexDB API (meaning they don't exit your browser).

3