5.3. 部署 Camel K 转换集成
本教程演示了如何在 OpenShift 上运行 Camel K Java 集成,该集成可将数据转换为 JSON,并将它存储在 PostgreSQL 等数据库中。
教程示例使用 CSV 文件查询 XML API,并使用收集的数据来构建有效的 GeoJSON 文件,该文件存储在 PostgreSQL 数据库中。
前提条件
- 请参阅 GitHub 中的教程 readme :https://github.com/openshift-integration/camel-k-example-transformations/tree/1.6.x。
- 您必须具有集群管理员访问 OpenShift 集群才能安装 Camel K。请参阅安装 Camel K。
- 您必须遵循教程中的说明,以通过 Dev4Ddevs.com (OpenShift 集群上需要)安装 PostgreSQL Operator。
- Visual Studio (VS) Code 是可选的,但建议获得最佳开发人员经验。请参阅 设置您的 Camel K 开发环境。
流程
克隆教程 Git 存储库:
$ git clone git@github.com:openshift-integration/camel-k-example-transformations.git
-
在 VS Code 中,选择 File
Open Folder camel-k-example-transformations。 -
在 VS Code 导航树中,右键单击
readme.didact.md
文件,再选择 Didact: Start Didact Tutorial from File。这会在 VS Code 中打开一个新的 Didact 选项卡,以显示教程说明。 按照教程说明,点提供的链接自动运行命令。
或者,如果您没有安装带有 Didact 扩展的 VS Code,您可以从 https://github.com/openshift-integration/camel-k-example-transformations 手动输入命令。