server-side-extension icon indicating copy to clipboard operation
server-side-extension copied to clipboard

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

Results 13 server-side-extension issues
Sort by recently updated
recently updated
newest added

Hello, when I build the project with maven (or call mvn protobuf:compile) There is a class generated: qlik.sse.ServerSideExtension But not the class expected in the project : qlik.sse.ConnectorGrpc.ConnectorImplBase Any idea...

### Description ``` #docker run --rm -p 50053:50053 qlik-oss/sse-columnoperations python: can't open file 'ColumnOperations': [Errno 2] No such file or directory ``` ### Steps to Reproduce 1. docker build -t...

### Description [Description of the issue] Not able to correctly use reflection for the server. ### Steps to Reproduce 1. [Step one] 2. [Step two] 3. ... ##### Expected behavior...

Hi, I've found some little issues in your example code. At https://github.com/qlik-oss/server-side-extension/blob/c500be88a47c3ec35b6b798d20b9867f9761211c/examples/cpp/basic_example/basic_example.cc#L126 and https://github.com/qlik-oss/server-side-extension/blob/c500be88a47c3ec35b6b798d20b9867f9761211c/examples/cpp/basic_example/basic_example.cc#L167 In this case it would be more safe to use the ParseFromArray function because the data...

### Description I have generated certificates for helloword example, and I see folder sse_helloword_server_certs have 3 files named root_cert.pem, sse_server_cert.pem, and sse_server_key.pem, but where do I put those files? The...

### Description I am working on building a gRPC Python container to provide specific functions to the Qlik Engine. The service works correctly and I get results back without problems....

### Description For an SSE, I have a visualization and a list of values for my dimension to filter from. I select the dimension and select the green checkbox while...

### Description Currently the examples don't cater for functions that take in a variable number of parameters. After working on my Python SSE project I find this to be a...

enhancement

Hi, I want to use server side extensions (SSE) for Qlik Sense and Python in a multi-node environment. So I follow the installation steps 1 and 2, which refer to...

### Description All of the Python SSE servers currently support arbitrary command injection. Some of the other examples do a better job restricting functions to expected code input. Mutual TLS...