Skip to content

Commit 403d2ef

Browse files
committed
gradle-tasks-demo Readme update
1 parent 63b124a commit 403d2ef

File tree

1 file changed

+8
-3
lines changed
  • examples/gradle-tasks-demo

1 file changed

+8
-3
lines changed

examples/gradle-tasks-demo/Readme

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Assumptions:
2-
1) This project assumes that DHF environment is already provisioned
3-
2) You have information about load balancer hosts
2+
1) This project assumes that DHS environment is already provisioned (DHS environment is provisioned in AWS. All the app servers, databases and required roles
3+
are provisioned and the users are created)
4+
2) You have information about load balancer hosts. The loadbalancerhosts can be configured to be public. If the loadbalancerhosts are public, you can run this project from local environment. If the loadbalancerhosts are not public, then these hosts are only accessible from the VPC that is peered to the MarkLogic VPC (This can be accessed from your local by ssh tunneling)
45

6+
Example Demonstration:
7+
This example demonstrates the usage of gradle tasks to ingest and harmonize sample Product data into MarkLogic.
8+
The example will walk you through an end to end flow of loading datahub modules into DHS environment, creating entites, mappings, input/harmonize flows and
9+
running the flows in DHS environment
510

6-
Sample Project to work on DHS:
11+
Steps to work on DHS:
712

813
1) Add the build.gradle file from the docs folder into the current directory
914
2) install gradle and run gradle wrapper --gradle-version 3.4

0 commit comments

Comments
 (0)