NATS Subscribe
Import data from NATS.
Properties
Name | Type | |
---|---|---|
engine | String=nats:subscribe | |
url | String | |
subject | String | |
decoder | String | |
schema | Object |
engine
Must be nats:subscribe
.
- Required
- Yes
url
The URL of your NATS server.
- Required
- Yes
subject
The NATS subject to subscribe to.
- Required
- Yes
decoder
The format of the data. See Parsing Data for details.
- Required
- Yes
- Enum
-
csv
json
ndjson
msgpack
protobuf
parquet
html
xml
regex
schema
Define a schema for the data.
- Required
- Yes