Home Applications workshop-py-columnar

workshop-py-columnar

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.5
2 reviews
0
Awards
57
Views
0
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Articles
Workshop for columnar storage purpose

What's new in this version

Initial Release

workshop-py-columnar

Columnar and row storages comparation based on a Python project developed using Jupyter Notebook connected using the official library to IRIS.

You can find more in-depth information in https://learning.intersystems.com.

What do you need to install?

Setup

Build the image we will use during the workshop:

$ git clone https://github.com/intersystems-ib/workshop-py-columnar
$ cd workshop-py-columnar
$ docker-compose build

Configuration

The main purpose of this example is to test the performance of different storage types (columnar or row) that InterSystems IRIS provides connecting it using Python libraries from a Jupyter Notebook project.

Test Production

  • Run the containers that we will use in the workshop:
docker-compose build

docker-compose up -d

Automatically an IRIS instance will be deployed, a Jupyter Notebook is deployed under (http://localhost:8888) too.

IRIS database

  • Open the Management Portal.
  • Login using the default superuser/ SYS account.
  • Open System Explorer –> SQL
  • Select NAMESPACE USER and Schema Test

Testing with Jupyter Notebook

This project is devolped in Python using Jupyter Notebook, you can access to it from here and open PerformanceTests.ipnyb file.
alt text

You can test the project step by step or execute it at one time, feel free.

Read more
Made with
Version
1.0.029 Feb, 2024
Category
Technology Example
Works with
InterSystems IRISInterSystems IRIS for Health
First published
29 Feb, 2024