Deployment

    • initialize database there is in inlong-manager directory, load this file through the following command to complete the initialization of the table structure and basic data

    Add Dependencies

    • Download Sort , and unzip it into directory.
    • If you use PostgreSQL database, you don’t need to download additional dependencies.

    Go to the decompressed directory and modify the conf/application.properties file:

    The dev configuration is specified above, then modify the file:

    Register MQ Cluster

    If you use Pulsar as the message queue for data cache, you need to add its configuration to InLong-Manager:

    Open the Inlong-Dashboard page (the default is http://127.0.0.1), and select to add a Pulsar cluster on the [Clusters] tab:

    Click the [Create] button, and fill in the required information such as cluster name, cluster tag, responsible person, AdminUrl, ServiceUrl and default tenant in the pop-up box to save.

    For example, the DataProxy cluster and the Pulsar cluster with the same cluster tag belong to the same cluster.

    Fill in the example:

    Deployment - 图2

    TubeMQ Cluster

    If you use InLong TubeMQ as the message queue for data cache, you need to add its configuration to InLong-Manager: