Home Applications DataAI-ETL-InterSystems-IRIS-CustomerReadyEvaluation

DataAI-ETL-InterSystems-IRIS-CustomerReadyEvaluation

Community Project
This project is maintained by its author and is not officially supported by InterSystems. For technical support, please contact the project developer.
0
0 reviews
0
Awards
0
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews
Issues
Customer-ready DataAI ETL InterSystems IRIS evaluation package, guides, license, prerequisites, and checksums

What's new in this version

Initial Release

DataAI ETL for InterSystems IRIS — Customer-Ready Evaluation

This public repository distributes the customer-ready InterSystems IRIS evaluation package from Yanbor LLC, provider of the DataAI product. DataAI ETL runs as libraries and integration assets inside the customer’s pipeline; it is not a hosted DataAI service.

DataAI ETL is proprietary, source-available evaluation software built with open-source technologies including Apache Spark. It is not open-source software. Read https://github.com/DataAILite/DataAI-ETL-InterSystems-IRIS-CustomerReadyEvaluation/blob/main/LICENSE.md before downloading or using the package. The standard evaluation is limited to less than 32 consecutive calendar days, does not authorize production use or redistribution, and is provided AS IS with no Yanbor LLC support or service obligation except as expressly agreed in writing.

Download and verify

Verify the download before extraction:

$zip = ".\DataAI_ETL_IRIS_Evaluation.zip"
$expected = (Get-Content "$zip.sha256").Split()[0].ToLowerInvariant()
$actual = (Get-FileHash $zip -Algorithm SHA256).Hash.ToLowerInvariant()
if ($actual -ne $expected) { throw "DataAI ETL package checksum mismatch." }

Expected SHA-256: f30ff347ab2873d19726e4c3ac0f36d743a66eab9dbaba248b5103e15120725a

Evaluation workflow

Extract the package, review https://github.com/DataAILite/DataAI-ETL-InterSystems-IRIS-CustomerReadyEvaluation/blob/main/LICENSE.md, and use an isolated IRIS namespace. Run the local DataAI Spark smoke test, execute smoke-test\iris-live\setup-evaluation.sql, and then run the live IRIS smoke test with a customer-supplied compatible InterSystems JDBC driver. Require DATAAI_IRIS_SMOKE_TEST_PASS.

Use only fictional or customer-approved non-production data. A successful smoke test validates the delivered artifacts in the tested environment; it is not production authorization or certification by the third-party platform vendor.

Documentation

  1. Check and install the Windows prerequisites.
  2. Follow the product installation guide.
  3. Use the product usage guide after installation.
  4. Review the product evaluation-license page.
  5. Review the complete DataAI ETL function catalog, including matrix balancing.

Additional adapter documentation is included in docs/ for IRIS and Tableau function outputs and schemas.

Repository contents

README.md
https://github.com/DataAILite/DataAI-ETL-InterSystems-IRIS-CustomerReadyEvaluation/blob/main/LICENSE.md
COMMERCIAL_LICENSE_TEMPLATE.md
https://github.com/DataAILite/DataAI-ETL-InterSystems-IRIS-CustomerReadyEvaluation/blob/main/DataAIETLPrerequisites.html
https://github.com/DataAILite/DataAI-ETL-InterSystems-IRIS-CustomerReadyEvaluation/blob/main/PACKAGE_CONTENTS.txt
SHA256SUMS.txt
https://github.com/DataAILite/DataAI-ETL-InterSystems-IRIS-CustomerReadyEvaluation/blob/main/manifest.json
downloads/
  DataAI_ETL_IRIS_Evaluation.zip
  DataAI_ETL_IRIS_Evaluation.zip.sha256
docs/
  INSTALLATION_GUIDE.html
  USAGE_GUIDE.html
  EVALUATION_LICENSE.html
  FUNCTION_CATALOG.html
  adapter output documentation
  usage.css

The ZIP contains the complete customer-facing evaluation layout, its own license, internal SHA-256 manifest, samples, documentation, platform assets, DataAI libraries, and executable smoke-test path for this integration. Java, Spark, Hadoop, vendor platforms, BI applications, orchestration products, proprietary drivers, cloud accounts, credentials, and customer infrastructure are not supplied unless the package expressly says otherwise.

The source catalog row is published at DataAI ETL Markets. Commercial or production rights require a separate written agreement, order form, or license certificate from Yanbor LLC.

Version
1.0.015 Aug, 2026
Category
Analytics
Works with
InterSystems IRISInterSystems IRIS for HealthCachéInterSystems IRIS Cloud SQL
First published
15 Aug, 2026
Last edited
15 Aug, 2026