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
- Host: GitHub
- URL: https://github.com/sanjuthomas/ml-transaction-over-rest
- Owner: sanjuthomas
- License: mit
- Created: 2017-02-03T01:18:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T01:23:38.000Z (about 9 years ago)
- Last Synced: 2025-08-17T04:59:52.537Z (10 months ago)
- Topics: java, marklogic, mvcc, rest, rest-api, transaction
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
