Skip to main content

Order-CE

Overview

Order-CE covers order lifecycle primitives for commerce and transactional backends. Use it when your product needs a reliable order domain rather than ad-hoc tables scattered across services.

Typical fits: checkout backends, marketplace order flows, and internal order operations systems.

Capability matrix

CapabilityCoverage
Order lifecycleCore commerce workflow domain
Multi-instance / R/W / multi-DBProduction scale defaults

Pairs well with: Auth, Product-CE, Mail-CE, Org-CE

Preface

The GoStartKit-Order module implements order management capabilities for production commerce workflows.

Features

  1. Support read-write separation, multi-instance, and multi-database deployment for horizontal expansion.
  2. Simple deployment and operations across macOS, Linux, WSL, and Windows.
  3. Designed to work alongside Product-CE, Auth, and Mail-CE.

Install

Support MacOS, Linux, WSL

curl https://get.gostartkit.com/order.sh | sh

Configuration

./bin/order-linux-amd64 config
tip

Please be sure to change the database link and user password

Initialization

./bin/order-linux-amd64 init

Serve

./bin/order-linux-amd64 serve > ./log/run.log 2>&1 &

Copyright Notice

Free use must add a GoStartKit.com link at the bottom center of the homepage and the pages that call this module's API. If you do not wish to include the link, please purchase a license.