-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/473 msb example #480
Feature/473 msb example #480
Conversation
@@ -0,0 +1,13 @@ | |||
marklogic.host=oscar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make these hosts localhost? it's likely the default for most users.
examples/spring-batch/README.md
Outdated
@@ -4,26 +4,23 @@ This example demonstrates how to run a custom Spring Batch job against the Data | |||
|
|||
Learning [Spring Batch](http://docs.spring.io/spring-batch/reference/html/spring-batch-intro.html) is beyond the scope of this README. But let's pretend you know enough to be dangerous. | |||
|
|||
Now you want to use Spring Batch to load a bunch of data into MarkLogic. Maybe that data is coming from a message queue. Maybe it's a bunch of files in a folder. It can be anything really. | |||
Now you want to use Spring Batch to load a bunch from a relational database into MarkLogic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make this "to load data from a relational database into MarkLogic."
Can you put that diagram picture in the readme too? |
@paxtonhare - changes made to README and properties files |
Provide example of bringing in data from RDBMS in H2 into Data Hub.
@paxtonhare - the ingest and harmonize flows are not doing anything in this example, would like to discuss with you once this gets merged in.