memgraph / helm-charts

Helm charts for deploying Memgraph, an open-source in-memory graph database.
https://memgraph.github.io/helm-charts/
Apache License 2.0
14 stars 11 forks source link

Injecting custom query modules #66

Closed matkob closed 2 weeks ago

matkob commented 3 weeks ago

Hi, as the title suggests, I'd like to add the capability to mount custom query modules into the app during the deployment. I know one way would be to bake these files into the Docker image but I'd prefer to keep them separate to avoid having to maintain one extra component.

Would you be interested in a small contribution? I have the code almost ready :)

katarinasupe commented 3 weeks ago

Hi @matkob, of course, we would be interested in such a contribution. I would love to see your approach 😄

matkob commented 3 weeks ago

Hey, good to hear :) I've submitted the PR but didn't include much in the description. Let me know what's the way to go about the PRs - if I should document the work there or a link to this issue is enough.

katarinasupe commented 3 weeks ago

Having an issue describing what you did linked is good enough. Thank you 🙏