LogoLogo
Home
Installation
Installation
  • Introduction
  • Deployment Alternatives
    • Kubernetes Deployment
      • Prerequisites
      • Recommended: Helm - Fully Automated
      • Alternative 1: Ansible - Fully Automated
      • Alternative 2: Ansible - Step-by-Step
      • Cloud Specific Details
    • Sandbox VM Deployment
      • AWS AMI - Developer Lite
    • Local Test Deployment
  • Artifacts
    • Helm Charts
      • Umbrella Charts
        • Ready Core
        • Ready CMS
        • Ready PIM
      • Initialization Charts
        • Namespaces
        • Global
        • Loader
        • Deployer API
        • Deployer
      • Application Charts
        • Admin UI
        • Gateway
        • Spring Runner
        • Samza Runner
        • Socket Runner
        • Storefront
      • Batch Charts
        • Cron
        • Job
      • Deprecated
        • Authentication
        • Session
        • H2O Wave
        • Wave App
    • Deployment Assets
      • Deprecated
    • Docker Repository
      • Front-end Images
      • Back-end Images
      • Python Images
    • Maven Repository
      • Core Packages
      • Runner Packages
      • Processors Packages
      • Custom Packages
      • Gateway Packages
    • Python Packages
    • Terraform Configurations
    • Ansible Playbooks
      • Initialization Playbooks
      • Application Playbooks
      • Enabler Playbooks
  • Administration
    • Cost & License Management
    • Secrets & Config Management
    • Testing & Health-Check
    • Logs & Traces & Metrics
    • Backup & Recovery
    • Technical Support
Powered by GitBook

© Rierino Software Inc. 2025. All rights reserved.

On this page
  1. Artifacts
  2. Maven Repository

Processors Packages

Processor packages provide common handler, state manager and query manager functionalities

Package
Definition

com.rierino.processors.common

Includes basic event handling capabilities (such as read, write, query) and basic state managers (such as local map, cache)

com.rierino.processors.mongodb

Includes MongoDB specific state, query and CDC implementations

com.rierino.processors.redis

Includes Redis specific state and CDC implementations

com.rierino.processors.jdbc

Includes RDBMS specific state and query implementations

com.rierino.processors.etcd

Includes etcd specific KV loader, state and CDC implementations

com.rierino.processors.vault

Includes HashiCorp Vault specific KV loader implementation

PreviousRunner PackagesNextCustom Packages

Last updated 6 months ago