forked from ClickHouse/clickhouse-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
166 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#! /bin/bash | ||
|
||
REFERENCE=/Users/richraposa/Documents/repo/ch-non-fork/ClickHouse/docs | ||
|
||
cp -R $REFERENCE/en/ docs/en/ | ||
cp -R $REFERENCE/ru/ docs/ru/ | ||
cp -R $REFERENCE/zh/ docs/zh/ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
sidebar_label: Overview | ||
sidebar_position: 1 | ||
keywords: [clickhouse, ingest, insert, data, ingestion, insertion] | ||
--- | ||
|
||
# Getting Data into ClickHouse | ||
|
||
<div class='vimeo-container'> | ||
<iframe src="https://player.vimeo.com/video/751409158?h=54cfbce3b9" | ||
width="640" | ||
height="360" | ||
frameborder="0" | ||
allow="autoplay; | ||
fullscreen; | ||
picture-in-picture" | ||
allowfullscreen> | ||
</iframe> | ||
</div> | ||
|
||
<br/> | ||
|
||
ClickHouse is a database, so there are countless ways to ingest data. There is no special tool designed just for inserting data into ClickHouse. So how do users get data in? Options include: | ||
|
||
- simply uploading a CSV file to ClickHouse Cloud as discussed in the [Quick Start](../../quick-start.mdx) | ||
- use [clickhouse-client or clickhouse-local](../clickhouse-client-local.md) to retrieve data from a local file, external file, or some other database like MySQL, PostgreSQL, or any ODBC- or JDBC-compatible database | ||
- write your own client application in your favorite programming language like [Java](../language-clients/jdbc/), [Golang](https://github.com/clickhouse/clickHouse-go#readme) or [Python](https://github.com/clickhouse/clickhouse-connect#readme) | ||
- use one of the technologies listed here in the **Ingest** section of the docs, like [Kafka](./kafka/), [Vector](./vector-to-clickhouse.md), [Airbyte](./airbyte-and-clickhouse.md), and more | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.