Skip to content

REST Service to launch a DHF harmonize flow

License

Notifications You must be signed in to change notification settings

Elgaeb/ml-harmonize

 
 

Repository files navigation

marklogic-data-hub-job-explorer

Spring Boot application to explore the MarkLogic Data Hub JOBS database and run flows.

Quick Start

  1. Create a new properties file for your environment, e.g. src/main/resources/application-local.properties.
  2. Create the war file using gradlew bootWar.
  3. Run the application with java -jar -Dspring.profiles.active=local build\libs\marklogic-data-hub-job-explorer-1.0.0.war (make sure you use the environment name from step 1.)
  4. Access the UI at http://localhost:8090/jobs

About

REST Service to launch a DHF harmonize flow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.3%
  • HTML 36.2%
  • JavaScript 2.3%
  • Other 0.2%