Initial Release
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.
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
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.
Additional adapter documentation is included in docs/ for IRIS and Tableau function outputs and schemas.
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.