What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

What is the difference between the Spryker SDK and Spryker Commerce OS?

U04N5PQJJDQ
U04N5PQJJDQ Posts: 14 🧑🏻‍🚀 - Cadet

What is the difference between the Spryker SDK and Spryker Commerce OS?

Comments

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    SDK is for managing projects and executing tools on the project (e.g.: Codesniffer, Architecturesniffer, static code analyzis) as well as for setting up new projects or creating boilerplate code in existing projects and a lot more.

    the Commerce OS is essentially the whole architecture and a lot of features that is the base for your ecommerce project.

    There is also another SDK, called docker SDK, which is for setting up your environment locally to be able to execute the commerce OS inside as similar as possible to your production system.

  • U04N5PQJJDQ
    U04N5PQJJDQ Posts: 14 🧑🏻‍🚀 - Cadet

    Thanks for your detailed reply.