Back to list
violetio

relay

by violetio

AI-powered knowledge and agent plugins for Violet, compatible with Claude Code and other AI systems

1🍴 0📅 Jan 8, 2026

SKILL.md


name: relay description: Relay events and notifications context

Relay Domain Context

What Is Relay?

Relay handles events, notifications, and data feeds across the Violet platform. It's the central nervous system for asynchronous communication.

Core Capabilities

Event Processing

  • Kafka-based event streaming
  • Event routing and transformation
  • Dead letter queue handling
  • Event replay capabilities

Notifications

  • Webhook delivery to external systems
  • Email notifications
  • In-app notifications
  • Notification preferences management

Feed Management

  • Product feed generation
  • Order feed updates
  • Inventory feed synchronization
  • Custom feed formats

Key Kafka Topics

Topic PatternPurpose
orders.order.*Order lifecycle events
products.product.*Product update events
merchants.merchant.*Merchant account events
fulfillment.*Fulfillment tracking events
inventory.*Stock level changes

Event Schema Pattern

{
  "event_type": "order.created",
  "event_id": "uuid",
  "timestamp": "2024-01-01T00:00:00Z",
  "version": "1.0",
  "payload": {
    "order_id": 12345,
    "app_id": 67890
  },
  "metadata": {
    "source": "OrderService",
    "correlation_id": "uuid"
  }
}

Key Repositories

RepoPurpose
FeedManagementServiceFeed generation and delivery
NotificationServiceNotification routing
EventBridgeEvent processing infrastructure

Integration Points

  • Beam: Receives fulfillment events, sends order confirmations
  • Prism: Receives order events, sends inventory updates
  • Channels: Webhook delivery for order/fulfillment updates
  • Merchants: Store update notifications

Score

Total Score

45/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon