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: CONTRIBUTING.md
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,26 +29,6 @@ You need these to get started
29
29
- Gradle (3.4 or greater)
30
30
- A decent IDE. IntelliJ is nice.
31
31
32
-
#### Symlinking to MarkLogic
33
-
The 3.0 release of DHF will ship its xqy and sjs code within MarkLogic.
34
-
To run in development mode against MarkLogic you will need:
35
-
`MarkLogic 9.0-2018-02-14 or greater`
36
-
37
-
If you wish to make code changes to the xqy or sjs files within DHF you will need to symlink your source code into the /MarkLogic install dir so that MarkLogic serves up your files instead of the ones bundled in the nightly.
**First, a warning.**_The DHF has a ton of tests and they take a very long time to run. Considering you might not want to invest 30 minutes to wait for tests these instructions will show you how to skip the tests._
@@ -96,7 +76,7 @@ plugins {
96
76
...
97
77
98
78
// comment out this line. It pulls the version from the cloud
99
-
// id 'com.marklogic.ml-data-hub' version '3.0.0'
79
+
// id 'com.marklogic.ml-data-hub' version '4.0.0'
100
80
}
101
81
102
82
// this tells gradle to apply the plugin you included above in the buildscript section
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Go from nothing to an Operational Data Hub in a matter of minutes.
5
5
The MarkLogic Data Hub Framework is a data integration framework and toolset to quickly and efficiently integrate data from many sources into a single MarkLogic database and then expose that data.
6
6
7
7
# Version Support
8
-
MarkLogic 9.0-5 or later is required with version 3.0.0+ of the DHF.
8
+
MarkLogic 9.0-5 or later is required with version 4.0.0+ of the DHF.
9
9
10
10
# Getting Started
11
11
Grab the [latest release](https://github.com/marklogic/marklogic-data-hub/releases) then visit our [Data Hub Framework website](https://marklogic.github.io/marklogic-data-hub/) to get started.
0 commit comments