BulkIndex
Bulk insert documents
Index documents to a Typesense DB from an ION file
yaml
type: "io.kestra.plugin.typesense.BulkIndex"
Index documents to a Typesense DB from an ION file
yaml
id: typesense_bulk_index
namespace: company.team
tasks:
- id: bulk_index
type: io.kestra.plugin.typesense.BulkIndex
apiKey: "{{ secret('TYPESENSE_API_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
The chunk size for every bulk request
Dynamic
YES
Is HTTPS used
By default, HTTP protocol will be use. Set this value to true tu use HTTPS
The size of the rows fetched.