-
Notifications
You must be signed in to change notification settings - Fork 145
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
Project Roadmap #47
Comments
As a scaffolding tool project, nunu's current functions have satisfied most application scenarios, so there is no special development direction at present. Or do you have any good suggestions? |
I was thinking of adding a messaging system, like RabbitMQ, to the project. Also, to include a Kubernetes manifest. Create a parameter to start GoProxy, timezone for other parts of the world, besides China. |
The encapsulation of a general-purpose mq package poses significant challenges as it necessitates careful consideration of numerous use cases and code quality. Therefore, I would recommend allowing the user to encapsulate the MQ-related business logic. Suggestions such as k8s and time zone are valuable additions, and contributions are warmly welcomed. |
I will work to add a system by region and Kubernetes option, then I will add RabbitMQ. |
Any recent updates on this? |
I am working on the multi-region system and, subsequently, on Kubernetes and RabbitMQ |
any chance to add Postgresql as backend database as a alternative? |
Currently supports postgres https://github.com/go-nunu/nunu-layout-advanced/blob/main/internal/repository/repository.go#L81 |
Is there a roadmap for what you plan to add to the project?
It would be good to have a discussion group; I am interested in being a contributor to the project.
The text was updated successfully, but these errors were encountered: