Doris
This guide contains information to set up a Doris Sink in Vanus Connect.
Introduction
Doris is an open-source, distributed data management and analytics system developed by Alibaba. It provides real-time processing and analysis for large-scale data sets, supports diverse data sources, and is scalable and fault-tolerant for big data applications.
The Doris sink receive Cloudevents and insert them into your Doris database. In order to do this you need to give access to Vanus Connect to insert rows of data.
Prerequisites
Before forwarding events to Feishu, you must have:
- A Doris cluster.
- A Vanus Cloud account.
Getting Started
To set up Doris Sink in Vanus Connect:
Log in to your Vanus account and click on connections
Click on Create Connections
Name your connection, Choose your source and click next
Click on Sink and choose doris
Provide the following credentials
- Fenodes: Enter the comma-separated list of FQDNs or IP addresses of the nodes that make up your Doris cluster.
- Database Name: Enter the name of the database that you want to use for the sink.
- Table Name: Enter the name of the table that you want to use for the sink.
- Username: Enter the username that you want to use to connect to your Doris database.
- Password: Enter the password that corresponds to the username you entered in the previous step.
Click
Next
Click on submit to finish the configuration.
You've successfully created your Vanus doris sink connection.
Custom Connection
Create your template following the structure of your database, an example:
{
"title": "value",
"date": "value",
"ect...": "value"
}