OpsFactor Community¶
OpsFactor Community is the public foundation of the platform for teams that want to run and understand Demand and Supply Planning workflows without depending on the Enterprise runtime.
Official Community release v0.1.0
The tagged backend source
and its applicable LICENSE.md
are public. Version 0.1.0 is the first official source-available Community
baseline.
Current publication status¶
| Item | Status now | What it means |
|---|---|---|
| Bilingual documentation hub | Published | Functional journeys, data contracts, Community boundary, case, article, and roadmap are public |
| Community adoption track | Published | Architecture and the Demand → Supply workflow describe the Community path |
| License and FAQ | Published | LICENSE.md is the applicable instrument; the FAQ explains practical scenarios |
| Community backend source | Released as v0.1.0 | The exact public baseline is identified by its Git tag |
| Build instructions | Published | Java 21 and Maven prerequisites are documented in the repository README |
| Packaged distribution, reference dataset, and versioned schemas | Planned for later versions | These artifacts will be published against identifiable versions when available |
The status source is the public roadmap. A label changes only when the corresponding artifact and its validation evidence are public.
Functional foundation¶
The Community scope is built from complete workflows, not unimplemented interfaces:
- classical statistical Demand Planning from sell-out, with historical splits and a material-location Planning Book;
- heuristic Supply Planning with network, capacity, inventory, replenishment, fair share, a constrained plan, and a Planning Book;
- master data, Data Operations, and APIs required by both journeys;
- simple login and a public contract that identifies the edition and the capabilities actually available.
Advanced forecast models, optimizer, process chain, detailed scheduling, pricing, finance, AI, GIS, SSO, and queues belong to the Enterprise runtime. Community does not require those components to compile or run its core.
What v0.1.0 publishes¶
- tagged backend source and applicable license;
- Java 21 and Maven build prerequisites;
- classical statistical Demand Planning;
- heuristic Supply Planning;
- material-location Planning Books and operational data contracts;
- public architecture, data, and functional documentation.
Publishing these together avoids two false starts: code that compiles but does not guide a planning decision, and documentation that cannot be reproduced against an identifiable version.
How to use this documentation¶
- Read Architecture and boundary to understand the open design and what changes in Enterprise.
- Read the Community license together with the licensing FAQ to understand the permissions and commercial boundaries.
- Use the First planning workflow to prepare data and understand the functional path available in the Community baseline.
- Follow the Community Edition Tutorial to install the packaged application and reproduce the complete paper scenario with the workbooks attached to each episode.
- Consult the data catalog for keys, dependencies, and uses.
- Review technical architecture and data integration for stable system responsibilities and release-bound contracts.
- Follow the public roadmap for publication milestones.