SlideShare a Scribd company logo
1 of 25
Alteryx Overview
Vivek Mohan
 2 
Alteryx Overview
Overview
Data Blending, enrichment and Advanced analytical tools specifically cater to Business Analyst.
Self-Service data analytics.
Prep, blend and analyze all data to deploy and share deeper insights in hours
http://www.alteryx.com/techspecs#data-sources
Alteryx is an American computer software company based out of Irvine, California, with a development center in
Broomfield, Colorado. The company's products are used for data blending and advanced data analytics. Alteryx has a
stated goal of enabling advanced analytics to be performed by non-specialists.
 3 
Alteryx
 4 
Alteryx Architecture
The Alteryx Analytics platform offers two deployment options: Alteryx Designer and Alteryx
Server.
 Alteryx Designer provides business analysts the ability to create repeatable workflow
processes for accessing and blending data and performing advanced analytics (such as
predictive, spatial, and statistical). Alteryx Designer includes Designer and Engine
components and a local version of the Service.
 Alteryx Server provides a comprehensive and scalable server-based analytics solution
that provides end users and business decision makers the ability to share and run
analytic applications in a web-based environment. It also gives users of Alteryx Designer
the ability to schedule their workflows to run at specific times. In addition to Designer and
Engine components, the Alteryx Server includes Service and Gallery components.
 5 
Alteryx Designer
 Alteryx Designer is a Windows software application that provides an intuitive drag-and drop user
interface for users to create repeatable workflow processes. Users can drag tools from a toolbox onto a
canvas, connect them together, and edit their properties to create Alteryx workflows, apps, and macros.
Users can use these workflows to blend and enrich data from a range of sources, perform advanced
analytics, and quickly produce results that can be easily shared with others.
 The unique drag-and-drop workspace within Alteryx allows users to run workflows as they are being
developed in order to instantly access and process data. This allows for continuous enhancements and
refinements to the workflow and data results. Additionally, users can view data anywhere within a
created workflow stream as a table, map, graph, or other visual representation.
 Alteryx Designer is written mostly in C# and executes the workflows through a local instance of the
Alteryx Engine.
 In an Alteryx Server deployment, the Scheduler interface component within Alteryx Designer allows
users to schedule workflows to be executed at predetermined times or specific recurring intervals. The
Scheduler then communicates with the Alteryx Service where jobs are queued for execution at the
appropriate time.
 Additionally, users may use Alteryx Designer to publish their workflows, apps, and macros to the
Alteryx Analytics Gallery where others can have access to running or downloading them.
 6 
Alteryx Engine
 The Alteryx Engine, which is written in C++, executes the workflows that are built in the Alteryx
Designer and produces the output. The Engine supports direct connections to various data sources for
accessing the data and then processes it in-memory during the execution of the workflow. Processing
that exceeds memory limitations is written to temp files on disk, which are deleted once the processing
is complete. The Engine can be entirely self-contained in an Alteryx Designer deployment, scaled
across an organization via the Alteryx Server, or deployed in the cloud via the Alteryx Analytics Gallery.
 Depending on the workflow and process, the Alteryx Engine may:
 Read or write to input/output files.
 Read or write to one or more databases.
 Upload or download data from the web.
 Submit email to an email server through SMTP
 Execute external runtime commands.
 The Alteryx Engine seamlessly integrates with R.
When users choose to install the suite of
R-based tools and macros used for predictive analysis,
Alteryx also installs the R program
and the additional packages that provide connectivity
between Alteryx and R and are required for the tools
and macros to work. Users can use R scripts or the
R-based macros to process data directly within a
workflow. When the workflow is run, the Alteryx Engine
communicates with the R engine via a command line
executable to process and send back the data.
 7 
Alteryx Service : Controller and Worker
 The Alteryx Service allows the Alteryx Engine to be deployed across multiple servers, providing a
highly scalable architecture for the scheduling, management, and execution of analytic workflows. The
Alteryx Service, which is written in C++ with some C# wrappers, can be deployed across multiple
servers by using a Controller-Worker architecture. This means one server acts as the Controller and
manages the job queue, and the others act as the Workers and perform the work. The Service relies
upon the Service Persistence tier to store information critical to the functioning of the Service, such as
Alteryx application files, the job queue, and result data. The Service also serves content and
information to the Gallery when it requests it.
 Alteryx Service Controller:
The Alteryx Service Controller acts as an orchestrator of workflow executions and is responsible for
the management of the service settings and the delegation of work to the Alteryx Service Workers.
The Controller receives jobs from the Scheduler, looks at them within the persistence layer where it
maintains all of the queued jobs, and delegate jobs to the Workers. If Alteryx is deployed across
multiple servers, only one machine may be enabled as a Controller.
 Alteryx Service Worker:
The Alteryx Service Worker contains an instance of the Engine and is responsible for executing the
workflows. Once the Controller delegates a job to the Worker, the Worker runs it and produces the
output. There must be at least one machine enabled as a Worker in order to execute applications
through the Service. You may configure the same machine to be both the Controller and a Worker or
they can be configured on separate machines. The actual number of Workers needed will depend
upon the required performance for the system. If the Worker is not the same machine as the
Controller, then the connection information for the Controller, which includes the Controller’s name or
IP address and the unique security token for that Controller, must be specified in order for the
Worker and Controller to communicate with each other.
 8 
Alteryx Scheduler and Alteryx Service Persistence
 Alteryx Scheduler:
The Alteryx Scheduler is the component that provides the ability for a user to schedule
the execution of workflows developed within the Designer, either on a recurring basis or
at a specific time in the future. The Scheduler interface component, which is written in C#,
is accessed via the Designer and is used to specify the date, time, and frequency for
running a workflow. The Scheduler then communicates with the Alteryx Service
Controller, which manages the job queue. In an Alteryx Server deployment, the Scheduler
interface can be set up to communicate with the Controller on the same machine, or it
can be configured to connect to a remote Controller so that workflows are processed on
a different machine.
 Alteryx Service Persistence:
The Alteryx Service includes a persistence layer that it uses to store information critical to
the functioning of the service, such as Alteryx application files, the job queue, and result
data. The Service supports two different mechanisms for persistence: SQLite and
MongoDB. For lightweight and local deployments, SQLite is adequate for most scheduling
needs. For heavier usage, or if the Alteryx Gallery is deployed, MongoDB must be used.
If MongoDB is used, you can elect to either use the embedded MongoDB support native to
the Alteryx Service or connect the Service to your own implementation of MongoDB.
It is highly recommended that you provide an automated backup system for whatever
persistence mechanism you choose.
 9 
Alteryx Quality of Service
 Quality of Service:
The Quality of Service (QoS) setting is used to manage resource allocation in an environment where
multiple Workers are deployed by restricting which jobs will be run by each Worker. For normal operation
with one machine configured as a worker, the QoS value should be set to 0. The QoS value for a Worker
can be set higher for specific types of jobs to allow the Worker resource to be reserved for higher priority
requests.
For example, the default QoS settings in the Alteryx Gallery are:
– Normal workflow execution: QoS = 0
– Chained application execution: QoS = 4 (all apps in the chain aside from the last)
– Workflow validation requests: QoS = 6
When a job request is handled by a Worker, it will compare the QoS value of the job to the Minimum QoS
Priority for the Worker. Only jobs that have a value greater than or equal to the Minimum QoS Priority for
the Worker will be handled by that Worker. For instance, if a Worker has a Minimum QoS of 0 (the default
value) that worker will handle any requests if it is available. However, a Worker with a Minimum QoS of 5
will only handle jobs that have a QoS of 5 or higher. This allows resources to be reserved
for higher priority requests.
 10 
Alteryx Gallery
 The Alteryx Gallery is a cloud- or self-hosted application for publishing, sharing, and executing
workflows. Additionally, an Alteryx Server deployment allows companies the ability to offer a private
Gallery to their internal users hosted on their own server infrastructure.
 The Gallery user interface, which is written in Javascript, HTML5, and CSS3, communicates with the
Gallery server component via HTTP requests using a REST API, which is a JSON transport protocol.
The Gallery web server is written in C# and WCF (Windows Communication Foundation) and handles
all the backend logic for what is displayed within the Gallery. WCF receives the HTTP requests and
sends them to the server to handle the logic. The server then communicates directly with the MongoDB
for handling its persistence, including information such as: the users who have registered with the
system, the collections that exist, and the workflows that are in those collections.
 The Gallery server also communicates with the Alteryx Service for the management and execution of
the workflows. When someone requests a workflow to be executed the Gallery server communicates
with the service layer to execute that workflow and then retrieve the output.
 Alteryx supports a REST API for the Gallery which developers can use to interact with a private Gallery
or the Alteryx Analytics Gallery when creating custom interfaces for running apps.
 11 
Alteryx Architecture
 12 
Alteryx Gallery Architecture
 13 
Security
An Alteryx Server deployment that includes a private Gallery uses three main communication
protocols:
 Communication between a web browser and the Gallery uses standard HTTP (via port 80). The Server
also supports SSL encryption and can be configured to use HTTPs (via port 443). Passwords used
when logging in to the Gallery are encrypted using BCrypt and never sent or stored in clear text.
 Communication between a machine that is configured as the Controller and machines that have the
Designer, Gallery, or Worker enabled also occurs over HTTP with RC4 encryption that uses the
Controller token as the shared secret. The token is auto-generated and encrypted per-machine using
the Windows Crypto API.
 Communication between the Service Layer components and the MongoDB persistence layer occurs
over TCP/IP (via port 27018). For embedded MongoDB the host, username, and password are
automatically generated and the password is encrypted as well. Alteryx also supports SSL for
encrypting data when communicating with a user-managed implementation of MongoDB.
 14 
Security
 15 
Security
Alteryx Server supports two types of authentication
To establish a user’s identity and prevent unauthorized access to the Gallery: Built-in Authentication,
Windows Authentication; and if you are accessing the Gallery via the API you can authenticate with OAuth
1.0A.
 Built-in Authentication requires an email address and password for each user to sign in. User
registration information and log-in passwords are encrypted and never sent or stored in clear text.
 Integrated Windows Authentication allows users to gain access to the Gallery via their network or
Windows user credentials. Instead of storing the password and network credentials of users, Alteryx
refers to them via an SID within the Active Directory.
 Alteryx also supports a Gallery REST API which uses OAuth 1.0A via a key and secret for
authentication. The key and secret are used only for accessing the API and not for logging in to the
Gallery.
With Alteryx Server, authorization for what a user can access and do once authenticated
is managed by licensing and user roles and permissions.
 Users must first purchase a license and then activate that license to enable or “unlock” functionality and
use Alteryx software, tools, and data. License seats can be shared with other users via a license key.
 Users can be permissioned for roles that govern what they can and cannot do within the Gallery, such
as publish, run, and share workflows, or administer the site itself.
 Access to data assets is governed by the database or network permissions that are setup by a
company’s IT department at the local level drive.
 16 
Deployment
Factors influencing deployment
 Analytics processing goals
 Machine specifications
 Number of users and their needs
 Automation required to service jobs,
 Access to APIs and SDKs
 Volume of data to be processed.
Handling Increase in Workflow Execution Request
 17 
Deployment
Factors influencing deployment
 Analytics processing goals
 Machine specifications
 Number of users and their needs
 Automation required to service jobs,
 Access to APIs and SDKs
 Volume of data to be processed.
Allowing More Users to create workflows
 18 
Deployment
Factors influencing deployment
 Analytics processing goals
 Machine specifications
 Number of users and their needs
 Automation required to service jobs,
 Access to APIs and SDKs
 Volume of data to be processed.
Handling Increased Load on Gallery
 19 
Deployment
Factors influencing deployment
 Analytics processing goals
 Machine specifications
 Number of users and their needs
 Automation required to service jobs,
 Access to APIs and SDKs
 Volume of data to be processed.
Data backup and Reliability
 20 
Performance and Scaling Considerations
The following image provides guidelines for determining the total number of Workers that may be needed,
based on the total number of simultaneous users and the average amount of time it takes for a workflow
to execute
 21 
System Settings and Parameters
Demo on Server
http://downloads.alteryx.com/Documentation/Alteryx%20Server%20Installation%20Guide.pdf
 22 
Alteryx Process, Introduction and Publication to Gallery
Demo on Server
 23 
Alteryx Apps
https://www.youtube.com/watch?v=O6RPcRUpXU8
 24 
Alteryx Designer Tools
http://www.alteryx.com/alteryx-designer-tools
http://www.alteryx.com/sites/default/files/alteryx-tools-sheet-v10.5.pdf
 25 
Tips and Tricks, Community, Knowledge Base
https://www.youtube.com/watch?v=DJwgYYP_xlA
http://community.alteryx.com/t5/Alteryx-Knowledge-Base/tkb-p/knowledgebase
http://help.alteryx.com/10.5/index.htm#In-DatabaseOverview.htm%3FTocPath%3D_____4
http://help.alteryx.com/10.5/index.htm

More Related Content

What's hot

AI Infra Day | The Generative AI Market And Intel AI Strategy and Product Up...
AI Infra Day | The Generative AI Market  And Intel AI Strategy and Product Up...AI Infra Day | The Generative AI Market  And Intel AI Strategy and Product Up...
AI Infra Day | The Generative AI Market And Intel AI Strategy and Product Up...Alluxio, Inc.
 
ArchiMate technology layer - Simplify the models
ArchiMate technology layer - Simplify the modelsArchiMate technology layer - Simplify the models
ArchiMate technology layer - Simplify the modelsCOMPETENSIS
 
Value analysis with Value Stream and Capability modeling
Value analysis with Value Stream and Capability modelingValue analysis with Value Stream and Capability modeling
Value analysis with Value Stream and Capability modelingCOMPETENSIS
 
From Business model to Capability Map
From Business model to Capability Map From Business model to Capability Map
From Business model to Capability Map COMPETENSIS
 
On business capabilities, functions and application features
On business capabilities, functions and application featuresOn business capabilities, functions and application features
On business capabilities, functions and application featuresJörgen Dahlberg
 
What is the Value of Mature Enterprise Architecture TOGAF
What is the Value of Mature Enterprise Architecture TOGAFWhat is the Value of Mature Enterprise Architecture TOGAF
What is the Value of Mature Enterprise Architecture TOGAFxavblai
 
Data Lakehouse Symposium | Day 4
Data Lakehouse Symposium | Day 4Data Lakehouse Symposium | Day 4
Data Lakehouse Symposium | Day 4Databricks
 
Business Data Lake Best Practices
Business Data Lake Best PracticesBusiness Data Lake Best Practices
Business Data Lake Best PracticesCapgemini
 
Data Migration Steps PowerPoint Presentation Slides
Data Migration Steps PowerPoint Presentation Slides Data Migration Steps PowerPoint Presentation Slides
Data Migration Steps PowerPoint Presentation Slides SlideTeam
 
Building Big Data Analytics Center Of Excellence
Building Big Data Analytics Center Of Excellence Building Big Data Analytics Center Of Excellence
Building Big Data Analytics Center Of Excellence Dr. Mohan K. Bavirisetty
 
Modern Data Flow
Modern Data FlowModern Data Flow
Modern Data Flowconfluent
 
Enterprise Data Architecture Deliverables
Enterprise Data Architecture DeliverablesEnterprise Data Architecture Deliverables
Enterprise Data Architecture DeliverablesLars E Martinsson
 
Accenture-Cloud-Data-Migration-POV-Final.pdf
Accenture-Cloud-Data-Migration-POV-Final.pdfAccenture-Cloud-Data-Migration-POV-Final.pdf
Accenture-Cloud-Data-Migration-POV-Final.pdfRajvir Kaushal
 
DATA & ANALYTICS
DATA & ANALYTICSDATA & ANALYTICS
DATA & ANALYTICSfireflylabz
 
DevOps + DataOps = Digital Transformation
DevOps + DataOps = Digital Transformation DevOps + DataOps = Digital Transformation
DevOps + DataOps = Digital Transformation Delphix
 
Get Savvy with Snowflake
Get Savvy with SnowflakeGet Savvy with Snowflake
Get Savvy with SnowflakeMatillion
 
Putting the Ops in DataOps: Orchestrate the Flow of Data Across Data Pipelines
Putting the Ops in DataOps: Orchestrate the Flow of Data Across Data PipelinesPutting the Ops in DataOps: Orchestrate the Flow of Data Across Data Pipelines
Putting the Ops in DataOps: Orchestrate the Flow of Data Across Data PipelinesDATAVERSITY
 

What's hot (20)

AI Infra Day | The Generative AI Market And Intel AI Strategy and Product Up...
AI Infra Day | The Generative AI Market  And Intel AI Strategy and Product Up...AI Infra Day | The Generative AI Market  And Intel AI Strategy and Product Up...
AI Infra Day | The Generative AI Market And Intel AI Strategy and Product Up...
 
ArchiMate technology layer - Simplify the models
ArchiMate technology layer - Simplify the modelsArchiMate technology layer - Simplify the models
ArchiMate technology layer - Simplify the models
 
Value analysis with Value Stream and Capability modeling
Value analysis with Value Stream and Capability modelingValue analysis with Value Stream and Capability modeling
Value analysis with Value Stream and Capability modeling
 
From Business model to Capability Map
From Business model to Capability Map From Business model to Capability Map
From Business model to Capability Map
 
On business capabilities, functions and application features
On business capabilities, functions and application featuresOn business capabilities, functions and application features
On business capabilities, functions and application features
 
What is the Value of Mature Enterprise Architecture TOGAF
What is the Value of Mature Enterprise Architecture TOGAFWhat is the Value of Mature Enterprise Architecture TOGAF
What is the Value of Mature Enterprise Architecture TOGAF
 
Data Lakehouse Symposium | Day 4
Data Lakehouse Symposium | Day 4Data Lakehouse Symposium | Day 4
Data Lakehouse Symposium | Day 4
 
Business Data Lake Best Practices
Business Data Lake Best PracticesBusiness Data Lake Best Practices
Business Data Lake Best Practices
 
ALTERYX TOOL
ALTERYX TOOLALTERYX TOOL
ALTERYX TOOL
 
Data Migration Steps PowerPoint Presentation Slides
Data Migration Steps PowerPoint Presentation Slides Data Migration Steps PowerPoint Presentation Slides
Data Migration Steps PowerPoint Presentation Slides
 
Migrating to the Cloud
Migrating to the CloudMigrating to the Cloud
Migrating to the Cloud
 
Building Big Data Analytics Center Of Excellence
Building Big Data Analytics Center Of Excellence Building Big Data Analytics Center Of Excellence
Building Big Data Analytics Center Of Excellence
 
Modern Data Flow
Modern Data FlowModern Data Flow
Modern Data Flow
 
Enterprise Data Architecture Deliverables
Enterprise Data Architecture DeliverablesEnterprise Data Architecture Deliverables
Enterprise Data Architecture Deliverables
 
Accenture-Cloud-Data-Migration-POV-Final.pdf
Accenture-Cloud-Data-Migration-POV-Final.pdfAccenture-Cloud-Data-Migration-POV-Final.pdf
Accenture-Cloud-Data-Migration-POV-Final.pdf
 
DATA & ANALYTICS
DATA & ANALYTICSDATA & ANALYTICS
DATA & ANALYTICS
 
DevOps + DataOps = Digital Transformation
DevOps + DataOps = Digital Transformation DevOps + DataOps = Digital Transformation
DevOps + DataOps = Digital Transformation
 
Get Savvy with Snowflake
Get Savvy with SnowflakeGet Savvy with Snowflake
Get Savvy with Snowflake
 
Alteryx Presentation
Alteryx PresentationAlteryx Presentation
Alteryx Presentation
 
Putting the Ops in DataOps: Orchestrate the Flow of Data Across Data Pipelines
Putting the Ops in DataOps: Orchestrate the Flow of Data Across Data PipelinesPutting the Ops in DataOps: Orchestrate the Flow of Data Across Data Pipelines
Putting the Ops in DataOps: Orchestrate the Flow of Data Across Data Pipelines
 

Viewers also liked

US military presence global info slideshare
US military presence global info slideshareUS military presence global info slideshare
US military presence global info slideshareCara Lynn Mallow
 
Visualization for Discovery
Visualization for DiscoveryVisualization for Discovery
Visualization for DiscoveryTuri, Inc.
 
Emerging technology analysis visualization based data discovery tools
Emerging technology analysis visualization based data discovery toolsEmerging technology analysis visualization based data discovery tools
Emerging technology analysis visualization based data discovery toolsrectoc27
 
Exploiting bigger data and collaborative tools for predictive drug discovery
Exploiting bigger data and collaborative tools for predictive drug discovery Exploiting bigger data and collaborative tools for predictive drug discovery
Exploiting bigger data and collaborative tools for predictive drug discovery Sean Ekins
 
Google Cloud Dataproc - Easier, faster, more cost-effective Spark and Hadoop
Google Cloud Dataproc - Easier, faster, more cost-effective Spark and HadoopGoogle Cloud Dataproc - Easier, faster, more cost-effective Spark and Hadoop
Google Cloud Dataproc - Easier, faster, more cost-effective Spark and Hadoophuguk
 
Role of Tableau on the Data Discovery Market
Role of Tableau on the Data Discovery MarketRole of Tableau on the Data Discovery Market
Role of Tableau on the Data Discovery MarketDmitry Anoshin
 
Five Things I Wish I Knew the First Day I Used Tableau
Five Things I Wish I Knew the First Day I Used TableauFive Things I Wish I Knew the First Day I Used Tableau
Five Things I Wish I Knew the First Day I Used TableauRyan Sleeper
 
Tableau Architecture
Tableau ArchitectureTableau Architecture
Tableau ArchitectureVivek Mohan
 
Data Wrangling on Hadoop - Olivier De Garrigues, Trifacta
Data Wrangling on Hadoop - Olivier De Garrigues, TrifactaData Wrangling on Hadoop - Olivier De Garrigues, Trifacta
Data Wrangling on Hadoop - Olivier De Garrigues, Trifactahuguk
 

Viewers also liked (12)

US military presence global info slideshare
US military presence global info slideshareUS military presence global info slideshare
US military presence global info slideshare
 
Visualization for Discovery
Visualization for DiscoveryVisualization for Discovery
Visualization for Discovery
 
VDD Tools
VDD ToolsVDD Tools
VDD Tools
 
Emerging technology analysis visualization based data discovery tools
Emerging technology analysis visualization based data discovery toolsEmerging technology analysis visualization based data discovery tools
Emerging technology analysis visualization based data discovery tools
 
Exploiting bigger data and collaborative tools for predictive drug discovery
Exploiting bigger data and collaborative tools for predictive drug discovery Exploiting bigger data and collaborative tools for predictive drug discovery
Exploiting bigger data and collaborative tools for predictive drug discovery
 
Tableau API
Tableau APITableau API
Tableau API
 
Google Cloud Dataproc - Easier, faster, more cost-effective Spark and Hadoop
Google Cloud Dataproc - Easier, faster, more cost-effective Spark and HadoopGoogle Cloud Dataproc - Easier, faster, more cost-effective Spark and Hadoop
Google Cloud Dataproc - Easier, faster, more cost-effective Spark and Hadoop
 
Role of Tableau on the Data Discovery Market
Role of Tableau on the Data Discovery MarketRole of Tableau on the Data Discovery Market
Role of Tableau on the Data Discovery Market
 
Five Things I Wish I Knew the First Day I Used Tableau
Five Things I Wish I Knew the First Day I Used TableauFive Things I Wish I Knew the First Day I Used Tableau
Five Things I Wish I Knew the First Day I Used Tableau
 
Tableau Architecture
Tableau ArchitectureTableau Architecture
Tableau Architecture
 
Tableau Presentation
Tableau PresentationTableau Presentation
Tableau Presentation
 
Data Wrangling on Hadoop - Olivier De Garrigues, Trifacta
Data Wrangling on Hadoop - Olivier De Garrigues, TrifactaData Wrangling on Hadoop - Olivier De Garrigues, Trifacta
Data Wrangling on Hadoop - Olivier De Garrigues, Trifacta
 

Similar to Alteryx Architecture

Alteryx Tutorial Step by Step Guide for Beginners
Alteryx Tutorial Step by Step Guide for BeginnersAlteryx Tutorial Step by Step Guide for Beginners
Alteryx Tutorial Step by Step Guide for BeginnersVishnuGone
 
Azure from scratch part 3 By Girish Kalamati
Azure from scratch part 3 By Girish KalamatiAzure from scratch part 3 By Girish Kalamati
Azure from scratch part 3 By Girish KalamatiGirish Kalamati
 
vRO Training Document
vRO Training DocumentvRO Training Document
vRO Training DocumentMayank Goyal
 
Altair High-performance Computing (HPC) and Cloud
Altair High-performance Computing (HPC) and CloudAltair High-performance Computing (HPC) and Cloud
Altair High-performance Computing (HPC) and CloudAltair
 
Kks sre book_ch10
Kks sre book_ch10Kks sre book_ch10
Kks sre book_ch10Chris Huang
 
Whitepaper tableau for-the-enterprise-0
Whitepaper tableau for-the-enterprise-0Whitepaper tableau for-the-enterprise-0
Whitepaper tableau for-the-enterprise-0alok khobragade
 
Peoplesoft PIA architecture
Peoplesoft PIA architecturePeoplesoft PIA architecture
Peoplesoft PIA architectureAmit rai Raaz
 
Citrix Netscaler Deployment Guide
Citrix Netscaler Deployment GuideCitrix Netscaler Deployment Guide
Citrix Netscaler Deployment GuideCitrix
 
Simplifying Hadoop with RecordService, A Secure and Unified Data Access Path ...
Simplifying Hadoop with RecordService, A Secure and Unified Data Access Path ...Simplifying Hadoop with RecordService, A Secure and Unified Data Access Path ...
Simplifying Hadoop with RecordService, A Secure and Unified Data Access Path ...Cloudera, Inc.
 
NET Aspire - NET Conf IL 2024 - Tamir Dresher.pdf
NET Aspire - NET Conf IL 2024 - Tamir Dresher.pdfNET Aspire - NET Conf IL 2024 - Tamir Dresher.pdf
NET Aspire - NET Conf IL 2024 - Tamir Dresher.pdfTamir Dresher
 
Co 4, session 2, aws analytics services
Co 4, session 2, aws analytics servicesCo 4, session 2, aws analytics services
Co 4, session 2, aws analytics servicesm vaishnavi
 
OpenStack Identity - Keystone (kilo) by Lorenzo Carnevale and Silvio Tavilla
OpenStack Identity - Keystone (kilo) by Lorenzo Carnevale and Silvio TavillaOpenStack Identity - Keystone (kilo) by Lorenzo Carnevale and Silvio Tavilla
OpenStack Identity - Keystone (kilo) by Lorenzo Carnevale and Silvio TavillaLorenzo Carnevale
 
01 - ACL - Solution Sheet - Team Collaboration & Continuous Control Monitoring
01 - ACL - Solution Sheet - Team Collaboration & Continuous Control Monitoring01 - ACL - Solution Sheet - Team Collaboration & Continuous Control Monitoring
01 - ACL - Solution Sheet - Team Collaboration & Continuous Control MonitoringArunprasad Sukumar
 
Aucfanlab Datalake - Big Data Management Platform -
Aucfanlab Datalake - Big Data Management Platform -Aucfanlab Datalake - Big Data Management Platform -
Aucfanlab Datalake - Big Data Management Platform -Aucfan
 
Evolution of netflix conductor
Evolution of netflix conductorEvolution of netflix conductor
Evolution of netflix conductorvedu12
 
Aws re invent 2018 recap
Aws re invent 2018 recapAws re invent 2018 recap
Aws re invent 2018 recapCloudHesive
 
AppViewX CERT+ Brochure
AppViewX CERT+ BrochureAppViewX CERT+ Brochure
AppViewX CERT+ BrochureAppViewX
 
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...mahdi ahmadi
 
Leveraging cloud database connectors to automate analytics in alteryx
Leveraging cloud database connectors to automate analytics in alteryxLeveraging cloud database connectors to automate analytics in alteryx
Leveraging cloud database connectors to automate analytics in alteryxGrazitti Interactive
 

Similar to Alteryx Architecture (20)

Alteryx Tutorial Step by Step Guide for Beginners
Alteryx Tutorial Step by Step Guide for BeginnersAlteryx Tutorial Step by Step Guide for Beginners
Alteryx Tutorial Step by Step Guide for Beginners
 
Azure from scratch part 3 By Girish Kalamati
Azure from scratch part 3 By Girish KalamatiAzure from scratch part 3 By Girish Kalamati
Azure from scratch part 3 By Girish Kalamati
 
vRO Training Document
vRO Training DocumentvRO Training Document
vRO Training Document
 
Altair High-performance Computing (HPC) and Cloud
Altair High-performance Computing (HPC) and CloudAltair High-performance Computing (HPC) and Cloud
Altair High-performance Computing (HPC) and Cloud
 
Kks sre book_ch10
Kks sre book_ch10Kks sre book_ch10
Kks sre book_ch10
 
Whitepaper tableau for-the-enterprise-0
Whitepaper tableau for-the-enterprise-0Whitepaper tableau for-the-enterprise-0
Whitepaper tableau for-the-enterprise-0
 
Peoplesoft PIA architecture
Peoplesoft PIA architecturePeoplesoft PIA architecture
Peoplesoft PIA architecture
 
Citrix Netscaler Deployment Guide
Citrix Netscaler Deployment GuideCitrix Netscaler Deployment Guide
Citrix Netscaler Deployment Guide
 
Simplifying Hadoop with RecordService, A Secure and Unified Data Access Path ...
Simplifying Hadoop with RecordService, A Secure and Unified Data Access Path ...Simplifying Hadoop with RecordService, A Secure and Unified Data Access Path ...
Simplifying Hadoop with RecordService, A Secure and Unified Data Access Path ...
 
NET Aspire - NET Conf IL 2024 - Tamir Dresher.pdf
NET Aspire - NET Conf IL 2024 - Tamir Dresher.pdfNET Aspire - NET Conf IL 2024 - Tamir Dresher.pdf
NET Aspire - NET Conf IL 2024 - Tamir Dresher.pdf
 
Co 4, session 2, aws analytics services
Co 4, session 2, aws analytics servicesCo 4, session 2, aws analytics services
Co 4, session 2, aws analytics services
 
Tableau powerpoint
Tableau powerpointTableau powerpoint
Tableau powerpoint
 
OpenStack Identity - Keystone (kilo) by Lorenzo Carnevale and Silvio Tavilla
OpenStack Identity - Keystone (kilo) by Lorenzo Carnevale and Silvio TavillaOpenStack Identity - Keystone (kilo) by Lorenzo Carnevale and Silvio Tavilla
OpenStack Identity - Keystone (kilo) by Lorenzo Carnevale and Silvio Tavilla
 
01 - ACL - Solution Sheet - Team Collaboration & Continuous Control Monitoring
01 - ACL - Solution Sheet - Team Collaboration & Continuous Control Monitoring01 - ACL - Solution Sheet - Team Collaboration & Continuous Control Monitoring
01 - ACL - Solution Sheet - Team Collaboration & Continuous Control Monitoring
 
Aucfanlab Datalake - Big Data Management Platform -
Aucfanlab Datalake - Big Data Management Platform -Aucfanlab Datalake - Big Data Management Platform -
Aucfanlab Datalake - Big Data Management Platform -
 
Evolution of netflix conductor
Evolution of netflix conductorEvolution of netflix conductor
Evolution of netflix conductor
 
Aws re invent 2018 recap
Aws re invent 2018 recapAws re invent 2018 recap
Aws re invent 2018 recap
 
AppViewX CERT+ Brochure
AppViewX CERT+ BrochureAppViewX CERT+ Brochure
AppViewX CERT+ Brochure
 
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
 
Leveraging cloud database connectors to automate analytics in alteryx
Leveraging cloud database connectors to automate analytics in alteryxLeveraging cloud database connectors to automate analytics in alteryx
Leveraging cloud database connectors to automate analytics in alteryx
 

More from Vivek Mohan

Data management trends
Data management trendsData management trends
Data management trendsVivek Mohan
 
Data governance - An Insight
Data governance - An InsightData governance - An Insight
Data governance - An InsightVivek Mohan
 
Resume vivek mohan - Data & Analytics Chief Architect
Resume vivek mohan - Data & Analytics Chief ArchitectResume vivek mohan - Data & Analytics Chief Architect
Resume vivek mohan - Data & Analytics Chief ArchitectVivek Mohan
 
Resume-Vivek Mohan (BI & Analytics Enterprise Architect) - Looking for an opp...
Resume-Vivek Mohan (BI & Analytics Enterprise Architect) - Looking for an opp...Resume-Vivek Mohan (BI & Analytics Enterprise Architect) - Looking for an opp...
Resume-Vivek Mohan (BI & Analytics Enterprise Architect) - Looking for an opp...Vivek Mohan
 
Need of business intelligence
Need of business intelligenceNeed of business intelligence
Need of business intelligenceVivek Mohan
 

More from Vivek Mohan (7)

Data management trends
Data management trendsData management trends
Data management trends
 
Data governance - An Insight
Data governance - An InsightData governance - An Insight
Data governance - An Insight
 
Resume vivek mohan - Data & Analytics Chief Architect
Resume vivek mohan - Data & Analytics Chief ArchitectResume vivek mohan - Data & Analytics Chief Architect
Resume vivek mohan - Data & Analytics Chief Architect
 
Resume-Vivek Mohan (BI & Analytics Enterprise Architect) - Looking for an opp...
Resume-Vivek Mohan (BI & Analytics Enterprise Architect) - Looking for an opp...Resume-Vivek Mohan (BI & Analytics Enterprise Architect) - Looking for an opp...
Resume-Vivek Mohan (BI & Analytics Enterprise Architect) - Looking for an opp...
 
Ibm watson
Ibm watsonIbm watson
Ibm watson
 
Zoomdata
ZoomdataZoomdata
Zoomdata
 
Need of business intelligence
Need of business intelligenceNeed of business intelligence
Need of business intelligence
 

Recently uploaded

Cyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataCyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataTecnoIncentive
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Thomas Poetter
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 
Principles and Practices of Data Visualization
Principles and Practices of Data VisualizationPrinciples and Practices of Data Visualization
Principles and Practices of Data VisualizationKianJazayeri1
 
SMOTE and K-Fold Cross Validation-Presentation.pptx
SMOTE and K-Fold Cross Validation-Presentation.pptxSMOTE and K-Fold Cross Validation-Presentation.pptx
SMOTE and K-Fold Cross Validation-Presentation.pptxHaritikaChhatwal1
 
convolutional neural network and its applications.pdf
convolutional neural network and its applications.pdfconvolutional neural network and its applications.pdf
convolutional neural network and its applications.pdfSubhamKumar3239
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Boston Institute of Analytics
 
What To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxWhat To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxSimranPal17
 
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...Dr Arash Najmaei ( Phd., MBA, BSc)
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...Amil Baba Dawood bangali
 
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Boston Institute of Analytics
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max PrincetonTimothy Spann
 
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxmodul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxaleedritatuxx
 
INTRODUCTION TO Natural language processing
INTRODUCTION TO Natural language processingINTRODUCTION TO Natural language processing
INTRODUCTION TO Natural language processingsocarem879
 
Networking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxNetworking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxHimangsuNath
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Boston Institute of Analytics
 
Decoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectDecoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectBoston Institute of Analytics
 
Digital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksDigital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksdeepakthakur548787
 

Recently uploaded (20)

Cyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataCyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded data
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 
Principles and Practices of Data Visualization
Principles and Practices of Data VisualizationPrinciples and Practices of Data Visualization
Principles and Practices of Data Visualization
 
SMOTE and K-Fold Cross Validation-Presentation.pptx
SMOTE and K-Fold Cross Validation-Presentation.pptxSMOTE and K-Fold Cross Validation-Presentation.pptx
SMOTE and K-Fold Cross Validation-Presentation.pptx
 
convolutional neural network and its applications.pdf
convolutional neural network and its applications.pdfconvolutional neural network and its applications.pdf
convolutional neural network and its applications.pdf
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
 
What To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxWhat To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptx
 
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
 
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max Princeton
 
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxmodul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
 
INTRODUCTION TO Natural language processing
INTRODUCTION TO Natural language processingINTRODUCTION TO Natural language processing
INTRODUCTION TO Natural language processing
 
Networking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxNetworking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptx
 
Data Analysis Project: Stroke Prediction
Data Analysis Project: Stroke PredictionData Analysis Project: Stroke Prediction
Data Analysis Project: Stroke Prediction
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
 
Insurance Churn Prediction Data Analysis Project
Insurance Churn Prediction Data Analysis ProjectInsurance Churn Prediction Data Analysis Project
Insurance Churn Prediction Data Analysis Project
 
Decoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectDecoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis Project
 
Digital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksDigital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing works
 

Alteryx Architecture

  • 2.  2  Alteryx Overview Overview Data Blending, enrichment and Advanced analytical tools specifically cater to Business Analyst. Self-Service data analytics. Prep, blend and analyze all data to deploy and share deeper insights in hours http://www.alteryx.com/techspecs#data-sources Alteryx is an American computer software company based out of Irvine, California, with a development center in Broomfield, Colorado. The company's products are used for data blending and advanced data analytics. Alteryx has a stated goal of enabling advanced analytics to be performed by non-specialists.
  • 4.  4  Alteryx Architecture The Alteryx Analytics platform offers two deployment options: Alteryx Designer and Alteryx Server.  Alteryx Designer provides business analysts the ability to create repeatable workflow processes for accessing and blending data and performing advanced analytics (such as predictive, spatial, and statistical). Alteryx Designer includes Designer and Engine components and a local version of the Service.  Alteryx Server provides a comprehensive and scalable server-based analytics solution that provides end users and business decision makers the ability to share and run analytic applications in a web-based environment. It also gives users of Alteryx Designer the ability to schedule their workflows to run at specific times. In addition to Designer and Engine components, the Alteryx Server includes Service and Gallery components.
  • 5.  5  Alteryx Designer  Alteryx Designer is a Windows software application that provides an intuitive drag-and drop user interface for users to create repeatable workflow processes. Users can drag tools from a toolbox onto a canvas, connect them together, and edit their properties to create Alteryx workflows, apps, and macros. Users can use these workflows to blend and enrich data from a range of sources, perform advanced analytics, and quickly produce results that can be easily shared with others.  The unique drag-and-drop workspace within Alteryx allows users to run workflows as they are being developed in order to instantly access and process data. This allows for continuous enhancements and refinements to the workflow and data results. Additionally, users can view data anywhere within a created workflow stream as a table, map, graph, or other visual representation.  Alteryx Designer is written mostly in C# and executes the workflows through a local instance of the Alteryx Engine.  In an Alteryx Server deployment, the Scheduler interface component within Alteryx Designer allows users to schedule workflows to be executed at predetermined times or specific recurring intervals. The Scheduler then communicates with the Alteryx Service where jobs are queued for execution at the appropriate time.  Additionally, users may use Alteryx Designer to publish their workflows, apps, and macros to the Alteryx Analytics Gallery where others can have access to running or downloading them.
  • 6.  6  Alteryx Engine  The Alteryx Engine, which is written in C++, executes the workflows that are built in the Alteryx Designer and produces the output. The Engine supports direct connections to various data sources for accessing the data and then processes it in-memory during the execution of the workflow. Processing that exceeds memory limitations is written to temp files on disk, which are deleted once the processing is complete. The Engine can be entirely self-contained in an Alteryx Designer deployment, scaled across an organization via the Alteryx Server, or deployed in the cloud via the Alteryx Analytics Gallery.  Depending on the workflow and process, the Alteryx Engine may:  Read or write to input/output files.  Read or write to one or more databases.  Upload or download data from the web.  Submit email to an email server through SMTP  Execute external runtime commands.  The Alteryx Engine seamlessly integrates with R. When users choose to install the suite of R-based tools and macros used for predictive analysis, Alteryx also installs the R program and the additional packages that provide connectivity between Alteryx and R and are required for the tools and macros to work. Users can use R scripts or the R-based macros to process data directly within a workflow. When the workflow is run, the Alteryx Engine communicates with the R engine via a command line executable to process and send back the data.
  • 7.  7  Alteryx Service : Controller and Worker  The Alteryx Service allows the Alteryx Engine to be deployed across multiple servers, providing a highly scalable architecture for the scheduling, management, and execution of analytic workflows. The Alteryx Service, which is written in C++ with some C# wrappers, can be deployed across multiple servers by using a Controller-Worker architecture. This means one server acts as the Controller and manages the job queue, and the others act as the Workers and perform the work. The Service relies upon the Service Persistence tier to store information critical to the functioning of the Service, such as Alteryx application files, the job queue, and result data. The Service also serves content and information to the Gallery when it requests it.  Alteryx Service Controller: The Alteryx Service Controller acts as an orchestrator of workflow executions and is responsible for the management of the service settings and the delegation of work to the Alteryx Service Workers. The Controller receives jobs from the Scheduler, looks at them within the persistence layer where it maintains all of the queued jobs, and delegate jobs to the Workers. If Alteryx is deployed across multiple servers, only one machine may be enabled as a Controller.  Alteryx Service Worker: The Alteryx Service Worker contains an instance of the Engine and is responsible for executing the workflows. Once the Controller delegates a job to the Worker, the Worker runs it and produces the output. There must be at least one machine enabled as a Worker in order to execute applications through the Service. You may configure the same machine to be both the Controller and a Worker or they can be configured on separate machines. The actual number of Workers needed will depend upon the required performance for the system. If the Worker is not the same machine as the Controller, then the connection information for the Controller, which includes the Controller’s name or IP address and the unique security token for that Controller, must be specified in order for the Worker and Controller to communicate with each other.
  • 8.  8  Alteryx Scheduler and Alteryx Service Persistence  Alteryx Scheduler: The Alteryx Scheduler is the component that provides the ability for a user to schedule the execution of workflows developed within the Designer, either on a recurring basis or at a specific time in the future. The Scheduler interface component, which is written in C#, is accessed via the Designer and is used to specify the date, time, and frequency for running a workflow. The Scheduler then communicates with the Alteryx Service Controller, which manages the job queue. In an Alteryx Server deployment, the Scheduler interface can be set up to communicate with the Controller on the same machine, or it can be configured to connect to a remote Controller so that workflows are processed on a different machine.  Alteryx Service Persistence: The Alteryx Service includes a persistence layer that it uses to store information critical to the functioning of the service, such as Alteryx application files, the job queue, and result data. The Service supports two different mechanisms for persistence: SQLite and MongoDB. For lightweight and local deployments, SQLite is adequate for most scheduling needs. For heavier usage, or if the Alteryx Gallery is deployed, MongoDB must be used. If MongoDB is used, you can elect to either use the embedded MongoDB support native to the Alteryx Service or connect the Service to your own implementation of MongoDB. It is highly recommended that you provide an automated backup system for whatever persistence mechanism you choose.
  • 9.  9  Alteryx Quality of Service  Quality of Service: The Quality of Service (QoS) setting is used to manage resource allocation in an environment where multiple Workers are deployed by restricting which jobs will be run by each Worker. For normal operation with one machine configured as a worker, the QoS value should be set to 0. The QoS value for a Worker can be set higher for specific types of jobs to allow the Worker resource to be reserved for higher priority requests. For example, the default QoS settings in the Alteryx Gallery are: – Normal workflow execution: QoS = 0 – Chained application execution: QoS = 4 (all apps in the chain aside from the last) – Workflow validation requests: QoS = 6 When a job request is handled by a Worker, it will compare the QoS value of the job to the Minimum QoS Priority for the Worker. Only jobs that have a value greater than or equal to the Minimum QoS Priority for the Worker will be handled by that Worker. For instance, if a Worker has a Minimum QoS of 0 (the default value) that worker will handle any requests if it is available. However, a Worker with a Minimum QoS of 5 will only handle jobs that have a QoS of 5 or higher. This allows resources to be reserved for higher priority requests.
  • 10.  10  Alteryx Gallery  The Alteryx Gallery is a cloud- or self-hosted application for publishing, sharing, and executing workflows. Additionally, an Alteryx Server deployment allows companies the ability to offer a private Gallery to their internal users hosted on their own server infrastructure.  The Gallery user interface, which is written in Javascript, HTML5, and CSS3, communicates with the Gallery server component via HTTP requests using a REST API, which is a JSON transport protocol. The Gallery web server is written in C# and WCF (Windows Communication Foundation) and handles all the backend logic for what is displayed within the Gallery. WCF receives the HTTP requests and sends them to the server to handle the logic. The server then communicates directly with the MongoDB for handling its persistence, including information such as: the users who have registered with the system, the collections that exist, and the workflows that are in those collections.  The Gallery server also communicates with the Alteryx Service for the management and execution of the workflows. When someone requests a workflow to be executed the Gallery server communicates with the service layer to execute that workflow and then retrieve the output.  Alteryx supports a REST API for the Gallery which developers can use to interact with a private Gallery or the Alteryx Analytics Gallery when creating custom interfaces for running apps.
  • 11.  11  Alteryx Architecture
  • 12.  12  Alteryx Gallery Architecture
  • 13.  13  Security An Alteryx Server deployment that includes a private Gallery uses three main communication protocols:  Communication between a web browser and the Gallery uses standard HTTP (via port 80). The Server also supports SSL encryption and can be configured to use HTTPs (via port 443). Passwords used when logging in to the Gallery are encrypted using BCrypt and never sent or stored in clear text.  Communication between a machine that is configured as the Controller and machines that have the Designer, Gallery, or Worker enabled also occurs over HTTP with RC4 encryption that uses the Controller token as the shared secret. The token is auto-generated and encrypted per-machine using the Windows Crypto API.  Communication between the Service Layer components and the MongoDB persistence layer occurs over TCP/IP (via port 27018). For embedded MongoDB the host, username, and password are automatically generated and the password is encrypted as well. Alteryx also supports SSL for encrypting data when communicating with a user-managed implementation of MongoDB.
  • 15.  15  Security Alteryx Server supports two types of authentication To establish a user’s identity and prevent unauthorized access to the Gallery: Built-in Authentication, Windows Authentication; and if you are accessing the Gallery via the API you can authenticate with OAuth 1.0A.  Built-in Authentication requires an email address and password for each user to sign in. User registration information and log-in passwords are encrypted and never sent or stored in clear text.  Integrated Windows Authentication allows users to gain access to the Gallery via their network or Windows user credentials. Instead of storing the password and network credentials of users, Alteryx refers to them via an SID within the Active Directory.  Alteryx also supports a Gallery REST API which uses OAuth 1.0A via a key and secret for authentication. The key and secret are used only for accessing the API and not for logging in to the Gallery. With Alteryx Server, authorization for what a user can access and do once authenticated is managed by licensing and user roles and permissions.  Users must first purchase a license and then activate that license to enable or “unlock” functionality and use Alteryx software, tools, and data. License seats can be shared with other users via a license key.  Users can be permissioned for roles that govern what they can and cannot do within the Gallery, such as publish, run, and share workflows, or administer the site itself.  Access to data assets is governed by the database or network permissions that are setup by a company’s IT department at the local level drive.
  • 16.  16  Deployment Factors influencing deployment  Analytics processing goals  Machine specifications  Number of users and their needs  Automation required to service jobs,  Access to APIs and SDKs  Volume of data to be processed. Handling Increase in Workflow Execution Request
  • 17.  17  Deployment Factors influencing deployment  Analytics processing goals  Machine specifications  Number of users and their needs  Automation required to service jobs,  Access to APIs and SDKs  Volume of data to be processed. Allowing More Users to create workflows
  • 18.  18  Deployment Factors influencing deployment  Analytics processing goals  Machine specifications  Number of users and their needs  Automation required to service jobs,  Access to APIs and SDKs  Volume of data to be processed. Handling Increased Load on Gallery
  • 19.  19  Deployment Factors influencing deployment  Analytics processing goals  Machine specifications  Number of users and their needs  Automation required to service jobs,  Access to APIs and SDKs  Volume of data to be processed. Data backup and Reliability
  • 20.  20  Performance and Scaling Considerations The following image provides guidelines for determining the total number of Workers that may be needed, based on the total number of simultaneous users and the average amount of time it takes for a workflow to execute
  • 21.  21  System Settings and Parameters Demo on Server http://downloads.alteryx.com/Documentation/Alteryx%20Server%20Installation%20Guide.pdf
  • 22.  22  Alteryx Process, Introduction and Publication to Gallery Demo on Server
  • 23.  23  Alteryx Apps https://www.youtube.com/watch?v=O6RPcRUpXU8
  • 24.  24  Alteryx Designer Tools http://www.alteryx.com/alteryx-designer-tools http://www.alteryx.com/sites/default/files/alteryx-tools-sheet-v10.5.pdf
  • 25.  25  Tips and Tricks, Community, Knowledge Base https://www.youtube.com/watch?v=DJwgYYP_xlA http://community.alteryx.com/t5/Alteryx-Knowledge-Base/tkb-p/knowledgebase http://help.alteryx.com/10.5/index.htm#In-DatabaseOverview.htm%3FTocPath%3D_____4 http://help.alteryx.com/10.5/index.htm