Replies: 1 comment 3 replies
-
You should use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, currently i am creating new app for thesis and probably will have lot of upgrading. I want to use v4 but i am afraid that i will need to upgrade to v5 when v5 is released. I am still newbie in go so i welcome any recommendation.
here is my project repository : https://github.com/SMAMHTN/Knowledge-Management-Systems
So the idea is i want to create erp like system with microservice as its architecture, but currently because i want to finish my study so i only focused on 1 module that is knowledge management system. this system will be able to store any information and file. here is the architecture looks like
Note : scrap that mongodb, i dont think mongodb will be really used.
Core : any information regarding user, company, and application setting using Golang
KMS : any information regarding to stored information and file using Golang
Solr : for search engine using apache solr
Frontend KMS : for showing the interface using React
so i want Core and KMS to be able to communicate with other apps through API and sending text,image, or any other file. should i use the v4 or v5 for long term development purpose? thanks!
Beta Was this translation helpful? Give feedback.
All reactions