Homepage • GitHub • Discussion • Twitter
Encapsule Project is a quest to define a universal protocol for domain-specific software models + infrastructure to support composition of distributed apps & services.
◂ Holistic App Platform Runtime Libraries:: d2r2 • d2r2-components • holarchy • holarchy-cm • holism • holism-metadata • holism-services • holistic-app-models • holistic-html5-service • holistic-nodejs-service • holistic-service-core • holodeck • holodeck-assets • hrequest
Package: @encapsule/holarchy-cm v0.4.4-colfaxpeak build ID "cOPp4PdPRXKyaPt5tQTCqQ"
Sources: @encapsule/holodev#e2ac2697de97dbe7b68722e9de19e7f6d6e282cc
Created: 2022-06-11T19:59:25.000Z // License: MIT
Purpose: library // Environment: Node.js and Browser/HTML5
This package contains the Holistic App Platform's core re-usable CellModel library.
The @encapsule/holarchy-cm
runtime library package is included in the @encapsule/holistic
platform package, and is
installed and registered in every derived application service project created/maintained the appgen command line utility.
From within your application service project, any module that requires access to @encapsule/holarchy-cm
package API can simpy require/import the module:
const holarchy-cm = require("@encapsule/holarchy-cm");
// holarchy-cm is a reference to an object that define the runtime library's API.
// ... your code here
Please read through these webpages to get a broad sense of the architectural precepts that underpin System-In-Cell (SiC) architecture.
-
All About Circuits - Finite State Machines This is our long-established program execution model - CellProcessor evaluation is execution.
-
All About Circuits - Introduction to Combinatorial Logic Functions Basic information about logic (in hardware terms). Note that a call to
act
is a clock signal. -
ScienceDirect - Boolean Expression A brief look at compositional patterns that we seek to capture here as CellModel for re-use everythere at all levels of system X distributed across [ A, B, C... ] service instance(s).
-
All About Circuits - Ladder Diagrams YEA, THIS
-
All About Circuits - Finite-state Machine Architecture Applied
Please post bug reports to one of the follow issue queues depending on topic:
-
@encapsule/holistic GitHub Issues - Holistic platform RTL + appgen issues.
-
@encapsule/arccore GitHub Issues - Core data RTL issues.
-
@encapsule/arctools GitHub Issue - Core data tools and RTL issues.
Join the Holistic App Platform Discussion (Google Group) -- A group for discussion of Holistic App Platform runtime libraries, tools, design patterns, service architecture, and related topics.
Copyright © 2022 Chris Russell Seattle, Washington USA
Published under MIT license by Encapsule Project
Please follow @Encapsule on Twitter for news and updates.