commercetools / commercetools-project-sync

Dockerized CLI application which allows to automatically sync different resources between commercetools projects
44 stars 24 forks source link

Is it possible to use this syncer as a library in springboot project #606

Closed artofvijay closed 3 days ago

artofvijay commented 6 days ago

Instead of docker container is it possible to use this as library to use with springboot web application. Like I will have ui for entering source and destination project, from springboot service class trigger this syncer

lojzatran commented 6 days ago

Hi @artofvijay,

If you are interested in a library, please use this one: https://github.com/commercetools/commercetools-sync-java.

project-sync adds a command-line interface for this library and also ensures syncing from project to project. This will need to be done by you or you can call project-sync from your springboot web app this tool in the command line.

artofvijay commented 3 days ago

Thank you for your recommendation.