Bulk insert documents
Index documents to a Typesense DB from an ION file
yaml
type: "io.kestra.plugin.typesense."
Index documents to a Typesense DB from an ION file
yaml
id: ""
type: "io.kestra.plugin.typesense."
id: typesense
namespace: company.team
tasks:
- id: bulk_index
type: io.kestra.plugin.typesense.BulkIndex
apiKey: test-key
port: 8108
host: localhost
collection: Countries
from: file_uri
Dynamic YES
The API key to connect to the typesense DB
Dynamic YES
The name of the typesense collection
Dynamic YES
The file URI containing the documents to index
Dynamic YES
The host of the typesense DB
Dynamic YES
The port of the typesense DB
Dynamic YES
Dynamic YES
The size of the rows fetched.