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

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.

Create Data Stream

You can refer Pulsar Example to create Data Stream.

Destroy

  1. docker-compose down