/TiBigData

BigData components for TiDB

Primary LanguageJavaApache License 2.0Apache-2.0

TiBigData

License

Misc BigData components for TiDB, Presto, Flink and MapReduce connectors for example.

License

TiBigData project is under the Apache 2.0 license. See the LICENSE file for details.

Code style

Google Code Style.

Getting Started

First you need to build the corresponding version of tikv-java-client with the following command:

./.ci/build-client-java.sh

Flink-TiDB-Connector

PrestoSQL-TiDB-Connector

Trino-TiDB-Connector

PrestoDB-TiDB-Connector

MapReduce-TiDB-Connector

Run Tests

Use the following command to run all the tests.

export TIDB_HOST="127.0.0.1"
export TIDB_PORT="4000"
export TIDB_USER="root"
export TIDB_PASSWORD=""
mvn test