Bare Metal
Environment Requirements
- MySQL 5.7+ or PostgreSQL
- Apache Flink 1.13.5
Prepare Message Queue
InLong Support the following Message Queue services now, you can choose one of them.
Download the Binary Package
You can get binary package from Download Page ,or you can build the InLong refer to How to Build.。
Standard Architecture
You need deploy all InLong components for Standard Architecture, which supports Data Ingestion
, Data Synchronization
and Data Subscription
at the same time.
Deploy
order | component | dependencies | deploy guide | description |
---|---|---|---|---|
1 | inlong-audit | MySQL or Elasticsearch | InLong Audit | |
2 | inlong-manager | MySQL | InLong Manager | |
3 | inlong-dataproxy | None | InLong DataProxy | |
4 | inlong-agent | None | InLong Agent | |
5 | inlong-dashboard | Nginx or Docker | InLong Dashboard | |
6 | inlong-sort-connectors | Apache Flink | Extract apache-inlong-[version]-sort-connectors.tar.gz and move connectors jar to inlong-sort/connectors directory. |
Create Data Stream
After the InLong cluster deployed successfully, you can create a data stream refer to the Dashboard Usage Guide to start using.
Lightweight Architecture
Deploy
Lightweight Architecture only support Data Synchronization
, you need to deploy InLong Sort component, it is simple and flexible, suitable for small-scale data.
You can deploy and use it refer the deployment guide.