Skip to content

intersystems-ib/workshop-idfs-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workshop-idfs-db

THe main goal of this project is to deploy different databases to demo IDFS solution. You'll find a MySQL, an Oracle and a IRIS database (the only JDBC connectors available for IDFS).

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-idfs-db
$ cd workshop-py-performance
$ docker-compose build

Configuration

This project should be deployed in a AWS instance to make it accesible to IDFS. This project has a Jupyter Notebook configured to populate the databases.

Test Production

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

docker-compose up -d

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

You can check PostgreSQL and MySQL databases from Adminer

MySQL Adminer

  • Open Adminer using the following parameters:
    • Server: mysql
    • Username: testuser
    • Password: testpassword
    • Database: test

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published