You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-17Lines changed: 29 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,7 @@ from node.js.
5
5
6
6
## Status
7
7
8
-
This branch provides the work in progress for the Early Access Release 3 of the MarkLogic node.js API.
9
-
10
-
### Checked in for EA3
11
-
12
-
* quick path for simple JavaScript object CRUD and query
13
-
* values and tuples requests
14
-
* server-side transforms on query response summary and result documents in slice() clause
15
-
* snippets including custom snippets in slice() clause
16
-
* projection from result documents (extract)
17
-
* resource service CRUD and invocation for XQuery
18
-
* graph CRUD and SPARQL query
19
-
* specifying the database when creating a database client
20
-
* search suggest
21
-
* server-side eval
8
+
This branch provides the work in progress for the Early Access Release 3 of the MarkLogic node.js API.
22
9
23
10
## Getting started
24
11
@@ -69,6 +56,20 @@ To tear down the test database and REST server, execute
69
56
70
57
node etc/test-teardown.js
71
58
59
+
### Capabilities added to the node.js Client API in Early Access 3
60
+
61
+
* quick path for simple CRUD and query on the database client
62
+
* values and tuples requests
63
+
* server-side transforms on query response summary and result documents in slice() clause
64
+
* snippets including custom snippets in slice() clause
65
+
* extract from result documents (projection)
66
+
* resource service CRUD and invocation
67
+
* graph CRUD and SPARQL query
68
+
* bitemporal document CRUD and query
69
+
* specifying the database when creating a database client
70
+
* server-side eval and invoke
71
+
* search suggest
72
+
72
73
### Capabilities of the node.js Client API in Early Access 2
73
74
74
75
* createDatabaseClient() including HTTPS
@@ -106,10 +107,21 @@ To tear down the test database and REST server, execute
106
107
* config.extlibs.write()
107
108
* optimistic locking
108
109
109
-
### Limitations in Early Access 2
110
+
### Limitations in Early Access 3
110
111
111
112
The MarkLogic node.js Client API has not yet undergone performance or
112
-
stress testing. The API should not be used in production in EA2.
113
+
stress testing. The API should not be used in production in EA3. The
114
+
interface may change before the initial release.
113
115
114
116
## Support
115
-
The MarkLogic Node.js Client API is maintained by MarkLogic Engineering. It is designed for use in production applications with MarkLogic Server. Everyone is encouraged to file bug reports, feature requests, and pull requests through GitHub. This input is critical and will be carefully considered, but we can’t promise a specific resolution or timeframe for any request. In addition, MarkLogic provides technical support for [release tags](https://github.com/marklogic/node-client-api/releases) of the Node Client API to licensed customers under the terms outlined in the [Support Handbook](http://www.marklogic.com/files/Mark_Logic_Support_Handbook.pdf). For more information or to sign up for support, visit [help.marklogic.com](help.marklogic.com).
117
+
118
+
The MarkLogic Node.js Client API is maintained by MarkLogic Engineering.
119
+
It is designed for use in production applications with MarkLogic Server.
120
+
Everyone is encouraged to file bug reports, feature requests, and pull
121
+
requests through GitHub. This input is critical and will be carefully
122
+
considered, but we can’t promise a specific resolution or timeframe for
123
+
any request. In addition, MarkLogic provides technical support
124
+
for [release tags](https://github.com/marklogic/node-client-api/releases)
125
+
of the Node Client API to licensed customers under the terms outlined
126
+
in the [Support Handbook](http://www.marklogic.com/files/Mark_Logic_Support_Handbook.pdf).
127
+
For more information or to sign up for support, visit [help.marklogic.com](help.marklogic.com).
0 commit comments