Skip to content

Commit 3d095c3

Browse files
committed
Merge branch 'develop' of github.com:/marklogic-community/marklogic-data-hub
2 parents b647f9d + a732d90 commit 3d095c3

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ _The Data Hub Framework is free and open source under the [Apache 2 License](htt
77
| Linux/Mac | [![Build Status](https://travis-ci.org/marklogic-community/marklogic-data-hub.svg?branch=master)](https://travis-ci.org/marklogic-community/marklogic-data-hub) |
88
| Windows | [![Windows Build status](https://ci.appveyor.com/api/projects/status/kgj0k5na59uhkvbv/branch/master?svg=true)](https://ci.appveyor.com/project/paxtonhare/marklogic-data-hub) |
99

10-
### Warning
11-
_This is the the 2.0 branch of The MarkLogic Data Hub Framework. The 2.0 version is only compatible with MarkLogic 9.0._
10+
_This is the official branch of The MarkLogic Data Hub Framework. It is compatible with MarkLogic 8 or 9._
1211

1312
_If you are looking for the Legacy 1.0 branch ( MarkLogic 8 compatible only ) go [here](https://github.com/marklogic-community/marklogic-data-hub/tree/1.0-master)._
1413

@@ -25,23 +24,23 @@ This project allows you to deploy a skeleton Data Hub into MarkLogic. With some
2524
You need these to get started
2625

2726
- Java 8 JDK
28-
- MarkLogic 9.0 or greater
27+
- MarkLogic 8.2 or greater, or 9.0 or greater
2928
- Gradle 3.4 or greater **(Optional)**
3029

3130
### TL;DR
3231

33-
Head over to our [Getting Started Tutorial](https://marklogic.github.io/marklogic-data-hub/) to get up and running with the Data Hub.
32+
Head over to our [Getting Started Tutorial](https://marklogic-community.github.io/marklogic-data-hub/) to get up and running with the Data Hub.
3433

3534
Or watch the [MarkLogic University - Data Hub Framework On Demand Video Courses](http://mlu.marklogic.com/ondemand/index.xqy?q=Series%3A%22Operational%20Data%20Hubs%22)
3635

3736
### The Easiest Way
3837

39-
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).
38+
To use the Data Hub Framework you should download the latest [quickstart.war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0-rc.2/quick-start-2.0.0-rc.2.war).
4039

4140
Then Run the war like so:
4241

4342
```bash
44-
java -jar quickstart.war
43+
java -jar quick-start-2.0.0-rc.2.war
4544
```
4645

4746
### Using the Hub in your existing Java project
@@ -89,6 +88,8 @@ Now you have full access to the Data Hub tasks. To see all available tasks run:
8988
./gradlew tasks
9089
```
9190

91+
There is a sample barebones project [here](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/barebones)
92+
9293
# Building From Source
9394

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

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.github.io/marklogic-data-hub/) on the Datahub Site.
17+
Check out the [HR Hub Tutorial](https://marklogic-community.github.io/marklogic-data-hub/) 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.github.io/marklogic-data-hub/what/)
33+
Get started over at the [Data Hub Site](https://marklogic-community.github.io/marklogic-data-hub/what/)

0 commit comments

Comments
 (0)