Darpan is a Moqui component focused on data reconciliation workflows, with Spark-based comparison utilities and JSON schema tooling.
- Component code:
runtime/component/darpan/ - Docs/wiki index:
runtime/component/darpan/docs/Home.md - Reconciliation services and scripts:
runtime/component/darpan/service/andruntime/component/darpan/src/ - JSON schemas:
runtime/schemas/json/ - Example inputs:
runtime/component/darpan/data/sample/
- Code map and entry points:
runtime/component/darpan/docs/code-map.md - Reconciliation platform docs:
runtime/component/darpan/docs/reconciliation/platform/overview.md - JSON Schemas:
runtime/component/darpan/docs/reconciliation/json-schema-management.md - Java 17 compatibility notes:
runtime/component/darpan/docs/build/java17-compatibility.md
darpan-backendowns Moqui backend contracts, services, entities, and processing logic.darpan-uiowns custom UI and PWA implementation.- Do not add or extend custom UI/PWA surfaces in
darpan-backend; implement them indarpan-ui.
See LICENSE.md.