Questions tagged [marklogic-dhf]

Use for questions about the MarkLogic Data Hub Framework. More people will see your question if you also tag it with "marklogic".

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.

The MarkLogic Data Hub Framework lives at https://github.com/marklogic/marklogic-data-hub

190 questions
0
votes
1 answer

Marklogic - Module /com.marklogic.hub/dhf.xqy not found

MarkLogic version : 9.0.6 Data Hub Frame work : 3.0.0 After successfully initializing data-hub-framework on MarkLogic server, I am trying to deploy a javascript module that has uses dhf.xqy. const dhf = require('/com.marklogic.hub/dhf.xqy'); When I…
Bhanu
  • 427
  • 2
  • 8
0
votes
1 answer

How to embed custom code in MarkLogic Data Hub Framework?

I have created an Entity and have created input and harmonize flow. I can able to see generated XQuery files. Now i have a requirement where i need to do some (if-else) on my raw data and based on the conditions i need to Push some of the data to…
Shalini
  • 348
  • 1
  • 12
0
votes
2 answers

How to abort some but not all ingest flows in MarkLogic Data Hub Framework

We are working with the MarkLogic Data Hub Framework and ingesting documents in a unitemporal database via the REST multi-document write documents endpoint. Now, sometimes we receive document updates via this way of documents that didn't change.…
0
votes
1 answer

Marklogic data hub harmonization Job status is cancelled when collector is returning more than 5000 uri

I am calling flowrunner.run method to do harmonization and we have implemented in such a way if content is harmonized successfully , we will delete a content from stage database based on status value which we will get from job database, but whenever…
vikas
  • 1
  • 2
0
votes
1 answer

how to write info section in Marklogic datahub framework plugin

I would appreciate any hint as how to code MarkLogic DataHub Framework plugins to be able to output the entity "info" section under "instance" (you normally see in entity services). I think it should be in the content.sjs, but not sure how to…
L C
  • 1
0
votes
1 answer

Data Profiling/ Analysis Tool in marklogic

I am working on a use case where I will be loading the source data into marklogic with csv/excel/pdf format "as-is". Later we need to do the data profiling/analysis using some tool in marklogic. Doing some search on google, I see a tool named "data…
0
votes
2 answers

marklogic search by date field in java

I have a CustomPojo where I have a date field(testDate) in it. Now I want to search this CustomPojo's based on the date range of that date field. Am trying to achieve it in following way but unfortunately it is not filtering the data but returning…
0
votes
1 answer

MarkLogic Data Hub Framework for Real-time Processing

It seems Marklogic DHF is purpose built for batch processing and I'm looking for some guidance to extend that to real-time ingestion from IBM MQ and later harmonize it to canonical entities. This post How to use marklogic database for real time…
haritrichy
  • 107
  • 9
0
votes
1 answer

Marklogic datahub quick start app UI framework

What flex library/css does marklogic data-hub quick start application uses ? It seems they are using angular2-mdl in conjunction with some flex css/library. I was wondering which flex library is being used.
Ravi
  • 1,179
  • 6
  • 13
-1
votes
1 answer

How to transform my URI to have system date as well in MLCP

The uri is getting generated based on a unique key in my delimited input. But, for versioning of document to work , I require it to have system dateTime also. Can anyone help?
1 2 3
12
13