Skip to content

Commit

Permalink
remove Ververica Platform related instructions from README
Browse files Browse the repository at this point in the history
  • Loading branch information
knaufk committed Apr 28, 2022
1 parent 57161d2 commit 158b6d8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,14 @@ mvn clean package
There are no automated tests that check this compatibility. So, please treat this table as "best knowledge".
If you notice any incompatibilities please open an issue.

## Adding flink-faker to Flink SQL Client
## Using flink-faker with the Flink SQL Client

1. Download Flink from the [Apache Flink website](https://flink.apache.org/downloads.html).
2. Download the flink-faker JAR from the [Releases](https://github.com/knaufk/flink-faker/releases) page (or [build it yourself](#package)).
3. Put the downloaded jars under `FLINK_HOME/lib/`.
3. Put the downloaded jars under `lib/`.
4. (Re)Start a [Flink cluster](https://ci.apache.org/projects/flink/flink-docs-stable/docs/try-flink/local_installation/#step-2-start-a-cluster).
5. (Re)Start the [Flink CLI](https://ci.apache.org/projects/flink/flink-docs-stable/docs/dev/table/sqlclient/).

## Adding flink-faker to Ververica Platform

1. [Setup Ververica Platform](https://docs.ververica.com/getting_started/installation.html).
2. Get the link to the flink-faker JAR from the [Releases](https://github.com/knaufk/flink-faker/releases).
3. Start Ververica Platform > SQL > Connectors > Create Connector, provide the external URL from step 2 and finish the setup.

![Howto add flink-faker to Ververica Platform](add-faker-connector.gif)

## Usage

### As ScanTableSource
Expand Down

0 comments on commit 158b6d8

Please sign in to comment.