Docker

Deploy all InLong module by Docker Compose, it’s only available for development.

Docker - 图1note

Docker Compose deploys all components for Standard Architecture, and choose Apache Pulsar as the default message queue.

Environment Requirements

Download

You can get apache-inlong-[version]-bin.tar.gz from Download Page ,or you can build the InLong refer to How to Build.

Deploy

Start all components.

  1. cd docker/docker-compose
  2. docker-compose up -d

Cluster Initialize

When all containers are successfully started, you can access the Inlong dashboard address http://localhost, and use the following default account to log in:

  1. User: admin
  2. Password: inlong

Create Cluster Tag

Click [Clusters]->[ClusterTags]->[Create] on the page to specify the cluster label name and person in charge: Docker - 图2

Docker - 图3caution

Since each component reports the ClusterTags as default_cluster by default, do not use other names.

Register Pulsar Cluster

Click [Clusters]->[ClusterTags]->[Create] on the page to register Pulsar Cluster: Docker - 图4

Docker - 图5note

The ClusterTags selects the newly created default_cluster, the Pulsar cluster deployed by docker:

Service URL is pulsar://pulsar:6650, Admin URL is http://pulsar:8080.

Use

You can refer to Example to create a Data Stream.

Destroy

  1. docker-compose down