You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ The MarkLogic Data Hub Framework is a data integration framework and tool-set to
8
8
MarkLogic 9.0-5 or later is required with this version (3.0.0) of the DHF.
9
9
10
10
# 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.
12
12
13
13
14
14
## 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.
16
16
17
17
## 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.
19
19
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.
21
21
22
22
# Support
23
23
@@ -38,7 +38,7 @@ contract can sign up for MarkLogic Technical Support on our
Copy file name to clipboardExpand all lines: examples/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
This folder contains working examples of various DHF usage scenarios.
4
4
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
Copy file name to clipboardExpand all lines: examples/barebones/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,4 @@ You can use scaffolding commands to configure flows.
41
41
gradle hubCreateInputFlow
42
42
gradle hubCreateHarmonizeFlow
43
43
```
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)
Copy file name to clipboardExpand all lines: examples/healthcare/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The sample data is located in the input/ folder.
15
15
```
16
16
17
17
# 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.
19
19
20
20
1. Run the quick-start jar `java -jar quick-start-2.0.4.war`
0 commit comments