-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
439 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
### Build Sink Connector from sources. | ||
|
||
|
||
Requirements | ||
- Java JDK 17 (https://openjdk.java.net/projects/jdk/11/) | ||
- Maven (mvn) (https://maven.apache.org/download.cgi) | ||
- Docker and Docker-compose | ||
|
||
|
||
1. Clone the ClickHouse Sink connector repository: | ||
```bash | ||
git clone [email protected]:Altinity/clickhouse-sink-connector.git | ||
``` | ||
|
||
2. Build the ClickHouse Sink connector Library: | ||
This builds the requirement for sink connector lightweight`<sink-connector-library-version>0.0.8</sink-connector-library-version>` | ||
|
||
```bash | ||
cd sink-connector | ||
mvn install -DskipTests=true | ||
``` | ||
|
||
3. Build the ClickHouse Lightweight connector: | ||
```bash | ||
cd ../sink-connector-lightweight | ||
mvn install -DskipTests=true | ||
``` | ||
|
||
The JAR file will be created in the `target` directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.