-
Notifications
You must be signed in to change notification settings - Fork 53
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
research: some open source e-commerce platforms #1
Comments
我最近找到一个go语言的商场 |
打算春节期间搞起来 |
加一个 JS 的实现. |
做一个odoo 的golang实现版 |
Make a golang implementation of odoo |
|
|
odoo社区现在发展比较好,业务流程比较成熟,我的想法是用gozero来实现ODOO的模块,数据库结构用ODOO的,国外有人用golang来完全实现ODOO,不过现在已经停止了,不过值得借鉴。https://github.com/hexya-erp/hexya |
The odoo community is developing well now, and the business process is relatively mature. My idea is to use gozero to implement ODOO modules, and use ODOO for the database structure. Some people in foreign countries use golang to fully implement ODOO, but it has stopped now, but it is worth learning. https://github.com/hexya-erp/hexya |
Take a look at this https://github.com/go-pay/gopay, how about integrating it into the mall? |
|
一些开源电商平台调研:
目标:
go-zero
用生产级别
的微服务
的最佳实践
方式写一套电商平台
.Why?
微服务
.规模以上
企业(有志于成为这类)的架构实践.go-zero
写的. 学习一门新技术, 最好的方式, 就是用他写一个产品
.重点参考项目:
mall:
server:
admin:
app:
Java:
Golang:
PHP:
laravel:
ThinkPHP:
Python:
Django:
ref:
The text was updated successfully, but these errors were encountered: