If you’re new to Unstructured, read this note first.
Before you can create a destination connector, you must first sign in to your Unstructured account:
After you sign in, the Unstructured user interface (UI) appears, which you use to create your destination connector.
After you create the destination connector, add it along with a source connector to a workflow. Then run the worklow as a job. To learn how, try out the hands-on UI quickstart or watch the 4-minute video tutorial.
You can also create destination connectors with the Unstructured API. Learn how.
If you need help, reach out to the community on Slack, or contact us directly.
You are now ready to start creating a destination connector! Keep reading to learn how.
Send processed data from Unstructured to Redis.
The requirements are as follows.
To create the destination connector:
Fill in the following fields:
redis://<username>:<password>@<hostname>:<port-number>
. If SSL encryption is enabled for the database, use rediss://
instead of redis://
.6379
unless otherwise specified.0
unless otherwise specified.element_id
. This is useful for distinguishing between different data sets in the same Redis instance. The default is an empty string.100
unless otherwise specified.If you’re new to Unstructured, read this note first.
Before you can create a destination connector, you must first sign in to your Unstructured account:
After you sign in, the Unstructured user interface (UI) appears, which you use to create your destination connector.
After you create the destination connector, add it along with a source connector to a workflow. Then run the worklow as a job. To learn how, try out the hands-on UI quickstart or watch the 4-minute video tutorial.
You can also create destination connectors with the Unstructured API. Learn how.
If you need help, reach out to the community on Slack, or contact us directly.
You are now ready to start creating a destination connector! Keep reading to learn how.
Send processed data from Unstructured to Redis.
The requirements are as follows.
To create the destination connector:
Fill in the following fields:
redis://<username>:<password>@<hostname>:<port-number>
. If SSL encryption is enabled for the database, use rediss://
instead of redis://
.6379
unless otherwise specified.0
unless otherwise specified.element_id
. This is useful for distinguishing between different data sets in the same Redis instance. The default is an empty string.100
unless otherwise specified.