Stream Postgres changes directly to Meilisearch with Sequin’s Meilisearch sink.
http://localhost:7700
or https://your-meilisearch-instance.com
).
id
)
id
) is at the top level of the returned map:
id
.POST /indexes/{index_uid}/documents
POST /indexes/{index_uid}/documents/delete-batch
GET /tasks/{task_uid}
GET /indexes/{index_uid}
action
and index_name
with routing functions.
index
- Create or update a documentdelete
- Delete a documentfunction
- Apply a function-based update using Meilisearch’s documents edit APIfunction
action allows you to update documents using Meilisearch’s function expressions. This is useful for:
action: "function"
, you must also provide:
filter
- A Meilisearch filter expression to select documents to updatefunction
- A function expression using Rhai (a JavaScript-like language) to apply to the matched documentscontext
(optional) - Additional context data for the function