Wednesday
Has anyone integrated a DWG-to-GeoJSON conversion in a Workato recipe?
I have existing Java code that uses Aspose.CAD to parse DWG entities (lines, polylines, etc.) and generate a GeoJSON FeatureCollection. Since Workato's code step supports only Ruby and can't run Java or load JVM libraries natively, I'm exploring the best way to integrate this Java-based conversion with Workato. I'm not planning to wrap the Java code as a Spring Boot REST service, so I'm interested in other integration patterns.
Looking for advice on:
What is the best way to integrate existing Java code with Workato without rewriting the logic in Ruby?
Has anyone implemented a similar CAD-to-GIS conversion workflow in Workato?
Are there recommended approaches for handling large DWG files efficiently during the integration?
If you've solved a similar problem, what architecture or integration pattern worked well for you?
Any experience, recommendations, or alternative approaches would be greatly appreciated.