I am working on a project where we use Azure stack for data engineering and analysis. The main component for computation is Azure Databricks in which most of the code is written in python code.
Recently I got a requirement to work in a project where we have to process mf4(Measurement Data Files) files. To process mf4 files, we sort out the solution to use asammdf library and process the file.
Then the next phase came to migrate few formulas which are in IDL(Interactive Data Language). These formulas are stored in an Oracle database and we are able to connect to the database in order to get the formulas.
But the question arise here is How to run these IDL formulas on the data available in Azure Storage. Can we run these formulas through Python notebook file and use the data for analysis.
I have gone through few documentations and didn't get any Idea to implement a solution for this.
- Is it possible to import any IDL library in python notebook files and execute IDL formulas ?
- Is this IDL an open source or licensed product?
Any leads Appreciated! Thanks in Advance.


from idlpy import *