Moqui

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Ecosystem)
(PostgreSQL)
第69行: 第69行:
 
Full [[REST]] [[API]]
 
Full [[REST]] [[API]]
 
[[文件:Moqui-REST-API-Swagger-UI.png]]
 
[[文件:Moqui-REST-API-Swagger-UI.png]]
 +
 +
==集成==
 +
*[https://github.com/moqui/mantle-oagis Mantle OAGIS Integrations]
 +
*[https://github.com/moqui/mantle-edi Mantle EDI Integrations]
 +
*[https://github.com/moqui/moqui-aws Moqui AWS Integrations]
 +
*[https://github.com/moqui/mantle-yotpo Mantle YotPo Integration]
 +
*[https://github.com/moqui/mantle-shippo Mantle Shippo Integration]
 +
*[https://github.com/moqui/AuthorizeDotNet Mantle Authorize.NET Integration]
 +
*[https://github.com/moqui/mantle-paytrace Mantle PayTrace Integration]
 +
*[https://github.com/moqui/mantle-braintree Braintree Payment Processor]
 +
*[https://github.com/moqui/mantle-rsis Mantle RSIS Core REST API Integration]
 +
 +
==应用==
 +
*[https://github.com/moqui/PopRestStore POP REST Store] - eCommerce REST API and Web App
 +
*[https://github.com/moqui/PopCommerce POP (Plain-Old-Product) Commerce] - Retail and Wholesale ERP and eCommerce
 +
*[https://github.com/moqui/MarbleERP Moqui Marble ERP]
 +
*[https://github.com/moqui/HiveMind HiveMind] Project Management and Service ERP
  
 
==PostgreSQL==
 
==PostgreSQL==

2021年1月11日 (一) 13:48的版本

Moqui Ecosystem,Apache OFBiz 的新一代产品和下一代框架。

目录

Ecosystem

  • Moqui Framework: 核心 Core
  • Moqui Mantle: 基础 Foundation 以下数字随版本会有所不同

-Universal Data Model (UDM): 360 entities

-Universal Service Library (USL): 256 view entities, 718 services, and a REST API with 415 services

-Universal Business Process Library (UBPL)

-Simple Screens: 226 screens, 690 forms, and 23 document templates

  • Moqui Crust: 扩展 Add-on
  • Moqui Application: POP Commerce (Retail and Wholesale ERP and eCommerce ), HiveMind (Project Management and Service ERP)

功能

moqui/features

迁移

Migration from Apache OFBiz to Moqui

安装

下载类似 MoquiDemo-2.1.3.war 的文件

$ java -jar MoquiDemo-2.1.3.war load
$ java -jar MoquiDemo-2.1.3.war
http://localhost:8080/
john.doe/moqui

快速启动

$ git clone https://github.com/moqui/moqui-framework.git moqui
$ cd moqui
$ ./gradlew getComponent -Pcomponent=PopCommerce
$ ./gradlew getComponent -Pcomponent=HiveMind
$ ./gradlew downloadElasticSearch
$ ./gradlew load 
$ ./gradlew cleanAll gitPullAll load // 以后代码更新和重构数据库
$ java -jar moqui.war load conf=conf/MoquiProductionConf.xml // 装入数据,修改 runtime/conf/MoquiProductionConf.xml,参考更多配置Sample
$ java -jar moqui.war
http://localhost:8080/popchttp://localhost:8080/

可能的错误:17:34:39.373 WARN gement][T#2] o.elasticse.c.r.a.DiskThresholdMonitor high disk watermark [90%] exceeded on [uaHAW-oSTs2in1lXcIfcXw][MoquiLocal][/Users/huihoo/Software/e3.net/moqui/runtime/elasticsearch/data/nodes/0] free: 16.1gb[3.4%], shards will be relocated away from this node

或者获得moqui安装包

java -jar moqui-<version>.war -load // 创建演示Derby库和表
java -jar moqui-<version>.war // 运行 with 嵌入 Servlet, JTA/CP,DB
http://localhost:8080/

git clone https://github.com/moqui/moqui 编译源代码

gradle build
gradle load
gradle run
gradle clean
gradle cleanAll	

更多细节:Running and Deployment Instructions

framework > build > resources > MoquiDefaultConf.xml 配置 datasource

gradle loadProduction
gradle runProduction

Kotlin

Moqui 的主要开发语言是:GroovyJava,可引入 Kotlin,带来 Gradle + Kotlin 的强力组合、DSL、灵活性和生产力。

项目

API

Full REST API Moqui-REST-API-Swagger-UI.png

集成

应用

PostgreSQL

Elasticsearch

Elasticsearch 是 Moqui 一个重要的部件

可能存在的问题:

Error logging to ElasticSearch: org.moqui.BaseException: Error calling HTTP request to http://127.0.0.1:9200/moqui_logs/_bulk

重启一下 java -jar moqui.war

中文

图书

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱