ABOUT CLIENT

As the first company to emerge from Google X, HELIXRE is leading the charge to bring ‘digital twinning’ to all. They’re improving the world, one building at a time. They create accurate digital equivalents of entire buildings at a fraction of the normal time and cost.

Sector
CAD, Cloud, Microservices

Headquarters
U.S.A

THE PROJECT

Wrote short running service (job) to run on cloud. This job effectively converts one CAD (Revit) model to other(OBJ).

THE CHALLENGE

  • To provide generic solution to convert one CAD model to other format (eg .rvt to .obj)
  • To effectively manage and maintain different services and jobs on GCP (Google Cloud Platform)
  • One of the challenges was to download and upload huge file on Forge which resulted in JVM OOM exception
Forge1
Forge2

THE SOLUTION

  • Used Autodesk Platform Services (formerly Forge) APIs for conversion.
  • Implemented some algorithms to stream and also optimized the performance(RAM reduced from 8GB to 500MB)
  • Contributed to scheduler service (service used to manage,  schedule, delete and create jobs inside GKE and also communicate with other services , jobs via PubSub messaging service)
  • One of the challenges was to reschedule the jobs which were terminated due to out of memory. Implemented logic to reschedule the jobs with optimal higher memory resource on failure to ensure successful completion of jobs
  • One other challenge was while deletion of jobs sometimes the configmaps doesn’t get deleted. So implemented logic to delete orphaned configmaps ensuring the smooth running of GKE node
quote-white

We have got a winner here! I personally appreciate the dedication and teamwork of the ProtoTech developers for making the challenges achievable. Good Job Guys!

– Prem Kumar, Helix.re

Need Help With Application Development?

Success Story Contact Enquiry

Forge converter,Scheduler service