The MarkLogic Node.js Client API is an open-source JavaScript library. It allows Node.js developers to get going immediately, enabling them quickly, easily, and reliably access MarkLogic from their Node applications.


Downloads

NODE.JS CLIENT API ON GITHUB ›


Major Features

  • An asynchronous JavaScript interface for key MarkLogic capabilities, such as search document management, batch loading, transactions and aggregates
  • Index and manage JSON documents natively for full-stack JavaScript development
  • Support building complex queries that leverage MarkLogic’s rich indexes
  • Extension mechanism that executes JavaScript on Server, where it runs close to the data, for performance-critical or resource-intensive operations

Getting Started

Go through the Getting Started with Node.js Client API tutorial for greater detail on the installation requirements, configuration, loading data, and more.

Requirements

See the Required Software section of the Node.js Application Developer’s Guide for a more in-depth introduction of the library, including supported versions of Node.js.

Installation
NPM

The Node.js Client API is available from npm. From within your project directory run the following at the commandline:

npm install marklogic --save

Learn more about installing and using npm. Additional releases and the latest development branch are available on GitHub.

Related Resources

MarkLogic Node.js Client API Reference

View the JSDoc that reviews over features, getting started, resources, code examples, running tests, and additional support for MarkLogic Node.js Client API.

Node.js Application Developer's Guide

Read the guide that takes you from manipulating, patching, and querying documents, to working with semantic data, managing transactions, and more.

Getting Started with the Node Client API

This tutorial that helps you install, set up, and get started with the Node.js Client API while walking through many different examples and use cases.

This website uses cookies.

By continuing to use this website you are giving consent to cookies being used in accordance with the MarkLogic Privacy Statement.