Skip to content

Commit 9219e10

Browse files
committed
Updating the urls for the repo move
1 parent f6a339d commit 9219e10

File tree

52 files changed

+728
-728
lines changed

Some content is hidden

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

52 files changed

+728
-728
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
@@ -152,15 +152,15 @@ git checkout develop
152152
#### Do you have the latest code?
153153
Better make sure...
154154

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

157157
```bash
158158
git pull origin develop
159159
```
160160
##### Your forked then cloned your fork
161161
Make sure you have the upstream set:
162162
```bash
163-
$ git remote add upstream git://github.com/marklogic-community/marklogic-data-hub.git
163+
$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git
164164
```
165165

166166
Then fetch the upstream:
@@ -193,13 +193,13 @@ features, by not reporting duplicate issues. Please fill out the issue template
193193

194194
#### Fork marklogic-data-hub
195195

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

199199
```sh
200200
$ git clone git@github.com:username/marklogic-data-hub.git
201201
$ cd marklogic-data-hub
202-
$ git remote add upstream git://github.com/marklogic-community/marklogic-data-hub.git
202+
$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git
203203
```
204204

205205
We ask that you open an issue in the [issue tracker][] and get agreement from
@@ -358,5 +358,5 @@ from the main (upstream) repository:
358358
git pull --ff upstream develop
359359
```
360360

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Go from nothing to an Operational Data Hub in a matter of minutes.
55
The MarkLogic Data Hub Framework is a data integration framework and tool-set to quickly and efficiently integrate data from many sources into a single MarkLogic database and then expose that data.
66

77
# Getting Started
8-
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.
8+
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.
99

1010

1111
## Advanced Hub Usage
12-
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.
12+
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.
1313

1414
## Don't get this code
15-
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.
15+
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.
1616

17-
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.
17+
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.

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 git@github.com:marklogic-community/marklogic-data-hub.git ${tmpdir}/docs
18+
git clone -b docs git@github.com: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.4 -> https://github.com/marklogic-community/ml-gradle
16-
- ml-app-deployer 3.4 -> 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.4 -> https://github.com/marklogic/ml-gradle
16+
- ml-app-deployer 3.4 -> 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.2.0 -> https://github.com/marklogic-community/mlcp-util
19+
- mlcp-util 0.2.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)