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
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
1
_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._
2
2
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._
| Windows |[](https://ci.appveyor.com/project/paxtonhare/marklogic-data-hub)|
| Windows |[](https://ci.appveyor.com/project/paxtonhare/marklogic-data-hub)|
9
9
10
-
# MarkLogic Data Hub
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._
12
+
13
+
_If you are looking for the 1.0 branch ( MarkLogic 8 compatible ) go [here](https://github.com/marklogic-community/marklogic-data-hub/tree/1.0-develop)._
11
14
12
-
## WARNING!!!! This is the the 2.0 branch of The MarkLogic Data Hub Framework. The 2.0 version is only compatible with MarkLogic 9.0 which is currently in Early Access and not generally available.
15
+
#MarkLogic Data Hub
13
16
14
17
Go from nothing to Operational Data Hub in a matter of minutes.
15
18
@@ -33,7 +36,7 @@ Or watch the [MarkLogic University - Data Hub Framework On Demand Video Courses]
33
36
34
37
### The Easiest Way
35
38
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).
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).
37
40
38
41
Then Run the war like so:
39
42
@@ -48,7 +51,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
@@ -76,7 +79,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
76
79
77
80
```groovy
78
81
plugins {
79
-
id 'com.marklogic.ml-data-hub' version '2.0.0-beta.1'
82
+
id 'com.marklogic.ml-data-hub' version '2.0.0-rc.1'
80
83
}
81
84
```
82
85
@@ -90,4 +93,4 @@ Now you have full access to the Data Hub tasks. To see all available tasks run:
90
93
91
94
Feeling intrepid? Want to contrubute to the Data Hub Framework? Perhaps you just want to poke the code?
92
95
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.
96
+
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.
0 commit comments