Skip to content

Commit 5a00bf0

Browse files
committed
updating links after relo
1 parent 40b8491 commit 5a00bf0

File tree

12 files changed

+427
-427
lines changed

12 files changed

+427
-427
lines changed

CHANGELOG.md

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

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ features, by not reporting duplicate issues. Please fill out the issue template
111111

112112
#### Fork marklogic-data-hub
113113

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

117117
```sh
118118
$ git clone [email protected]:username/marklogic-data-hub.git
119119
$ cd marklogic-data-hub
120-
$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git
120+
$ git remote add upstream git://github.com/marklogic-community/marklogic-data-hub.git
121121
```
122122

123123
We ask that you open an issue in the [issue tracker][] and get agreement from
@@ -248,5 +248,5 @@ from the main (upstream) repository:
248248
git pull --ff upstream 2.0-develop
249249
```
250250

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
_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 expose that data._
22

3-
_The Data Hub Framework is free and open source under the [Apache 2 License](https://github.com/marklogic/marklogic-data-hub/blob/1.0-master/LICENSE) and is supported by the community of developers who build and contribute to it. Please note that this open source project and its code and functionality is not representative of MarkLogic Server and is not supported by MarkLogic._
3+
_The Data Hub Framework is free and open source under the [Apache 2 License](https://github.com/marklogic-community/marklogic-data-hub/blob/1.0-master/LICENSE) and is supported by the community of developers who build and contribute to it. Please note that this open source project and its code and functionality is not representative of MarkLogic Server and is not supported by MarkLogic._
44

55
| OS | Status |
66
| --- | --- |
7-
| Linux/Mac | [![Build Status](https://travis-ci.org/marklogic/marklogic-data-hub.svg?branch=2.0-develop)](https://travis-ci.org/marklogic/marklogic-data-hub) |
7+
| Linux/Mac | [![Build Status](https://travis-ci.org/marklogic-community/marklogic-data-hub.svg?branch=2.0-develop)](https://travis-ci.org/marklogic-community/marklogic-data-hub) |
88
| Windows | [![Windows Build status](https://ci.appveyor.com/api/projects/status/kgj0k5na59uhkvbv?svg=true)](https://ci.appveyor.com/project/paxtonhare/marklogic-data-hub) |
99

1010
# MarkLogic Data Hub
@@ -33,7 +33,7 @@ Or watch the [MarkLogic University - Data Hub Framework On Demand Video Courses]
3333

3434
### The Easiest Way
3535

36-
To use the Data Hub Framework you should download the quickstart.war file from the [releases page](https://github.com/marklogic/marklogic-data-hub/releases).
36+
To use the Data Hub Framework you should download the quickstart.war file from the [releases page](https://github.com/marklogic-community/marklogic-data-hub/releases).
3737

3838
Then Run the war like so:
3939

@@ -90,4 +90,4 @@ Now you have full access to the Data Hub tasks. To see all available tasks run:
9090

9191
Feeling intrepid? Want to contrubute to the Data Hub Framework? Perhaps you just want to poke the code?
9292

93-
Look at our [CONTRIBUTING.md](https://github.com/marklogic/marklogic-data-hub/blob/2.0-master/CONTRIBUTING.md#building-the-framework-from-source) file for details on building from source.
93+
Look at our [CONTRIBUTING.md](https://github.com/marklogic-community/marklogic-data-hub/blob/2.0-master/CONTRIBUTING.md#building-the-framework-from-source) file for details on building from source.

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 jar from the [releases page](https://github.com/marklogic/marklogic-data-hub/releases) into this folder.
18+
1. Download the latest quick-start jar from the [releases page](https://github.com/marklogic-community/marklogic-data-hub/releases) into this folder.
1919

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

examples/load-binaries/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This example shows how to load binary documents with the Hub Framework.
33

44
# TLDR; How do I run it?
5-
1. Download the latest quick-start jar from the [releases page](https://github.com/marklogic/marklogic-data-hub/releases) into this folder.
5+
1. Download the latest quick-start jar from the [releases page](https://github.com/marklogic-community/marklogic-data-hub/releases) into this folder.
66

77
1. Run the quick-start jar `java -jar quick-start.jar`
88

examples/spring-batch/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Learning [Spring Batch](http://docs.spring.io/spring-batch/reference/html/spring
77
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.
88

99
## What's the Big Idea?
10-
The idea is pretty simple. You read the data, do a little processing (maybe), and then write it into MarkLogic. But to properly integrate with the Data Hub Framework you will want to run your data through an [input flow](https://github.com/marklogic/marklogic-data-hub/wiki/The-MarkLogic-Data-Hub-Overview#ingest).
10+
The idea is pretty simple. You read the data, do a little processing (maybe), and then write it into MarkLogic. But to properly integrate with the Data Hub Framework you will want to run your data through an [input flow](https://github.com/marklogic-community/marklogic-data-hub/wiki/The-MarkLogic-Data-Hub-Overview#ingest).
1111

1212
## How does it work?
13-
This example includes a sample Spring Boot Configuration [LoadAndRunFlow.java](https://github.com/marklogic/marklogic-data-hub/blob/develop/examples/spring-batch/src/main/java/example/LoadAndRunFlow.java) that configures a job to ingest some xml files and run a flow.
13+
This example includes a sample Spring Boot Configuration [LoadAndRunFlow.java](https://github.com/marklogic-community/marklogic-data-hub/blob/develop/examples/spring-batch/src/main/java/example/LoadAndRunFlow.java) that configures a job to ingest some xml files and run a flow.
1414

1515
This example depends on a runtime class **com.marklogic.spring.batch.hub.HubJobRunner** that is responsible for reading command line parameters and connects to the Data Hub by reading your gradle project files.
1616

@@ -62,6 +62,6 @@ Then drop in your custom Java Config class in src/main/java/.....
6262

6363
Next you simply Compile your code with `gradle installDist`.
6464

65-
Then you can run take a look at the [run.sh script](https://github.com/marklogic/marklogic-data-hub/blob/develop/examples/spring-batch/run.sh) to see how to run your custom config.
65+
Then you can run take a look at the [run.sh script](https://github.com/marklogic-community/marklogic-data-hub/blob/develop/examples/spring-batch/run.sh) to see how to run your custom config.
6666

67-
Note that this is not the only way to run it. It's merely the easiest. Java Ninjas can directly call the main() function of the [HubJobRunner class](https://github.com/marklogic/marklogic-data-hub/blob/develop/marklogic-data-hub/src/main/java/com/marklogic/spring/batch/hub/HubJobRunner.java). Or you can make your own class to start up Spring Batch by reading the HubJobRunner code and doing something similar.
67+
Note that this is not the only way to run it. It's merely the easiest. Java Ninjas can directly call the main() function of the [HubJobRunner class](https://github.com/marklogic-community/marklogic-data-hub/blob/develop/marklogic-data-hub/src/main/java/com/marklogic/spring/batch/hub/HubJobRunner.java). Or you can make your own class to start up Spring Batch by reading the HubJobRunner code and doing something similar.

marklogic-data-hub/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Node pomCustomizations = new NodeBuilder(). project {
100100
name 'marklogic-data-hub'
101101
packaging 'jar'
102102
textdescription 'Library for Creating an Operational Data Hub on MarkLogic'
103-
url 'https://github.com/marklogic/marklogic-data-hub'
103+
url 'https://github.com/marklogic-community/marklogic-data-hub'
104104

105105
scm {
106106
url '[email protected]:marklogic/marklogic-data-hub.git'
@@ -126,7 +126,7 @@ Node pomCustomizations = new NodeBuilder(). project {
126126
name 'MarkLogic Github Contributors'
127127
128128
organization 'Github Contributors'
129-
organizationUrl 'https://github.com/marklogic/marklogic-data-hub/graphs/contributors'
129+
organizationUrl 'https://github.com/marklogic-community/marklogic-data-hub/graphs/contributors'
130130
}
131131
}
132132
}
@@ -162,7 +162,7 @@ bintray {
162162
licenses = ['Apache-2.0']
163163
websiteUrl = pomCustomizations.url
164164
vcsUrl = pomCustomizations.scm.url
165-
issueTrackerUrl = 'https://github.com/marklogic/marklogic-data-hub/issues'
165+
issueTrackerUrl = 'https://github.com/marklogic-community/marklogic-data-hub/issues'
166166
}
167167
}
168168

marklogic-data-hub/src/trace-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "trace-ui",
33
"version": "2.0.0-beta.1",
44
"license": "APACHE",
5-
"homepage": "https://github.com/marklogic/marklogic-data-hub",
5+
"homepage": "https://github.com/marklogic-community/marklogic-data-hub",
66
"scripts": {
77
"rimraf": "rimraf",
88
"ng": "ng",

ml-data-hub-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ bintray {
6464
name = 'ml-data-hub'
6565
desc = 'A gradle plugin for Data Hub tasks'
6666
licenses = ['Apache-2.0']
67-
websiteUrl = 'https://github.com/marklogic/marklogic-data-hub'
68-
issueTrackerUrl = 'https://github.com/marklogic/marklogic-data-hub/issues'
67+
websiteUrl = 'https://github.com/marklogic-community/marklogic-data-hub'
68+
issueTrackerUrl = 'https://github.com/marklogic-community/marklogic-data-hub/issues'
6969
}
7070
}
7171

quick-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "data-hub-quickstart",
33
"version": "2.0.0-beta.1",
44
"license": "APACHE",
5-
"homepage": "https://github.com/marklogic/marklogic-data-hub",
5+
"homepage": "https://github.com/marklogic-community/marklogic-data-hub",
66
"scripts": {
77
"rimraf": "rimraf",
88
"ng": "ng",

0 commit comments

Comments
 (0)