Alteryx SDK
Alteryx SDKを使用すると、いくつかの異なる方法でAlteryxエクスペリエンスを拡張できます。
コネクトローダーを構築する
Connect Loader SDKを使用すると、既存のデータベース用のカスタムローダーを作成したり、カスタムメタデータやオブジェクトタイプを作成してAlteryx Connectに統合したりできます。
カスタムツールの作成
Alteryxは利用可能なツールで幅広い機能を提供しますが、カスタムツールでより適切に提供できる特定のアクションを実行する場合があります。カスタムツールを使用すると、Alteryx DesignerおよびGalleryの速度と柔軟性を活用しながら、組織および環境内での配布が可能になります。
カスタム数式関数を作成する
ユーザーがAlteryx Designerでアクセスできるカスタム関数を作成できます。式エディターツール構成で使用できます。
SDK Quickstart Guide
Learn how to use the latest developer tools to create a custom plugin or tool for use in Alteryx.
AYX Plugin CLI Quickstart
The AYX Plugin CLI provides a single mechanism to guide you through the entire SDK development process, from scaffolding to packaging.
AYX UI SDK
The AYX UI SDK is a React-based software development kit that lets you build custom applications to use within the Alteryx platform.
AYX Python SDK
The AYX Python SDK lets you extend the functionality of Alteryx Designer via custom tools and plugins. This SDK serves as the back-end engine component.
Custom Plugin Testing
Maximize development cycles by testing your plugins ahead of time without Designer. Use the SDK plugin unit test scaffolding and Testing Client to perform unit and client-side testing.
Alteryx API
当社のAPIを使用すると、プログラムでAlteryx製品を操作して、エクスペリエンスを拡張およびカスタマイズできます。
- プログラムでAlteryxEngine APIを介してAlteryx Designerワークフローを実行します。
- .NET APIを使用して、Alteryx機能を独自のシステムに統合します。
- Connect APIを使用して、Connectからデータにアクセスします。
- Gallery APIを使用して、ギャラリーからデータにアクセスします。
- AAH APIを使用してAlteryx Analytics Hubからデータにアクセスします。