gpt4 book ai didi

rest - 不使用 Marklogic 内容泵的 Camel+marklogic

转载 作者:行者123 更新时间:2023-12-05 00:55:08 26 4
gpt4 key购买 nike

我试图从文件系统中获取一个 JSON 文件,并试图将该文件插入 MarkLogic 数据库。

<route id="file_upload">
<!-- incoming requests from the file is routed -->
<from uri="file:/E:/camel/input"/>
<to uri="http://localhost:8005/v1/documents?uri/patents/test.json"/>
</route>

用户名和密码是:admin/admin 用于在 8005 上运行的 MarkLogic REST 实例

最佳答案

https://github.com/rjrudin/ml-camel-client 上有 Camel/MarkLogic 集成的示例。 .那些只使用 mlcp(作为嵌入式库)和 XCC - 我现在将添加一个 REST API 示例并回复。

https://github.com/rjrudin/marklogic-camel-demo显示了进一步的集成,尽管配置是在 Java 中而不是 XML(我发现 Java 更容易在 Camel 中使用) - 请注意 HTTP header 和查询字符串需要如何作为 Camel header 传入,而不是作为 URI 的一部分 - https://github.com/rjrudin/marklogic-camel-demo/blob/master/src/main/java/org/example/util/RunCamel.java#L76 .这也记录在 Camel http4 页面中 - http://camel.apache.org/http4.html

关于rest - 不使用 Marklogic 内容泵的 Camel+marklogic,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38728114/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com