用于探索数据库的搜索 marklogic gui 工具
search marklogic gui tool for exploring data base
我正在寻找一个 GUI 工具来探索 marklogic 数据库。我的意思是 mongodb 的 mongochef 或 mysql 的 mysqlworkbench 等工具。
我找不到与 marklogic base 等效的东西。
谢谢
有一个名为 QConsole 的应用程序与 MarkLogic 一起安装。在 http://localhost:8000/qconsole 有售。如果单击顶部的浏览按钮,您可以查看数据库的内容并翻阅其内容。
有关更复杂的基于 Web 的浏览工具,请查看 EXPath 控制台,其中包含文档浏览器和其他几个有用的数据库实用程序。
https://github.com/fgeorges/expath-ml-console
另一种选择是在 MarkLogic 中创建一个 WebDAV 应用服务器并使用外部 WebDAV 浏览器查看内容。 Windows 和 OSX 都具有内置(尽管有限)的 WebDAV 功能。 Oxygen XML Editor 有一个很好的编辑器,并且有适用于大多数操作系统的独立 WebDAV 浏览器应用程序。
探索 MarkLogic 数据库有多种选择。可能最受欢迎的是 Query Console. It will allow you to explore the files as a list or run queries in JavaScript, XQuery, SQL, SPARQL Query, or SPARQL Update. You can also create a WebDAV server pointed to your database and use a WebDAV Client to walk through documents in your directory tree. If you'd like a search interface that doesn't require any specialized query language knowledge, you could setup a Slush generator application for Spring Boot or Node.js.
综上所述,不要指望像 mongochef 或 mysqlworkbench 这样的东西。正如这两个工具非常不同一样,您也应该期望 MarkLogic 生态系统中的工具是独一无二的。
也许有点过时,但我认为仍然值得一提,Narthex:
https://github.com/jmakeig/narthex
HTH!
xmlsh 的 MarkLogic 扩展有一个用于 marklogic 的简单 GUI 树浏览器。
与 QConsole 相比的优势在于大型分层数据集。
QConsole(一个非常好的应用)使用线性分页浏览。如果您有几百个文档,查找它们可能会很乏味。
mlui 使用 'standard tree' 小部件,它适用于 'directory like' 文档结构。
Is there any tool to view/edit/delete document of Marklogic
我正在寻找一个 GUI 工具来探索 marklogic 数据库。我的意思是 mongodb 的 mongochef 或 mysql 的 mysqlworkbench 等工具。
我找不到与 marklogic base 等效的东西。
谢谢
有一个名为 QConsole 的应用程序与 MarkLogic 一起安装。在 http://localhost:8000/qconsole 有售。如果单击顶部的浏览按钮,您可以查看数据库的内容并翻阅其内容。
有关更复杂的基于 Web 的浏览工具,请查看 EXPath 控制台,其中包含文档浏览器和其他几个有用的数据库实用程序。
https://github.com/fgeorges/expath-ml-console
另一种选择是在 MarkLogic 中创建一个 WebDAV 应用服务器并使用外部 WebDAV 浏览器查看内容。 Windows 和 OSX 都具有内置(尽管有限)的 WebDAV 功能。 Oxygen XML Editor 有一个很好的编辑器,并且有适用于大多数操作系统的独立 WebDAV 浏览器应用程序。
探索 MarkLogic 数据库有多种选择。可能最受欢迎的是 Query Console. It will allow you to explore the files as a list or run queries in JavaScript, XQuery, SQL, SPARQL Query, or SPARQL Update. You can also create a WebDAV server pointed to your database and use a WebDAV Client to walk through documents in your directory tree. If you'd like a search interface that doesn't require any specialized query language knowledge, you could setup a Slush generator application for Spring Boot or Node.js.
综上所述,不要指望像 mongochef 或 mysqlworkbench 这样的东西。正如这两个工具非常不同一样,您也应该期望 MarkLogic 生态系统中的工具是独一无二的。
也许有点过时,但我认为仍然值得一提,Narthex:
https://github.com/jmakeig/narthex
HTH!
xmlsh 的 MarkLogic 扩展有一个用于 marklogic 的简单 GUI 树浏览器。 与 QConsole 相比的优势在于大型分层数据集。 QConsole(一个非常好的应用)使用线性分页浏览。如果您有几百个文档,查找它们可能会很乏味。 mlui 使用 'standard tree' 小部件,它适用于 'directory like' 文档结构。
Is there any tool to view/edit/delete document of Marklogic