Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.

License

Notifications You must be signed in to change notification settings

qlikmats/server-side-extension

 
 

Repository files navigation

Server Side Extension

This repository provides a server-side extension (SSE) protocol based on gRPC that allows you to extend the Qlik built-in expression library with functionality from external calculation engines. You can use external calculations engines from both load script expressions and chart expressions. These SSE plugins are referred to as analytic connections in Qlik Sense.
SSE is part of the Advanced Analytics Integration (AAI) concept at Qlik.
This repository includes documentation that describes the SSE protocol, how to use it and how to build your own plugins. Currently we have examples written in a few different languages only but examples in more languages will come later.

Status

CircleCI

Current Plugin Version and State: v1.0.0
Matching Qlik Sense Version: Qlik Sense 2017 release (or later). Both desktop and enterprise.
Examples: The examples provided are not meant to be used in production, therefore no support is provided.

Previous Versions

Documentation

Examples

Python

C++

C#

Java

Go

Contributing

Please follow the instructions in CONTRIBUTING.md.

About

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.1%
  • Batchfile 22.6%
  • Shell 11.3%