Learn about using MarkLogic’s Node.js Client API to insert, update, delete, and search content in MarkLogic databases.
/
Using Node.js: The Geophoto App
21:10
Using Node.js: Inserts and Reads
43:07
Using Node.js: Updates and Deletes
17:41
Using Node.js: Search
26:35
Using Node.js: The Geophoto App
Description
This video is part 1 of a series on using the MarkLogic Node.js Client API. Discover how MarkLogic and the Node.js Client API enables you to leverage diverse data in your applications. Explore these concepts in action with the Geophoto demonstration application.
Learning Objectives
Learn about MarkLogic’s Node.js Client API. See a demonstration using the Node.js Client API.
In Part 2 of the Using Node.js series, learn to setup a REST instance in MarkLogic, create a database client, load data into the database, and read data from the database. Also, learn about MarkLogic’s use of callbacks, promises, and stream result handling patterns.
Learning Objectives
Use the Node.js Client API to write and read content in MarkLogic. See the use of callbacks, promises, and how to stream results from MarkLogic.
In part 3 of this tutorial series, learn about using the Node.js Client API to perform document updates and deletes. Security requirements are described. Differentiate between Single and Multi-Statement transactions and how to perform a multi-statement transaction.
Learning Objectives
Use the Node.js Client API to update and delete content in MarkLogic. Learn about transactions in MarkLogic and the difference between Single and Multi-Statement transactions.
In part 4 of this tutorial series, learn about security requirements for searching content, performing Query By Example, string and structured query searches, and creating a field.
Learning Objectives
Use the Node.js Client API to search content in MarkLogic. Learn about types of search queries in the Node.js Client API.