Home Applications Game Of Throne Analytics

Game Of Throne Analytics

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.25
2 reviews
0
Awards
353
Views
7
IPM installs
2
2
Details
Releases
Reviews
Issues
Pull requests
Articles
Dependencies
This app has a demo View
Game of Throne deaths analytics

What's new in this version

ZPM version bump

got-analytics

This is an example of IRIS Analytics dashboard which is made against the CSV file on causalities of The Game Of Thrones taken from Data World project

The dashboard can be examined here.
Dashboard

What this example is about?

It’s a demo how you can:

  • use csvgen module to generate ObjectScript class and import data
  • how to create a cube vs CSV and and visualise the data in IRIS Analytics
  • how to build a docker container with this
  • how to deploy docker container into GCP Kubernetes Engine (GKE) automatikally

Collaboration

This project is totally open for collaboration and pull requests

How to Develop with this project

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Fork or/and Clone/git pull the repo into any local directory

$ git git@github.com:evshvarov/got-analytics.git

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

How to Test it

Open in a browser the link: http://localhost:32814/dsw/index.html#!/d/Overview.dashboard?ns=IRISAPP

How to start coding

This repository is ready to code in VSCode with ObjectScript plugin.
Install VSCode, Docker and ObjectScript plugin and open the folder in VSCode.
Open /src/cls/PackageSample/ObjectScript.cls class and try to make changes - it will be compiled in running IRIS docker container.
docker_compose

Feel free to delete PackageSample folder and place your ObjectScript classes in a form
/src/Package/Classname.cls
Read more about folder setup for InterSystems ObjectScript

The script in Installer.cls will import everything you place under /src into IRIS.

DSW version 3.1.21

Read more
Made with
Install
zpm install got-analytics download archive
Version
1.0.425 May, 2022
ObjectScript quality test
Category
Technology Example
Works with
InterSystems IRIS
First published
12 Jun, 2020
Last checked by moderator
27 Jun, 2023Works