Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Read data from a MarkLogic database #262

@sastafford

Description

@sastafford

As a developer
I want to Read documents from a MarkLogic database
So that I can pass those documents to an item processor or item writer

Notes

Currently the DocumentItemReader exists, but we want to leverage DMSDK features. Need to either combine or deprecate this class.

Project - core
Package - com.marklogic.spring.batch.item.reader
Class - DataMovementItemReader implements ItemStreamReader

  public class DataMovementItemReader implements ItemStreamReader<String>

Unit Tests

Given a structured query
When the DocumentItemReader reads from MarkLogic
Then the set of documents that satisfy the structured query are returned

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions