Giter VIP home page Giter VIP logo

core-scaling-ui's Introduction

CircleCI

Core Scaling UI

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 for the Core Scaling UI.

Developing the UI

  • Start the Qlik Associative Engine in a Docker container. Note that before you deploy, you need to set the ACCEPT_EULA environment variable, otherwise the Qlik Associative Engine won't start.

    ACCEPT_EULA=yes docker-compose up -d
  • Install dependencies:

    npm install
  • Run the application:

    npm run start
  • Open a browser and navigate to http://localhost:8080 to view the UI.

The data

The data used in the UI is from The World Bank Open Data and UN Data. World Development Indicators: Urban Population, Rural population and Population, total, Life expectancy at birth, total (years), Access to electricity, rural (% of rural population), GDP per capita, PPP (constant 2011 international $), Births attended by skilled health staff (% of total), Land area (sq. km), Population using improved drinking-water sources (%). Also State of the World´s cities 2006/7. United Nations Human Settlements Programme. London:Earthscan Publications;2006

core-scaling-ui's People

Contributors

carlioth avatar dependabot[bot] avatar qlikossbuild avatar renovate[bot] avatar sublibra avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

core-scaling-ui's Issues

Automated: Protex scan failed

A BlackDuck Protex scan failed on this repository.

Number of files needing identification: 1

If you are unsure how this process works, please contact trunk team on Slack.

No more automated issues will be created on this repository until this issue
is closed.

Please prioritize and solve this as soon as possible. If the files
has been identified already, you may ignore and close this issue.

Core Scaling UI not running into a server running Linux

I´ve created a linux box for Qlik Core demo
Steps I´ve done

  1. Provisioned a Linux box into AWS and created a security group opening all TCP ports to outside world
  2. Installed and checked Docker
  3. Steps
    git clone https://github.com/qlik-oss/core-scaling-ui.git
    cd core-scaling-ui/
    ACCEPT_EULA=yes docker-compose up -d
    npm install
    npm run start

if I try to connect to localhost (into my Linux box) with curl for example everything is fine
$ curl localhost:8080

...

but if I try to point a browser to that public IP box using a browser it does not answer

Core Scaling UI app is not running. It throws app not found

Description

Core Scaling UI app is not running. It throws app not found

Steps to Reproduce

  1. ACCEPT_EULA=yes docker-compose up -d
  2. npm install
  3. npm run start
Expected behavior

It should read qvf and create container image, also render a charts

Actual behavior

Core Scaling UI app is not running. It throws app not found.

Environment

Library
* Node.js 
* Browser
* Docker Community edition
Operating system
* Windows 10
Versions
* Node.js: v9.10.1
* Browser: 62.0.3202.62 (Official Build) (64-bit)
* Docker Community edition: 18.03.0-ce-win59 (16762)

Unable to run core-scaling-ui on a separate server

When trying to get the sample to run in a headless environment I am getting the following error:
"WebSocket network error: The operation couldn’t be completed. Connection refused" in my browser (on a separate machine).

I have modified the standard package.json file to start the dev webserver as:
webpack-dev-server --mode development --hot --host IP_ADDRESS

where IP_ADDRESS is my IP address or I have even tried 0.0.0.0.

Any other thoughts or ideas on how to get this to run?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.