Introduction
Use the Platform Integration Development Guide to learn how to integrate with the Alteryx Analytics platform. Within the guide, you can find overviews of integration options and links to relevant technical resources.
Table of Contents
Alteryx Connect
Alteryx Designer
Alteryx Server
Alteryx Promote
Alteryx Analytics Platform Overview
Alteryx takes a different approach to analytics. Our
platform is purpose-built to create new data partnerships between IT, analytic teams, and the lines of business. With Alteryx, whether you are an analyst or data scientist, you can solve even the most complex analytic business problems, with less time and effort, to drive business-changing outcomes across your organization.
https://www.youtube.com/watch?v=4igySlfZgsA
Integration Options
Use the Alteryx Promote integration options to embed machine learning capabilities into your product. There are three integration options:
- Promote API provides endpionts to query predictive models. Querying a model consists of sending in structured data to the model, allowing the model to process the data and make a prediction, then returning that prediction from the model to the requesting client.
- Python Client provides a library of Python methods used in the various stages of model deployment, including deploying a model and making a prediction.
- R Client provides a library of R methods used in the various stages of model deployment, including deploying a model and making a prediction.
Validation
Use the checklist below to validate that your integration is ready for release.
Task | Details | ? |
Functionality | - Test on multiple machines.
- Set up error message handling.
| |
Compatibility | Set up messaging so that it provides clear definitions of compatibility with Alteryx platform. | |
Security | Take security considerations into account. - Set up secure management of passwords.
- Avoid sending sensitive information over HTTP.
| |
General | Do not use Alteryx APIs/SDKs that have reached end of service (EOS). | |
Alteryx Connect
Alteryx Designer
Custom Tools
Standard Tools
Coding Tools
Alteryx Server
Alteryx Promote