33 skills found · Page 1 of 2
cfoster / XqrsXQuery API for RESTful Web Services. A RESTXQ Implementation for MarkLogic Server.
xquery / RxqRXQ - provides a set of XQuery annotations which expose RESTful services in MarkLogic.
mblakele / TaskbotGet things done with the MarkLogic Task Server
marklogic-community / SemanticXQuery and Java tools for working with semantic tuples stored in MarkLogic Server
paxtonhare / Marklogic Debuggera stand-alone debugger for MarkLogic xQuery
crichey / ActiveDocumentActiveDocument is an open source Ruby connector for MarkLogic server, although at a later date it could potentially expanded to work with other XML databases. The goal of ActiveDocument is to make it as easy for developers to work with MarkLogic as ActiveRecord makes it for them to work with an RDBMS. The intent is to make them write as little XQuery as possible. If they can get 80% of their tasks done without having to write any XQuery that should increase adoption. Performance is less of a consideration as developers will have the ability to write their own potentially more performant XQuery later on in the development cycle. Also, the here goal is NOT to make ActiveDocument just an invocation of stored procedures. In fact, I'm imagining that about 80% of the calls from Ruby to MarkLogic will be XQuery that I am dynamically generating. This also is very much what ActiveRecord does where they have a SQL calculus engine that dynamically generate SQL. Again, like ActiveRecord I will give you the ability to call XQuery stored on the server, similar to invoking Stored Procedures. This will be something developers would use to access the 20% or so of functionality that they can't get through the dynamically generated SQL. A final goal is to make this a very flexible system. It should be flexible enough to support another transport mechanism beyond HTTP if such is ever required. It should also support a different XQuery generator which could potentially allow this to support additional XML databases.
marklogic / Marklogic DockerDocker image for MarkLogic Server
marklogic / Marklogic KubernetesHelm chart for MarkLogic Server
marklogic-community / Ml Rest LibAn XQuery library designed to make it easier to develop and deploy RESTful web services on MarkLogic Server
marklogic-community / Atompub ServerAn AtomPub Server on MarkLogic
joemfb / Group Byan XQuery library for computing aggregates over tuples in MarkLogic Server
ndw / ML SchematronModule to support Schematron in MarkLogic server
mblakele / Task RebalancerSample XQuery to rebalance MarkLogic forests using Task Server and xdmp:document-assign
paul-hoehne / MarkLogic PythonMarkLogic Python API for managing MarkLogic servers
jmakeig / NarthexNarthex is a front-end that simplifies understanding and working with content in a MarkLogic Server database.
marklogic / Kafka Marklogic ConnectorA Kafka connector for subscribing to topics and streaming messages into MarkLogic
lonhutt / MlreplA fork of the NodeJS repl that runs evals against a MarkLogic server instead of the built-in node server.
marklogic-community / MarkerCMS toolkit for MarkLogic Server
marklogic-community / Marklogic Healthcare Starter KitThe MarkLogic Healthcare Starter Kit (HSK) is a working project for a healthcare payer data hub, particularly geared toward service to Medicaid customers. Also called an operational data store (ODS), the HSK supports a mandate by the U.S. Centers for Medicare and Medicaid Services (CMS) to comply with the FHIR (Fast Healthcare Interoperability Resources) specifications for the electronic exchange of healthcare information.
tvnpraveen / Ang Node NosqlSimple web application with various NoSQL databases using Angular2, NodeJS