Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/connect-data-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Timeplus supports multiple ways to load data into the system, or access the exte
- On top of the REST API and SDKs, Timeplus Enterprise adds integrations with [Kafka Connect](/kafka-connect), [AirByte](https://airbyte.com/connectors/timeplus), [Sling](/sling), and seatunnel.
- Last but not the least, if you are not ready to load your real data into Timeplus, or just want to play with the system, you can use the web console to [create sample streaming data](#streamgen), or use SQL to create random streams.

When working with external data sources, you can use various [data formats](/data-formats) including JSON, CSV, Protobuf, and Avro. See the [Data Formats](/data-formats) page for comprehensive information.


## Add new data via web console

Choose "Data Collection" from the navigation menu to setup data access to other systems. There are two categories:
Expand Down
Loading