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
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
-
<pstyle="font-style: italic; font-size:12px;">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.</p>
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
-
<pstyle="font-style: italic; font-size:12px;">The Data Hub Framework is free and open source under the <ahref="https://github.com/marklogic/marklogic-data-hub/blob/1.0-master/LICENSE">Apache 2 License</a> 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.
4
-
</p>
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._
Windows | [](https://ci.appveyor.com/project/paxtonhare/marklogic-data-hub)
@@ -16,21 +15,21 @@ This project allows you to deploy a skeleton Data Hub into MarkLogic. With some
16
15
17
16
# Getting Started
18
17
19
-
###Prerequisites
18
+
###Prerequisites
20
19
21
20
You need these to get started
22
21
23
22
- Java 8 JDK
24
23
- MarkLogic 8.0-2 or greater
25
24
- Gradle 3.1 or greater **(Optional)**
26
25
27
-
###TL;DR
26
+
###TL;DR
28
27
29
28
Head over to our [Getting Started Tutorial](https://marklogic.github.io/marklogic-data-hub/) to get up and running with the Data Hub.
30
29
31
30
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)
32
31
33
-
###The Easiest Way
32
+
###The Easiest Way
34
33
35
34
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
35
@@ -40,7 +39,7 @@ Then Run the war like so:
40
39
java -jar quickstart.war
41
40
```
42
41
43
-
###Using the Hub in your existing Java project
42
+
###Using the Hub in your existing Java project
44
43
45
44
Alternatively you can include the jar file as a build dependency in your Java project. Make sure you reference the latest version.
0 commit comments