KO
|
EN
gitlite — search
Search
#javascript
#typescript
#python
#react
#docker
#css
#csharp
#minecraft
#postgresql
#python3
#bootstrap
#html
core-get-started
★ 32
Open GitHub ↗
Get started with Qlik Core.
Download README (.md)
Explore Similar Repositories
catwalk
:
UI to ease the data modelling experience using Qlik Associative Engine.
halyard.js
:
JavaScript library for generating Qlik Load Scripts using an abstracted API.
enigma-go
:
Go library for consuming Qlik's Associative Engine.
blackduck-alert
:
Processes notifications from BlackDuck and sends them to supported distribution channels
blackduck-docker-inspector
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
core-get-started
?
Download (.md)
# Get started with Qlik Core *As of 1 July 2020, Qlik Core is no longer available to new customers. No further maintenance will be done in this repository.* This repository contains the source code and assets for the Hello Engine, Hello Data, and Hello Visualization examples found [here](https://core.qlik.com/get-started/) under tutorials. Note that before you deploy, you must accept the [Qlik Core EULA](https://core.qlik.com/eula/) by setting the `ACCEPT_EULA` environment variable. ```sh ACCEPT_EULA=yes docker-compose up -d ``` ## Contents - [hello-engine](./src/hello-engine/) - Hello Engine example source code - [hello-data](./src/hello-data/) - Hello Data example source code - [hello-visualization](./src/hello-visualization/) - Example source code for a line chart and a scatter plot visualization - [test](./test) - Function tests for the examples (bash scripts) - [data](./data) - The Movies data, used as user data in the examples ## Screenshot  ## Contributing We welcome and encourage contributions! Please read [Open Source at Qlik R&D](https://github.com/qlik-oss/open-source) for more info on how to get involved. ## Found a bug? Found a problem with the examples? Don't hesitate to submit an issue.