You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example includes creating a MarkLogic plugin (examples/dependency-project/provider-project/src/main/ml-plugins/variance)
Although this does make the entire reference architetcure more complete, it does have a drawback:
Just to prove that the bundle works and deploys, one must be able to compile c++ code.
In that respect, the completeness of the example (including a plugin) adds quite a bit of noise to an otherwise simple and elegant (yet powerful) feature. I think one should be able to create a bundle and use it via samples without having to compile software.
The text was updated successfully, but these errors were encountered:
No longer including a difficult-to-compile system plugin. That's now in a separate project as a reference. Also removed the out-dated DHF 4 example project.
When looking at mlBundle, Consider the following:
https://github.com/marklogic/ml-gradle/tree/master/examples/dependency-project
This example includes creating a MarkLogic plugin (examples/dependency-project/provider-project/src/main/ml-plugins/variance)
Although this does make the entire reference architetcure more complete, it does have a drawback:
In that respect, the completeness of the example (including a plugin) adds quite a bit of noise to an otherwise simple and elegant (yet powerful) feature. I think one should be able to create a bundle and use it via samples without having to compile software.
The text was updated successfully, but these errors were encountered: