什么是 es-ingest?
摄取大型数据文件 (CSV/JSON) 并将其转换为 Elasticsearch 索引。对最大 30GB 的文件进行基于流的处理、跨版本迁移 (ES 8.x ↔ 9.x)、自定义 JavaScript 转换以及通过转换重新索引。当您需要在摄取期间将数据加载到 Elasticsearch、迁移索引或转换数据时使用。 来源:walterra/agent-tools。
摄取大型数据文件 (CSV/JSON) 并将其转换为 Elasticsearch 索引。对最大 30GB 的文件进行基于流的处理、跨版本迁移 (ES 8.x ↔ 9.x)、自定义 JavaScript 转换以及通过转换重新索引。当您需要在摄取期间将数据加载到 Elasticsearch、迁移索引或转换数据时使用。
通过命令行快速安装 es-ingest AI 技能到你的开发环境
来源:walterra/agent-tools。
Stream-based ingestion and transformation of large data files into Elasticsearch. Built on node-es-transformer.
Transform functions let you modify documents during ingestion. Create a JavaScript file that exports a transform function:
Return an array to create multiple target documents from one source:
摄取大型数据文件 (CSV/JSON) 并将其转换为 Elasticsearch 索引。对最大 30GB 的文件进行基于流的处理、跨版本迁移 (ES 8.x ↔ 9.x)、自定义 JavaScript 转换以及通过转换重新索引。当您需要在摄取期间将数据加载到 Elasticsearch、迁移索引或转换数据时使用。 来源:walterra/agent-tools。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/walterra/agent-tools --skill es-ingest摄取大型数据文件 (CSV/JSON) 并将其转换为 Elasticsearch 索引。对最大 30GB 的文件进行基于流的处理、跨版本迁移 (ES 8.x ↔ 9.x)、自定义 JavaScript 转换以及通过转换重新索引。当您需要在摄取期间将数据加载到 Elasticsearch、迁移索引或转换数据时使用。 来源:walterra/agent-tools。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/walterra/agent-tools --skill es-ingest 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/walterra/agent-tools