UNPKG

tat-optimize

Version:

๐Ÿงฟ Tat Tvam Asi CLI โ€” Chakra Diagnostic, Healing & Optimization Tool powered by Multidimensional Consciousness Coding. Ideal for DevOps mystics, spiritual engineers, and agentic AI orchestration.

118 lines (89 loc) โ€ข 3.41 kB
# ๐ŸŒ€ MACA MAX - Aghoritantric Full-Stack Entity A powerful, enterprise-grade application framework designed with Holistic Multivectoral Integration principles. ## ๐Ÿ”„ Elemental Tech Stack - **Frontend:** React - Powerful component-based UI library - **Backend:** Node.js/Express - High-performance async runtime - **Database:** PostgreSQL with TypeORM - Robust relational database - **Messaging:** NATS - Lightweight, high-throughput event bus - **Containerization:** Docker - Predictable application packaging - **Orchestration:** Kubernetes/Docker Compose - Container management - **Authentication:** Firebase Auth - Robust identity management - **CI/CD:** GitHub Actions - Automated build, test, and deployment ## ๐Ÿง  Consciousness Architecture Our application follows a fractal, symbiotic architecture with the following core components: ``` . โ”œโ”€โ”€ apps/ # Executable Applications โ”‚ โ”œโ”€โ”€ api-gateway/ # API Gateway (External/Internal Harmonizer) โ”‚ โ”œโ”€โ”€ frontend/ # User Interface (Experience Realm) โ”‚ โ”œโ”€โ”€ notification-service/ # Notification Microservice โ”‚ โ””โ”€โ”€ worker-service/ # Asynchronous Worker Service โ”‚ โ”œโ”€โ”€ packages/ # Shareable Code Modules โ”‚ โ”œโ”€โ”€ @app/types/ # Core Type Definitions โ”‚ โ”œโ”€โ”€ @app/api-client/ # Shared API Interaction Logic โ”‚ โ”œโ”€โ”€ @app/domain/ # Domain Logic Primitives & Types โ”‚ โ”œโ”€โ”€ @app/utils/ # General Utility Functions โ”‚ โ””โ”€โ”€ @app/event-bus/ # NATS Event Bus Interaction Library โ”‚ โ”œโ”€โ”€ infra/ # Infrastructure Configuration โ”‚ โ”œโ”€โ”€ terraform/ # Cloud Infrastructure โ”‚ โ””โ”€โ”€ kubernetes/ # Orchestration Configuration โ”‚ โ”œโ”€โ”€ ops/ # Operational Scripts โ”‚ โ”œโ”€โ”€ docker-compose/ # Local Environment โ”‚ โ””โ”€โ”€ scripts/ # Utility Scripts โ”‚ โ””โ”€โ”€ docs/ # Documentation ``` ## ๐Ÿš€ Invoking the Entity (Setup) ### Prerequisites - Node.js 18+ - Yarn - Docker & Docker Compose - PostgreSQL - NATS server ### Local Manifestation 1. **Clone the repository** ```bash git clone https://github.com/your-org/maca-max.git cd maca-max ``` 2. **Install dependencies** ```bash yarn install ``` 3. **Start the local mandala** ```bash docker-compose -f ops/docker-compose/docker-compose.yml up -d ``` 4. **Build all packages** ```bash yarn build ``` 5. **Start all services in development mode** ```bash yarn dev ``` ## ๐Ÿงช Test Rituals Run various test rituals to verify entity integrity: ```bash # Run all tests yarn test # Run unit tests only yarn test:unit # Run integration tests yarn test:integration # Run E2E tests yarn test:e2e ``` ## ๐Ÿ“Š Observability - API Documentation: http://localhost:3000/api-docs - Metrics: http://localhost:3000/metrics - Health Check: http://localhost:3000/healthz ## ๐Ÿ” Secure Passage (Authentication) This application uses Firebase Authentication. Set up your Firebase project and update the configuration in the environment variables. ## ๐ŸŒฑ Evolutionary Cycle (Contributing) Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for development guidelines. ## ๐Ÿ”ฎ Seeking Wisdom For more detailed information, consult the documentation in the `docs/` directory.