|
1 | | -# MarkLogic Data Hub |
2 | | - |
3 | | -Go from nothing to an Operational Data Hub in a matter of minutes. |
4 | | - |
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 | | - |
7 | | -# Version Support |
8 | | -MarkLogic 9.0-5 or later is required with version 4.0.0+ of the DHF. |
9 | | - |
10 | | -# Getting Started |
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. |
12 | | - |
13 | | - |
14 | | -## Advanced Hub Usage |
15 | | -Ready to go beyond the Developer QuickStart and start using DHF in your own Java or Gradle project? The [Data Hub Framework website](https://marklogic.github.io/marklogic-data-hub/) also provides that. |
16 | | - |
17 | | -## Don't get this code |
18 | | -You don't need to checkout this repo unless you plan to actively contribute changes to the Data Hub Framework. Go to [our website](https://marklogic.github.io/marklogic-data-hub/) to get started with DHF. |
19 | | - |
20 | | -If you really do want to contribute, see our [Contributing Guide](https://github.com/marklogic/marklogic-data-hub/blob/master/CONTRIBUTING.md) to get started. |
21 | | - |
22 | | -# Support |
23 | | - |
24 | | -The MarkLogic Data Hub Framework is maintained by [MarkLogic][marklogic] |
25 | | -Engineering and is made available under the [Apache License 2.0][apache]. _The |
26 | | -Data Hub Framework core Java libraries and gradle commands are supported |
27 | | -software for production use with MarkLogic Server. The QuickStart UI is |
28 | | -designed for use in a development environment and is not currently supported |
29 | | -for production use._ Everyone is encouraged to file bug reports, feature |
30 | | -requests, and pull requests through [GitHub][issues]. This input is critical |
31 | | -and will be carefully considered. However, we can't promise a specific |
32 | | -resolution or timeframe for any request. In addition, MarkLogic provides |
33 | | -technical support for [release tags][releases] of the MarkLogic Data Hub |
34 | | -Framework to licensed customers under the terms outlined in the [MarkLogic |
35 | | -Technical Support Handbook][handbook]. Customers with an active maintenance |
36 | | -contract can sign up for MarkLogic Technical Support on our |
37 | | -[support portal][support]. |
38 | | - |
39 | | -[marklogic]: https://www.marklogic.com/ |
40 | | -[apache]: https://www.apache.org/licenses/LICENSE-2.0 |
41 | | -[issues]: https://github.com/marklogic/marklogic-data-hub/issues |
42 | | -[releases]: https://github.com/marklogic/marklogic-data-hub/releases |
43 | | -[handbook]: http://www.marklogic.com/files/Mark_Logic_Support_Handbook.pdf |
44 | | -[support]: https://help.marklogic.com/ |
| 1 | +# MarkLogic Data Hub |
| 2 | + |
| 3 | +Go from nothing to an Operational Data Hub in a matter of minutes. |
| 4 | + |
| 5 | +MarkLogic Data Hub is a data integration platform and toolset that helps you quickly and efficiently integrate data from many sources into a single MarkLogic database and then expose that data. |
| 6 | + |
| 7 | + |
| 8 | +# Version Support |
| 9 | + |
| 10 | +For Data Hub version 5.0, you need: |
| 11 | + |
| 12 | + - MarkLogic 9.0-7 or later |
| 13 | + - Gradle 4.6 or later |
| 14 | + - Java JDK 8 or later |
| 15 | + |
| 16 | + |
| 17 | +# Getting Started |
| 18 | +Grab the [latest release](https://github.com/marklogic/marklogic-data-hub/releases). Visit our [Data Hub website](https://docs.marklogic.com/datahub/) to get started. |
| 19 | + |
| 20 | + |
| 21 | +## Advanced Hub Usage |
| 22 | +You can also go beyond the QuickStart app and start using Data Hub in your own Java or Gradle project. Visit our [Data Hub website](https://docs.marklogic.com/datahub/) for more information. |
| 23 | + |
| 24 | + |
| 25 | +## Contribute |
| 26 | +You do not need to download the code in the repository to use MarkLogic Data Hub. |
| 27 | + |
| 28 | +If you would like to plan to actively contribute changes to the Data Hub. |
| 29 | + |
| 30 | +If you really do want to contribute, see our [Contributing Guide](https://github.com/marklogic/marklogic-data-hub/blob/master/CONTRIBUTING.md) to get started. |
| 31 | + |
| 32 | + |
| 33 | +# Support |
| 34 | +The MarkLogic Data Hub is maintained by [MarkLogic][marklogic] Engineering and is made available under the [Apache License 2.0][apache]. |
| 35 | + |
| 36 | +_The Data Hub core Java libraries and Gradle commands are supported software for production use with MarkLogic Server. QuickStart is designed for use in a development environment and is not currently supported for production use._ |
| 37 | + |
| 38 | +Everyone is encouraged to file bug reports, feature requests, and pull requests through [GitHub][issues]. This input is critical and will be carefully considered. However, we cannot promise a specific resolution or timeframe for any request. |
| 39 | + |
| 40 | +In addition, MarkLogic provides technical support for [release tags][releases] of MarkLogic Data Hub to licensed customers under the terms outlined in the [MarkLogic Technical Support Handbook][handbook]. Customers with an active maintenance contract can sign up for MarkLogic Technical Support on our [support portal][support]. |
| 41 | + |
| 42 | + |
| 43 | +[marklogic]: https://www.marklogic.com/ |
| 44 | +[apache]: https://www.apache.org/licenses/LICENSE-2.0 |
| 45 | +[issues]: https://github.com/marklogic/marklogic-data-hub/issues |
| 46 | +[releases]: https://github.com/marklogic/marklogic-data-hub/releases |
| 47 | +[handbook]: http://www.marklogic.com/files/Mark_Logic_Support_Handbook.pdf |
| 48 | +[support]: https://help.marklogic.com/ |
0 commit comments