Docker
Deploy all InLong module by Docker Compose, it's only available for development.
Docker Compose deploys all components for Standard Architecture, and choose Apache Pulsar as the default message queue.
Environment Requirements
- Docker 19.03.1+
- Docker Compose 2.4+
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.
cd docker/docker-compose
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:
User: admin
Password: inlong
Create Cluster Tag
Click [Clusters]->[ClusterTags]->[Create] on the page to specify the cluster label name and person in charge:
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:
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
docker-compose down