Skip to content

Perform a read in single transaction

No due date 50% complete

For example, when executing a MATCH statement to retrieve data from the Neo4j GDB, the current implementation requires opening a transaction, adding the statement and a commit to close the transaction.

The aim of the new implementation therefore is that MATCH-queries can be done with a single command using a different REST API endpoint which allows for ex…

For example, when executing a MATCH statement to retrieve data from the Neo4j GDB, the current implementation requires opening a transaction, adding the statement and a commit to close the transaction.

The aim of the new implementation therefore is that MATCH-queries can be done with a single command using a different REST API endpoint which allows for executing a query in a single transaction/commit.