@@ -5,17 +5,18 @@ from Node.js applications.
5
5
6
6
## Features
7
7
8
- * Writing, reading, patching, and deleting documents in JSON, XML, text, or binary formats
9
- * Querying over documents including parsing string queries, extracting properties, and calculating facets
10
- * Projecting tuples (like table rows) out of documents
11
- * Single transactions and multi-statement transactions for database changes
12
- * Writing, reading, and deleting graphs and executing SPARQL queries over graphs
13
- * Extending the built-in services or evaluating or invoking your own JavaScript or XQuery on the server
14
- * Basic, digest, certificate, Kerberos, and SAML authentication
15
- * Import libraries as JavaScript mjs modules
16
- * Data Services First - MarkLogic's support for microservices
17
- * Optic query DSL, document matching, relevance, multiple groups
18
- * Generate query based views, redaction on rows
8
+ * Writing, reading, patching, and deleting documents in JSON, XML, text, or binary formats
9
+ * Querying over documents including parsing string queries, extracting properties, and calculating facets
10
+ * Projecting tuples (like table rows) out of documents
11
+ * Single transactions and multi-statement transactions for database changes
12
+ * Writing, reading, and deleting graphs and executing SPARQL queries over graphs
13
+ * Extending the built-in services or evaluating or invoking your own JavaScript or XQuery on the server
14
+ * Basic, digest, certificate, Kerberos, and SAML authentication
15
+ * Import libraries as JavaScript mjs modules
16
+ * Data Services First - MarkLogic's support for microservices
17
+ * Optic query DSL, document matching, relevance, multiple groups
18
+ * Generate query based views, redaction on rows
19
+ * Data Movement SDK - move large amounts of data into, out of, or within a MarkLogic cluster
19
20
20
21
## Getting Started
21
22
0 commit comments