Hello everyone,
Over the past few weeks, I have been working on an open-source tool designed to enhance the performance of aggregation queries in MongoDB: https://github.com/maggregor/maggregor
I would like to have opinions about the distribution of my project.
At the moment, I only have a Dockerfile for installation. I plan to create a Docker image to facilitate the installation. However, I would appreciate any suggestions.
I was talking to a friend about wanting to distribute it via a pkg but he don't think creating an embeddable executable using "pkg" https://www.npmjs.com/package/pkg (would be suitable for this case (the server consists of a TCP proxy and requires a database to store metadata)
I am considering distributing the tool via npm.
What are your thoughts on this?
Top comments (0)