humengyu2012 / TiBigData

BigData components for TiDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiBigData

License


EN doc CN doc

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

Hive-TiDB-Storage-Handler

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

Community

Lark / Feishu Group:

Supported by

YourKit

YourKit Logo

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

IntelliJ IDEA

IntelliJ IDEA is a Java integrated development environment (IDE) for developing computer software.
It is developed by JetBrains (formerly known as IntelliJ), and is available as an Apache 2 Licensed community edition,
and in a proprietary commercial edition. Both can be used for commercial development.

About

BigData components for TiDB

License:Apache License 2.0


Languages

Language:Java 98.9%Language:Groovy 1.0%Language:Shell 0.1%