Skip to content

Commit b013c20

Browse files
authored
Merge pull request #905 from marklogic/develop
Update 3.x from head
2 parents fe8f5f8 + e868351 commit b013c20

File tree

59 files changed

+777
-1684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+777
-1684
lines changed

CHANGELOG.md

Lines changed: 645 additions & 645 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ git checkout develop
173173
#### Do you have the latest code?
174174
Better make sure...
175175

176-
##### You clone from the github.com/marklogic-community/marklogic-data-hub repo
176+
##### You clone from the github.com/marklogic/marklogic-data-hub repo
177177

178178
```bash
179179
git pull origin develop
180180
```
181181
##### Your forked then cloned your fork
182182
Make sure you have the upstream set:
183183
```bash
184-
$ git remote add upstream git://github.com/marklogic-community/marklogic-data-hub.git
184+
$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git
185185
```
186186

187187
Then fetch the upstream:
@@ -214,13 +214,13 @@ features, by not reporting duplicate issues. Please fill out the issue template
214214

215215
#### Fork marklogic-data-hub
216216

217-
Fork the project [on GitHub](https://github.com/marklogic-community/marklogic-data-hub/fork) and clone
217+
Fork the project [on GitHub](https://github.com/marklogic/marklogic-data-hub/fork) and clone
218218
your copy.
219219

220220
```sh
221221
$ git clone [email protected]:username/marklogic-data-hub.git
222222
$ cd marklogic-data-hub
223-
$ git remote add upstream git://github.com/marklogic-community/marklogic-data-hub.git
223+
$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git
224224
```
225225

226226
We ask that you open an issue in the [issue tracker][] and get agreement from
@@ -379,5 +379,5 @@ from the main (upstream) repository:
379379
git pull --ff upstream develop
380380
```
381381

382-
[issue tracker]: https://github.com/marklogic-community/marklogic-data-hub/issues
382+
[issue tracker]: https://github.com/marklogic/marklogic-data-hub/issues
383383
[.editorconfig]: http://editorconfig.org/

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ The MarkLogic Data Hub Framework is a data integration framework and tool-set to
88
MarkLogic 9.0-5 or later is required with this version (3.0.0) of the DHF.
99

1010
# Getting Started
11-
Grab the [latest release](https://github.com/marklogic-community/marklogic-data-hub/releases) then visit our [Data Hub Framework website](https://marklogic-community.github.io/marklogic-data-hub/) to get started.
11+
Grab the [latest release](https://github.com/marklogic/marklogic-data-hub/releases) then visit our [Data Hub Framework website](https://marklogic.github.io/marklogic-data-hub/) to get started.
1212

1313

1414
## Advanced Hub Usage
15-
Ready to go beyond QuickStart and start using DHF in your own Java or Gradle project? The [Data Hub Framework website](https://marklogic-community.github.io/marklogic-data-hub/) also provides that.
15+
Ready to go beyond QuickStart and start using DHF in your own Java or Gradle project? The [Data Hub Framework website](https://marklogic.github.io/marklogic-data-hub/) also provides that.
1616

1717
## Don't get this code
18-
You don't need to checkout this repo unless you plan to actively contribute changes to the Data Hub Framework. Go to [our website](https://marklogic-community.github.io/marklogic-data-hub/) to get started with DHF.
18+
You don't need to checkout this repo unless you plan to actively contribute changes to the Data Hub Framework. Go to [our website](https://marklogic.github.io/marklogic-data-hub/) to get started with DHF.
1919

20-
If you really do want to contribute, see our [Contributing Guide](https://github.com/marklogic-community/marklogic-data-hub/blob/master/CONTRIBUTING.md) to get started.
20+
If you really do want to contribute, see our [Contributing Guide](https://github.com/marklogic/marklogic-data-hub/blob/master/CONTRIBUTING.md) to get started.
2121

2222
# Support
2323

@@ -38,7 +38,7 @@ contract can sign up for MarkLogic Technical Support on our
3838

3939
[marklogic]: https://www.marklogic.com/
4040
[apache]: https://www.apache.org/licenses/LICENSE-2.0
41-
[issues]: https://github.com/marklogic-community/marklogic-data-hub/issues
42-
[releases]: https://github.com/marklogic-community/marklogic-data-hub/releases
41+
[issues]: https://github.com/marklogic/marklogic-data-hub/issues
42+
[releases]: https://github.com/marklogic/marklogic-data-hub/releases
4343
[handbook]: http://www.marklogic.com/files/Mark_Logic_Support_Handbook.pdf
4444
[support]: https://help.marklogic.com/

build-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This script will build the javadocs for the DHF jar file
44
# and push them into the docs branch to be magically published
5-
# via travis to the https://marklogic-community.github.io/marklogic-data-hub site
5+
# via travis to the https://marklogic.github.io/marklogic-data-hub site
66

77
# run this after you update gradle.properties to contain the new version
88
# preferable after you do a release
@@ -15,7 +15,7 @@ tmpdir=$(mktemp -d)
1515
hubversion=$(cat gradle.properties | awk -F"=" '{print $2}')
1616
echo "tmpdir: ${tmpdir}"
1717
echo "version: ${hubversion}"
18-
git clone -b docs [email protected]:marklogic-community/marklogic-data-hub.git ${tmpdir}/docs
18+
git clone -b docs [email protected]:marklogic/marklogic-data-hub.git ${tmpdir}/docs
1919
./gradlew javadoc
2020
mkdir -p ${tmpdir}/docs/javadocs/${hubversion}
2121
cp -R marklogic-data-hub/build/docs/javadoc ${tmpdir}/docs/javadocs/${hubversion}

dependencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
- spock 1.1-groovy-2.4 -> http://spockframework.org/
1313

1414
# DHF Runtime
15-
- ml-gradle 3.6.1 -> https://github.com/marklogic-community/ml-gradle
16-
- ml-app-deployer 3.6.1 -> https://github.com/marklogic-community/ml-app-deployer
17-
- ml-javaclient-util 3.3.1 -> https://github.com/marklogic-community/ml-javaclient-util
15+
- ml-gradle 3.6.1 -> https://github.com/marklogic/ml-gradle
16+
- ml-app-deployer 3.6.1 -> https://github.com/marklogic/ml-app-deployer
17+
- ml-javaclient-util 3.3.1 -> https://github.com/marklogic/ml-javaclient-util
1818
- marklogic-client-api 4.0.3.1 -> https://github.com/marklogic/java-client-api
19-
- mlcp-util 0.9.0 -> https://github.com/marklogic-community/mlcp-util
19+
- mlcp-util 0.9.0 -> https://github.com/marklogic/mlcp-util
2020
- apache commons io 2.4 -> https://commons.apache.org/proper/commons-io/
2121
- apache commons text 1.1 -> https://commons.apache.org/proper/commons-text/
2222
- apache commons csv 1.4 -> https://commons.apache.org/proper/commons-csv/

examples/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This folder contains working examples of various DHF usage scenarios.
44

5-
1. [barebones](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/barebones) - an example of the minimum configuration necessary to run a Gradle based Data Hub
6-
1. [healthcare](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/healthcare) - an example of a Healthcare 360 Data Hub
7-
1. [hr-hub](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/hr-hub) - an example used for our 1.x tutorial. This example harmonizes data from various HR systems
8-
1. [load-binaries](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/load-binaries) - an example of how to ingest binaries via an MLCP Input Flow
9-
1. [online-store](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/online-store) - the example we use for our [Tutorial](https://marklogic-community.github.io/marklogic-data-hub/tutorial/)
10-
1. [spring-batch](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/spring-batch) - an example of how to load relational data into a Data Hub using Spring Batch
11-
1. [ssl](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/ssl) - an example of how to configure your Data Hub to use SSL for added security
5+
1. [barebones](https://github.com/marklogic/marklogic-data-hub/tree/master/examples/barebones) - an example of the minimum configuration necessary to run a Gradle based Data Hub
6+
1. [healthcare](https://github.com/marklogic/marklogic-data-hub/tree/master/examples/healthcare) - an example of a Healthcare 360 Data Hub
7+
1. [hr-hub](https://github.com/marklogic/marklogic-data-hub/tree/master/examples/hr-hub) - an example used for our 1.x tutorial. This example harmonizes data from various HR systems
8+
1. [load-binaries](https://github.com/marklogic/marklogic-data-hub/tree/master/examples/load-binaries) - an example of how to ingest binaries via an MLCP Input Flow
9+
1. [online-store](https://github.com/marklogic/marklogic-data-hub/tree/master/examples/online-store) - the example we use for our [Tutorial](https://marklogic.github.io/marklogic-data-hub/tutorial/)
10+
1. [spring-batch](https://github.com/marklogic/marklogic-data-hub/tree/master/examples/spring-batch) - an example of how to load relational data into a Data Hub using Spring Batch
11+
1. [ssl](https://github.com/marklogic/marklogic-data-hub/tree/master/examples/ssl) - an example of how to configure your Data Hub to use SSL for added security

examples/barebones/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ You can use scaffolding commands to configure flows.
4141
gradle hubCreateInputFlow
4242
gradle hubCreateHarmonizeFlow
4343
```
44-
For a complete list of gradle tasks, check here: [https://github.com/marklogic-community/marklogic-data-hub/wiki/Gradle-Tasks](https://github.com/marklogic-community/marklogic-data-hub/wiki/Gradle-Tasks)
44+
For a complete list of gradle tasks, check here: [https://github.com/marklogic/marklogic-data-hub/wiki/Gradle-Tasks](https://github.com/marklogic/marklogic-data-hub/wiki/Gradle-Tasks)

examples/healthcare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The sample data is located in the input/ folder.
1515
```
1616

1717
# TLDR; How do I run it?
18-
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.4/quick-start-2.0.4.war) into this folder.
18+
1. Download the [latest quick-start war](https://github.com/marklogic/marklogic-data-hub/releases/download/v2.0.4/quick-start-2.0.4.war) into this folder.
1919

2020
1. Run the quick-start jar `java -jar quick-start-2.0.4.war`
2121

examples/healthcare/plugins/entities/Patients/harmonize/final/main.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ declare function plugin:main(
5050
let $envelope := dhf:make-envelope($content, $headers, $triples, map:get($options, "dataFormat"))
5151
return
5252
(: writers must be invoked this way.
53-
see: https://github.com/marklogic-community/marklogic-data-hub/wiki/dhf-lib#run-writer :)
53+
see: https://github.com/marklogic/marklogic-data-hub/wiki/dhf-lib#run-writer :)
5454
dhf:run-writer(xdmp:function(xs:QName("writer:write")), $id, $envelope, $options)
5555
};

examples/hr-hub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The data are separated into 2 folders under the input/ folder.
1414
```
1515

1616
# TLDR; How do I run it?
17-
Check out the [HR Hub Tutorial](https://marklogic-community.github.io/marklogic-data-hub/getting-started) on the Datahub Site.
17+
Check out the [HR Hub Tutorial](https://marklogic.github.io/marklogic-data-hub/getting-started) on the Datahub Site.
1818

1919
# Global Corp
2020
Global Corp has exported the Employee data from a relational database. They are provided to you as csv files, one for each table.
@@ -30,4 +30,4 @@ In this example we are loading the CSV table dumps from Global Corp and the JSON
3030
- Employee Salary
3131

3232
# Wait. What is a data Hub?
33-
Get started over at the [Data Hub Site](https://marklogic-community.github.io/marklogic-data-hub/)
33+
Get started over at the [Data Hub Site](https://marklogic.github.io/marklogic-data-hub/)

0 commit comments

Comments
 (0)