DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  1. DZone
  2. Data Engineering
  3. Data
  4. Qlik Extensions and Qlik Server Side Extensions: What Are They?

Qlik Extensions and Qlik Server Side Extensions: What Are They?

What's the difference between Qlik Sense client side extensions and Qlik Sense server side extensions?

Wuzhong Zhu user avatar by
Wuzhong Zhu
·
Apr. 17, 19 · Tutorial
Like (2)
Save
Tweet
Share
8.45K Views

Join the DZone community and get the full member experience.

Join For Free

A few months ago, someone asked if I could explain the difference between Qlik Sense extensions and Qlik Sense server side extensions. I couldn't. Unfortunately, I personally had never tried server side extensions before. All I knew was that there are two kinds of extensions for Qlik: client side extensions (extensions) and server side extensions (SSEs).

NOTE: In this article, we will refer to client side extensions as "extensions" and server side extensions as "SSEs."

As an extension developer at Qlik, I was ashamed. How could I not know more about this!? But I'm a developer and I like a challenge — I went back, I tried SSEs (which are great, by the way) and now I know the answer to the question. And for the record, SSEs are 100% different from extensions.

But the idea of SSEs is not straightforward. It is not a "plug and play" but rather a service. It is more like an API. Therefore, I am writing this article to talk about the difference between extensions and SSEs (briefly) and hope to clear up any confusion.

Extensions Versus SSEs in a Nutshell

Image title

Image title

Image title

Image title

Extensions are charts (not necessarily true) and a frontend entity. When you want to try something outside of Qlik's out-of-the-box visualizations, using extensions give users/developers the power to extend the capability of Qlik to match their BI needs.

For example:

"GRRRR, this is garbage! Which BI tool nowadays does not have unicorn bar charts!?" 

*Furiously search on the internet for unicorn bar-chart*

"developer.qlik.com, what is this...OMG, a unicorn bar-chart!"

Extensions are HTML based. It is a front-end component most often used for visualizations, nothing more. When an extension is installed, it is just like installing an app on your phone —  it's clean, separable, lightweight, and you can remove it as you wish without worrying about breaking other things. Furthermore, extensions are implemented on top of Qlik APIs  —  like, for example, our Extension API. Therefore, the backend remains untouched. Below is an illustration showing how Qlik operates behind the scenes. Nothing needs to be changed in this graph if the user is using an extension.

Image title

SSEs are the opposite of a visualization extension. SSEs are for extending the backend capability, instead of the frontend. Just imagine running python or Java or C++, or all together on Qlik. Isn't it awesome?

So SSEs implement a technology call RPC, which is short for remote-procedure-call. RPC is a distributed system implementation. The idea is, the system/user can access functions in another system as it is in their own system. So the anatomy for a system with SSE is actually like this:

Image title

Looks complicated, right? I promise it's really not. What happens here is that some calculations are "outsourced" to another system like, for example, Python. The user does not have to know it. The Qlik server will call a service to do the calculation and combine the data with data from Qlik. It can happen during data loading or in real time.

An example of a SSE use case is predictive analysis. Traditionally, BI software is descriptive, meaning it does not go further from what is already there in the data. But Qlik has a powerful analytics engine. In order to use the engine, all of the data is indexed and pre-loaded as binary during load time.

Now with SSE, Qlik goes beyond descriptive. Users may select a certain group of products and predict their stock availability for the next 3 months based on a machine learning model trained in python. Read more about script loading here.

So, to Summarize Extensions Versus SSEs...

Image title

Now What?

Let me know if you have any questions or would like a tutorial for SSEs. They're awesome.

Cheers. Happy coding. Don't freak out, you'll figure it out.

Machine learning Data (computing) Use case Visualization (graphics) Python (language) dev Engine Awesome (window manager)

Published at DZone with permission of Wuzhong Zhu, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • AIOps Being Powered by Robotic Data Automation
  • Top 10 Secure Coding Practices Every Developer Should Know
  • Web Application Architecture: The Latest Guide
  • Playwright vs. Cypress: The King Is Dead, Long Live the King?

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: