Postgres Services

The chuck-stack services section aims to provide the most common services needed by an ERP-like application. We provide these services in a consistent and reasonable manner as described in the conventions section.

Services Goals

We created the chuck-stack services to allow users to:

  • Spawn asynchronous tasks/jobs (Async)
  • Tag any record with any number of attributes (Attribute Tagging)
  • Record events as they occur (Events)
  • Notify users and other systems of any state change (Notify)
  • Execute any request/workflow (state management) against any record (Request Workflow)
  • Track any statistics against any record without creating a spider web of foreign keys (Statistics)
  • Store system variables and reference them in code without referencing a record's _uu directly from code (System Configuration)

Create your Own Service


Copyright © 2024-, CHUBOE LLC. All rights reserved.