Skip to content

Commit 3cb341b

Browse files
committed
[Documentation] source overview
1 parent af80a59 commit 3cb341b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/docs/sources/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ description: CocoIndex Built-in Sources
66

77
# CocoIndex Built-in Sources
88

9+
In CocoIndex, a source is the data origin you import from (e.g., files, databases, APIs) that feeds into an indexing flow for transformation and retrieval.
10+
11+
| Source Type | See Also |
12+
|------------------|-------------------------|
13+
| LocalFile | Local File System |
14+
| AmazonS3 | Amazon S3 |
15+
| AzureBlob | Azure Blob Storage |
16+
| GoogleDrive | Google Drive |
17+
| Postgres | PostgreSQL |
18+
19+
Related:
20+
- [Life cycle of a indexing flow](/docs/core/basics#life-cycle-of-an-indexing-flow)
21+
- [Live Update Tutorial](/docs/tutorials/live_updates)
22+
for change capture mechanisms.
23+
24+
25+
926
## LocalFile
1027

1128
The `LocalFile` source imports files from a local file system.

docs/docs/targets/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The way to map data from a data collector to a target depends on data model of t
2020
| [Neo4j](/docs/targets/neo4j) | [Property graph](#property-graph-targets) |
2121
| [Kuzu](/docs/targets/kuzu) | [Property graph](#property-graph-targets) |
2222

23+
If you are looking for targets beyond here, you can always use [custom targets](/docs/custom_ops/custom_targets) as building blocks.
24+
2325

2426
## Property Graph Targets
2527
Property graph is a widely-adopted model for knowledge graphs, where both nodes and relationships can have properties.

0 commit comments

Comments
 (0)