All Projects → qlik-oss → Server Side Extension

qlik-oss / Server Side Extension

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

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
cpp
1120 projects
csharp
926 projects

Labels

Projects that are alternatives of or similar to Server Side Extension

Gopherlabs
The Ultimate Workshop Track for #golang Developer
Stars: ✭ 106 (-15.2%)
Mutual labels:  protobuf
Myth
Reliable messages resolve distributed transactions
Stars: ✭ 1,470 (+1076%)
Mutual labels:  protobuf
Pants
The Pantsbuild developer workflow system
Stars: ✭ 1,814 (+1351.2%)
Mutual labels:  protobuf
Protobuf
Protocol Buffers - Google's data interchange format
Stars: ✭ 52,305 (+41744%)
Mutual labels:  protobuf
Schema Registry
Confluent Schema Registry for Kafka
Stars: ✭ 1,647 (+1217.6%)
Mutual labels:  protobuf
Streamcryptor
Stream encryption & decryption with libsodium and protobuf
Stars: ✭ 112 (-10.4%)
Mutual labels:  protobuf
Carbonzipper
proxy to transparently merge graphite carbon backends
Stars: ✭ 104 (-16.8%)
Mutual labels:  protobuf
Luapbintf
Binding Protobuf 3 to Lua 5.3
Stars: ✭ 122 (-2.4%)
Mutual labels:  protobuf
Protoc Gen Go Json
Protobuf compiler plugin to generate Go JSON Marshal/Unmarshal implementations for messages using jsonpb.
Stars: ✭ 110 (-12%)
Mutual labels:  protobuf
Rules closure
Closure rules for Bazel
Stars: ✭ 119 (-4.8%)
Mutual labels:  protobuf
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (-14.4%)
Mutual labels:  protobuf
Pbandk
Kotlin Code Generator and Runtime for Protocol Buffers
Stars: ✭ 110 (-12%)
Mutual labels:  protobuf
Twisk
Golang RPC starter kit with Twirp
Stars: ✭ 113 (-9.6%)
Mutual labels:  protobuf
Benchmark Grpc Protobuf Vs Http Json
Benchmarks comparing gRPC+Protobuf vs JSON+HTTP in Go
Stars: ✭ 106 (-15.2%)
Mutual labels:  protobuf
Pq
a command-line Protobuf parser with Kafka support and JSON output
Stars: ✭ 120 (-4%)
Mutual labels:  protobuf
Protoc Gen Struct Transformer
Transformation functions generator for Protocol Buffers.
Stars: ✭ 105 (-16%)
Mutual labels:  protobuf
Protoc Gen Map
SQL Data mapper framework for grpc/protobuf
Stars: ✭ 112 (-10.4%)
Mutual labels:  protobuf
Rust Protobuf
Rust implementation of Google protocol buffers
Stars: ✭ 1,797 (+1337.6%)
Mutual labels:  protobuf
Blade Build
Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
Stars: ✭ 1,722 (+1277.6%)
Mutual labels:  protobuf
Protoc Gen Doc
Documentation generator plugin for Google Protocol Buffers
Stars: ✭ 1,792 (+1333.6%)
Mutual labels:  protobuf

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 calculation engines in both load scripts and charts. In Qlik Sense and QlikView, you connect to these server-side extensions (SSEs) by defining analytic connections.

This repository includes documentation that describes the SSE protocol, how to use it and how to build your own plugins. We have also examples written in a couple of different languages.

Status

CircleCI

Latest SSE Version: v1.1.0
Examples Disclaimer: The examples provided are just examples, therefore use them at your own risk.

Latest Product Version SSE Supported
Qlik Sense February 2018 v1.1.0
QlikView November 2017 v1.0.0

Previous Versions

Documentation

Examples

Python

C++

C#

Java

Go

Contributing

Please follow the instructions in CONTRIBUTING.md.

Getting help

  1. Look at the documentation and examples in this repo again.
  2. Do a search in Qlik Community to see if there is already an answer to your question.

If not, you can either

  • Ask your question in #sse on Qlik Branch slack. For access, go to Qlik Branch and qlik on SLACK. This is good for small questions and usually gives quick feedback.
  • Create a new question on Qlik Community. This is a good option for questions you think more people are interested in since question and answer will remain for others to see.

There are also several projects using SSE on Qlik Branch which can serve as useful examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].