An open API service indexing awesome lists of open source software.

https://github.com/sanjuthomas/ml-transaction-over-rest

MarkLogic client transaction (MVCC) over REST
https://github.com/sanjuthomas/ml-transaction-over-rest

java marklogic mvcc rest rest-api transaction

Last synced: 10 months ago
JSON representation

MarkLogic client transaction (MVCC) over REST

Awesome Lists containing this project

README

          

# MarkLogic transaction over REST

Demo project to demonstrate the MarkLogic transaction over REST.

Following REST endpoints are covered.

https://docs.marklogic.com/REST/POST/v1/transactions

https://docs.marklogic.com/REST/GET/v1/transactions/[txid]

https://docs.marklogic.com/REST/POST/v1/transactions/[txid]

https://docs.marklogic.com/REST/PUT/v1/documents

https://docs.marklogic.com/REST/GET/v1/documents

https://docs.marklogic.com/REST/DELETE/v1/documents

## Transaction Management Sequence
![MarkLogic transaction over REST](seq.png)