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
| Windows |[](https://ci.appveyor.com/project/paxtonhare/marklogic-data-hub)|
9
9
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._
12
11
13
12
_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)._
14
13
@@ -25,23 +24,23 @@ This project allows you to deploy a skeleton Data Hub into MarkLogic. With some
25
24
You need these to get started
26
25
27
26
- Java 8 JDK
28
-
- MarkLogic 9.0 or greater
27
+
- MarkLogic 8.2 or greater, or 9.0 or greater
29
28
- Gradle 3.4 or greater **(Optional)**
30
29
31
30
### TL;DR
32
31
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.
34
33
35
34
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)
36
35
37
36
### The Easiest Way
38
37
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).
40
39
41
40
Then Run the war like so:
42
41
43
42
```bash
44
-
java -jar quickstart.war
43
+
java -jar quick-start-2.0.0-rc.2.war
45
44
```
46
45
47
46
### 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:
89
88
./gradlew tasks
90
89
```
91
90
91
+
There is a sample barebones project [here](https://github.com/marklogic-community/marklogic-data-hub/tree/master/examples/barebones)
92
+
92
93
# Building From Source
93
94
94
95
Feeling intrepid? Want to contrubute to the Data Hub Framework? Perhaps you just want to poke the code?
0 commit comments