Project Type: WordPress Plugins

REST API Extensions Guide

This guide explains how Data Machine extensions integrate with the REST API ecosystem, covering both filter-based integration (preferred) and custom REST endpoint patterns. Integration Philosophy Core Principle: Extensions primarily consume...

Files Fetch Handler

Processes uploaded files from flow-isolated storage with automatic MIME type detection, file validation, and deduplication tracking. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality: Automatic deduplication via isItemProcessed() and...

Fetch Handlers Overview

Fetch handlers retrieve content from various sources and convert it into standardized DataPackets for pipeline processing. Available Handlers Local Sources WordPress Local (wordpress) Purpose: Fetch posts/pages from local WordPress installation...

RSS Feed Fetch Handler

Fetches and processes RSS/Atom feed data with automatic deduplication, timeframe filtering, content search capabilities, and clean content processing without URL pollution. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality:...

Universal Web Scraper

The Universal Web Scraper is a high-performance fetch handler in the datamachine-events plugin designed to retrieve event data from external websites with maximum accuracy and reliability. Architectural Overview The scraper...

Universal Engine Architecture

Since: 0.2.0 The Universal Engine is a shared AI infrastructure layer that provides consistent request building, tool execution, and conversation management for both Pipeline AI and Chat API agents in...

WordPress Shared Components

Overview The WordPress Shared Components are a collection of centralized WordPress functionality introduced in version 0.2.1. These components reduce code duplication and provide consistent WordPress integration across handlers, particularly the...

WordPress Settings Handler

File Location: inc/Core/WordPress/WordPressSettingsHandler.php Since: 0.2.1 Provides reusable WordPress-specific settings utilities for taxonomy fields, post type options, and user options across all WordPress handler Settings classes. Overview The WordPressSettingsHandler centralizes common...

Core Actions Reference

Comprehensive reference for all WordPress actions used by Data Machine for pipeline execution, data processing, and system operations. Note: Most core operations use ability classes under inc/Abilities/ for direct method...

Core Filters Reference

Comprehensive reference for all WordPress filters used by Data Machine for service discovery, configuration, and data processing. Service Discovery Filters datamachine_handlers Purpose: Register fetch, publish, and upsert handlers Parameters: $handlers...

← Back to Chubes.net