How does Matillion feel execute the code at a core level?
Does Matillion create a binary executable then the quartz scheduler just execute them?
How does Matillion feel execute the code at a core level?
Does Matillion create a binary executable then the quartz scheduler just execute them?
Hi @pratikdatta1 ,
I am not sure I fully understand your question because you didn't mention a specific product. Are you talking about Matillion Data Loader or Matillion ETL?
In either case, I can tell you that Matillion ETL's architecture and how the jobs or processes are executed under the hood are just web based. That product is a web application on a virtual machine. So, the only executable true executable is likely the tomcat service which is simply a web server.
For the DataLoader product, I would be guessing a bit but I could imagine Matillion using serverless code to execute the defined pipeline project where the pipeline is a set of instructions that the serverless processes understand and can execute against. I would be extremely surprised if they wrote their own executable for this process since their future direction is cloud native. Again, this my educated guess.
I hope this helps in some way!