Available Features
Data Aggregation
Combine multiple API calls, filter responses, and transform data structures
JWT Authentication
Secure endpoints with JWT validation using Keycloak or custom signers
GraphQL to REST
Convert GraphQL queries into REST endpoints seamlessly
Backend Caching
Cache backend responses to reduce latency and API calls
Concurrent Requests
Execute multiple backend calls in parallel for better performance
Sequential Calls
Chain API calls using response data from previous requests
Flexible Configuration
Use templates and variables for maintainable configurations
Try It Yourself
All examples are available in the KrakenD Playground. Start the environment with:Configuration Files
The playground includes:- krakend.json - Main configuration with all endpoint examples
- krakend-flexible-config.tmpl - Template-based configuration example
- settings/dev/env.json - Environment-specific variables