Routecraft

  • Introduction
    • Getting started
    • Installation
    • Project structure
    • Routes
    • Testing
    • Deployment
    • Monitoring
  • Reference
    • Adapters
    • Operations
    • Events
    • Configuration
    • CLI
    • Create RouteCraft
    • Plugins
    • Linting
    • Errors
  • Examples
    • File to HTTP
    • Sample Metrics
    • Webhook Router
    • HTTP Server
    • Batch Processing
  • Community
    • Contribution Guide
    • FAQ

Examples

Working, focused example routes you can copy and adapt.

File to HTTP

Read CSV and send rows to an API.

Sample Metrics

Collect and sample metrics to reduce volume.

Webhook Router

Process and route webhook events.

HTTP Server

Build a simple REST endpoint.

Batch Processing

Process items in groups for efficiency.