Get a document from a Typesense DB
yaml
type: "io.kestra.plugin.typesense."
Get a document from a Typesense DB
yaml
id: ""
type: "io.kestra.plugin.typesense."
id: typesense
namespace: compnay.team
tasks:
- id: get_document
type: io.kestra.plugin.typesense.DocumentGet
documentId: "0"
apiKey: test-key
port: 8108
host: localhost
collection: Countries
Dynamic YES
The API key to connect to the typesense DB
Dynamic YES
The name of the typesense collection
Dynamic YES
The id of the document to get
Dynamic YES
The host of the typesense DB
Dynamic YES
The port of the typesense DB
Dynamic YES
The document fetched from the database