You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this function will be later on used to implement a full reindex. For this purpose, it's useful to write the side-effectful write function as function indexEvents(events: EventIndex[]) from the start
The text was updated successfully, but these errors were encountered:
Description
Implement a indexing function for event. All events should always have only one Elasticsearch entry, so
id
should always be unique in the index.It is important to implement one pure function with a signature of
As this function will be later on used to implement a full reindex. For this purpose, it's useful to write the side-effectful write function as
function indexEvents(events: EventIndex[])
from the startThe text was updated successfully, but these errors were encountered: