MarkLogic Version : 9.0.6
After I installed version 9.0.6 on windows machine, I noticed that Data Hub Framework modules are created under C:\Program Files\MarkLogic\Modules\MarkLogic\data-hub-framework.
Do these modules get imported into MarkLogic server or just stay in C drive only?
If imported into MarkLogic server, where can I find them? I ran a uriMatch query on "data-hub-MODULES" and "Modules" databases but returned empty squence.
cts.uriMatch("*dhf.xqy*")
If I want to make a change to "flow-lib.xqy" and test it, what is the process? Can I just make changes in C drive (C:\Program Files\MarkLogic\Modules\MarkLogic\data-hub-framework\impl)? Do I have to reimport the modules into MarkLogic server?