Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mlBundle - example project - remove Plugin from reference #676

Closed
DavidEnnis-CleverLlamas opened this issue Oct 2, 2023 · 1 comment
Closed
Milestone

Comments

@DavidEnnis-CleverLlamas
Copy link

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:

  • 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.

@rjrudin rjrudin added this to the 4.6.1 milestone Jan 11, 2024
rjrudin added a commit that referenced this issue Jan 11, 2024
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.
rjrudin added a commit that referenced this issue Jan 11, 2024
#676 Simplified example project for bundles
@rjrudin rjrudin closed this as completed Feb 19, 2024
@DavidEnnis-CleverLlamas
Copy link
Author

Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants