Mike's Notes
Here are some recent changes, and no doubt there will be many more on the road to autonomous automated production. This has been driven by;
- Application.cfc configuration
- Cross-platform deployment
- Cost reduction
- Security
- Privacy
- Archiving
- Import previous versions
- Generate future versions
Editions
Setting up the data centre has resulted in Pipi 9 being explicitly split into 4 editions this week, each with a different role. They all work together to provide socially useful critical infrastructure services.
- Pipi Application
- Pipi Core
- Pipi IaC
- Pipi Robot
Pipi Application
SaaS applications that run in the cloud (AWS, Azure, GCP, IBM, Oracle, etc).
Pipi Core
The mother ship runs in the isolated data centre.
Pipi IaC
A slave of Pipi Core, it uses Infrastructure as Code (IaC) to deploy into the cloud.
Pipi Robot
A slave of Pipi Core, it runs in the cloud to super-administer all SaaS applications.
Resources
References
- Reference
Repository
- Home > Ajabbi Research > Library >
- Home > Handbook >
Last Updated
23/04/2026
Pipi Core directory structure
Mike is the inventor and architect of Pipi and the founder of Ajabbi.
This is the current default directory configuration for the Pipi Core accounts in a Windows data centre.
Pipi can automatically edit the configuration file to easily change the location of these key directories for a particular host, such as Windows or Linux.
- Linux
- MacOS
- Windows
- etc.
Each major build version contains a different directory structure. This configuration file is for version 9.
Configuration file
/9cc/ (Pipi Nest)
- pipi_nest_probe.cfm
- data/
- couchbase/
- db2/
- derby/
- h2/
- hsqldb/
- informix/
- mariadb/
- msaccess/
- 32/
- 64/
- mssql/
- mysql/
- oracle/
- pg/
- 18/
- sqllite/
- sybase/
- virtuoso/
- pipi/
- Application.cfc (1) - Nest settings
- pipi_nest.cfm
- loki-01/ (instance)
- ...
- loki-02/ (instance)
- Application.cfc (2) - Account settings
- pipi_account.cfm
- pip/
- Application.cfc (3) - Version settings
- pipi_version.cfm
- i18n/
- log/
- pipi_<pipi version>.txt
- sys/
- temp/
- template/
- _include/
- _layout/
- _log/
- www/
- mission-control/
- Application.cfc (4) - Website settings
- work/
- backup/
- install/
- project/
Descriptions
| Directory | Example | Description |
|---|---|---|
| 9cc | 9cc/ |
Pipi Nest: Major version = 9 Edition = c (Pipi Core). Account type = c (Core). |
| <instance name> | loki-01/ | Pipi instance name (retired deity, lowercase, unique ASCII). |
| pip | pip/ | Pipi Core goes here |
| Application.cfc | Application.cfc | Config file |
| i18n | i18n/ | Translation files |
| log | log/ | Log files |
| <pipi version>.txt | pipi.9.1.2.34567.txt | ASCII text file (current build). |
| sys | sys/ | System Engine (sys) |
| temp | temp/ |
|
| template | template/ | |
| www | www/ | mission control website |
No comments:
Post a Comment