DaaS /
Products / Upload Files to OSS, Index in Elasticsearch
Upload Files to OSS, Index in Elasticsearch
A developer uploads documents (PDFs, logs, JSON records) to OSS for durable raw storage, then triggers an ingestion pipeline that pushes parsed document content and metadata into Elasticsearch for full-text search and analytics — a classic store-and-index architecture.
Products involved
Scenario
A developer uploads documents (PDFs, logs, JSON records) to OSS for durable raw storage, then triggers an ingestion pipeline that pushes parsed document content and metadata into Elasticsearch for full-text search and analytics — a classic store-and-index architecture.
How the products combine
- oss · oss-manage-objects — Object Storage Service — Manage storage objects (upload, download, copy, etc.)
See oss/oss-manage-objects.
- es · es-ingest-documents — Elasticsearch — Ingest and manage document data in Elasticsearch
See es/es-ingest-documents.
Typical questions
- upload documents to OSS then index in Elasticsearch
- store files and make them searchable
- OSS as document store with ES search
- 上传文件到OSS并建立ES索引
- 文件存储加全文检索方案
- bulk upload to OSS and ingest to Elasticsearch
- document pipeline OSS to ES
- 对象存储配合搜索引擎