Skip to content

Commit

Permalink
Merge pull request #3 from ClickHouse/add-readme
Browse files Browse the repository at this point in the history
First version of README.md
  • Loading branch information
mzitnik authored Sep 10, 2024
2 parents 2999f2d + bcbc6fa commit 21ca96e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<div align="center">
<p>
<img src="https://github.com/ClickHouse/clickhouse-js/blob/a332672bfb70d54dfd27ae1f8f5169a6ffeea780/.static/logo.svg" width="200px" align="center">
</p>
<h1>Apache Beam ClickHouseIO </h1>
</div>

## About the Project

The current Github project main purpose
* Provide easy use of [ClickHouseIO](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html)
* Continues testing with [ClickHouse Cloud](https://clickhouse.com/cloud)
* Example of using ClickHouseIO with Apache Beam (Complete Pipeline)

## Continues testing
To make sure that latest Apache Beam version works with ClickHouse Cloud we have created a Nightly git workflow that runs the e2e beam pipeline every day.
This will make sure that the k latest versions of Apache Beam work with ClickHouse Cloud.

## Examples

A Full Maven [example](https://github.com/ClickHouse/clickhouse-beam-connector/tree/main/example/mvn) with a pom.xml definition

## Docs

* [ClickHouse Docs](https://clickhouse.com/docs/en/integrations/apache-beam)
* [Apache Beam ClickHouseIO Docs](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html)

0 comments on commit 21ca96e

Please sign in to comment.