Skip to content

Commit 013274d

Browse files
committed
feat: table of contents
1 parent 642541b commit 013274d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ingester-example/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# GreptimeDB Ingester Examples
1+
# GreptimeDB Java Ingester Examples
2+
3+
This module provides comprehensive examples demonstrating how to use the GreptimeDB Java ingester for efficient data ingestion. The examples showcase a range of APIs and approaches, from simple unary writes for basic use cases to high-performance bulk streaming for demanding production workloads. Each example includes detailed comments and best practices to help you choose the most appropriate ingestion method for your specific requirements.
4+
5+
- [Unary Write](#unary-write)
6+
- [Performance Recommendations](#performance-recommendations)
7+
- [Examples](#examples)
8+
- [Streaming Write](#streaming-write)
9+
- [Examples](#examples-1)
10+
- [Bulk Streaming Write](#bulk-streaming-write)
11+
- [Examples](#examples-2)
212

313
## Unary Write
414

0 commit comments

Comments
 (0)