Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.49 KB

index.md

File metadata and controls

32 lines (23 loc) · 1.49 KB
title
Adapters Overview | Juttle Language Reference

Adapters

Juttle's read source and write sink integrate with remote backends via adapters. This enables a Juttle program to interact with various types of external systems, including databases, streaming data sources, object storage systems, network APIs, and more.

Built In Adapters

These adapters are included in the Juttle runtime and can be used in Juttle programs directly without special configuration.

External Adapters

This is a partial list of adapters that are not included with the Juttle distribution but which can be optionally configured.

See the Juttle README for instructions on configuring external adapters to read from remote backends.