kolbe / TiBigData

BigData components for TiDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

BigData components for TiDB

License:Apache License 2.0


Languages

Language:Java 98.7%Language:Groovy 1.1%Language:Shell 0.1%