SlideShare ist ein Scribd-Unternehmen logo
1 von 44
Downloaden Sie, um offline zu lesen
commerce technology
for category leaders
2015 Spryker Systems GmbH /About Spryker 2
1. Our Story
2. The market and how we fit in
3. Software architecture
4. Spryker’s technology concept
5. Delivery
Our Story
2015 Spryker Systems GmbH /About Spryker 3
DEVELOPMENT
Ambitious commerce projects
Appropriate softwarenotavailable
Internalframework solution
100+ online businessmodels launched
October 2014: Spryker is founded
IMPLEMENTATIONEXAMPLES
B2B Webshop with
complex business logics
Largest Meal Ingredients
deliveryin EU, 380% YTY growth
Real Estate Marketplace
33 countries in 15months
CategoryLeaderfor
Fashion in Brazil
Largest Furniture Shopping
Club in Europe
Meal Deliveryin EU and
SE Asia, $740 Mio. GMV
Spryker solves a lot of common issues
2015 Spryker Systems GmbH /About Spryker 4
Common issues of shop software Solutions integrated in Spryker
Full-page cache Separation of frontend and backend
Website drawsfromdatabase Frontend drawsfromKey ValueStorage
Entity AttributeValue (EAV) model Extend DBSchema + JSON values
Unnecessary code components& features Lean code baseand modular features
Monolithic approach Modular monolith
2015 Spryker Systems GmbH /About Spryker 5
1. Our Story
2. The market and how we fit in
3. Software architecture
4. Spryker’s technology concept
5. Delivery
ERP
CRM
PIM
CMS


OMS Shop Shop Shop
E-Commerce Technology matures
2015 Spryker Systems GmbH /About Spryker 6
1995 - 2002 2003 - 2013 2014 +
E-commerce =
additional sales channel
E-commerce =
new business model
E-commerce =
part of an ecosystem
1st Generation
ERP-focused setup
2nd Generation
Features move into Shop
3rd Generation
Features move outin Ecosystem
ERP ERP
CRM
PIM
CMS


OMS
CRMPIM
CMS

OMS
+ channels
+ devices
+ complexity
+ content
+ uncertainty
STANDARD SOFTWARE
low risk but static
Enabling tomorrow’stechnologyleaders
2015 Spryker Systems GmbH /About Spryker 7
Technologyas Value Driver
FRAMEWORK
Individuality&
differentiation
Reduced risks &
ownership costs
DegreeofIndividualization
IN-HOUSE PROJECTS
agile but expensive
2015 Spryker Systems GmbH /About Spryker 8
1. Our Story
2. The market and how we fit in
3. Software architecture
4. Spryker’s technology concept
5. Delivery
Building Blocks - technologies
2015 Spryker Systems GmbH /About Spryker 9
Spryker uses conservativestateofthe art technologies
Technology Architecture
2015 Spryker Systems GmbH /About Spryker 10
Technology Architecture
2015 Spryker Systems GmbH /About Spryker 11
Technology Architecture
2015 Spryker Systems GmbH /About Spryker 12
Technology Architecture
2015 Spryker Systems GmbH /About Spryker 13
Technology Architecture – Mobile / API
2015 Spryker Systems GmbH /About Spryker 14
ZED
backend
Search
Engine
Sessions
KV
Storage REST API
public API
HYBRID
MOBILE APP
AngularJS
YVES
frontend
Setup ofmobilefeatures as anadditional
frontendwithsame backendlogics
REST API has samearchitecture as Yves
anduses the sameRPC calls
NativeandHybrid Appscan be build
againstthisinterface
Offers samebenefitsas Yves:speed,
simplicity(nobusinesslogic),scalability
RPCRPC
Scaling (implementation example)
2015 Spryker Systems GmbH /About Spryker 15
Horizontal+ vertical
scalingenabled
Allowsfor rolling
deployment+Zero
Downtime
DB /Redis /
Elasticsearch as high
availableservices
Sampleinfrastructure
providedviasaltstack
templates
Yves load-balancer
Zed load-balancer
Yves
phpApp
Yves
phpApp
Yves
phpApp
Zed Main
phpApp*
Zed
phpApp
DB
Redis
Elastic
search
scale
read / writeread / write
write
read
read
*Zed main server only:
run cronjobs and post
deployment hooks
scale
Master-master
or master-slave
configuration
Spryker enables micro-services
2015 Spryker Systems GmbH /About Spryker 16
ZED
Catalog
Frameworkapproach
allowsfor independent
services
Decoupledbundlesand
definedAPIs make
integrationandseparation
intoservices easy
PostgresDB
RPC
YVES
Catalog
ZED
OMS
MySQL DB
ZED
B2B
Legacy DB
ERP
YVES
Cart
RPC
Merchant
Portal
RPC
2015 Spryker Systems GmbH /About Spryker 17
1. Our Story
2. The market and how we fit in
3. Software architecture
4. Spryker’s technology concept
5. Delivery
Spryker Bundles
2015 Spryker Systems GmbH /About Spryker 18
Customer
CMS
Checkout
Catalog
Cart
Availability
Auth
Acl
Mail
Locale
Item
Grouper
Invoice
Glossary
Distributor
Discount
Country
Sales
Queue
Product
Option
Product
Category
Product
Price
Payment
Oms
Wishlist
User
Url
Storage
Stock
Shipment
Session
Search
All important features:
Spryker comes with
100+ bundles
Easy and fast updates:
each bundlehasits own
versioning
Consistent: each
bundlehasthe same
basic architecture
Flexible & adaptable:
bundledependencies
are reduced toa
minimum
Bundle Dependency Management
2015 Spryker Systems GmbH /About Spryker 19
How dependencies are programmed
stock
bundle
availability
bundle
OMS
bundle
product
bundle
cart
bundle
checkout
bundle
stock
bundle
availability
bundle
OMS
bundle
product
bundle
cart
bundle
checkout
bundle
availability –checkout
connector bundle
availability –cart
connector bundle
What theworkflow looks like
This way, dependencies are always kept to a minimumand the setup stays agile
Bundle Dependency Management
2015 Spryker Systems GmbH /About Spryker 20
AGILITY: minimaldependenciesbetween
bundles,dependencymanagementvia
composer
LEAN SETUP: only include needed
bundles in project – keeps complexity as
low as possible
VERSIONING: upgradesonbundlelevel
- efficient: onlyneeded bundles
- fast: quicker updatesavailablewhere
needed, nowaitingfor next version
- simple: nostiff andcomplexupgrading
of entire framework
Spryker bundles concept
2015 Spryker Systems GmbH /About Spryker 21
bundles= functionalunits,e.g. cart, checkout,product
each bundleconsistsofup to4 layers
intersectionof layerandbundle= box
PRESENTATION LAYER: templates for Zed admin gui
COMMUNICATIONSLAYER: controllers, UI-elements and plugins
BUSINESS LAYER: businessand persistence logic
PERSISTENCE LAYER: (SQL) queries, entities and databaseschema
Spryker Bundles
2015 Spryker Systems GmbH /About Spryker 22
Customer
CMS
Checkout
Catalog
Cart
Availability
Auth
Acl
Mail
Locale
Item
Grouper
Invoice
Glossary
Distributor
Discount
Country
Sales
Queue
Product
Option
Product
Category
Product
Price
Payment
Oms
Wishlist
User
Url
Storage
Stock
Shipment
Session
Search
Yves client layer
2015 Spryker Systems GmbH /About Spryker 23
ZED backend
RPC
Yves only consistsof
templates, controllers,
service providers
Possible to build another
Yves with another
framework and stilluse
Spryker
Client is core functionality
for theshopfrontend
Client acts as asa facade
and delegates calls to Zed,
Search and Storage
SEARCH STORAGE
STUB SEARCH API STORAGE API
GATEWAY
CARTCLIENT
JSON
Query
Redis
Protocol
YVES
Controller, Themes
CLIENT
PRESENTATION LAYER
COMMUNICATIONSLAYER
BUSINESS LAYER
PERSISTENCE LAYER
Spryker bundles concept
2015 Spryker Systems GmbH /About Spryker 24
bundles= functionalunits,e.g. cart, checkout,product
each bundleconsistsofup to4 layers
intersectionof layerandbundle= box
CART
BUNDLE
CHECKOUT
BUNDLE
PRODUCT
BUNDLE
Separated core, project & localized code
2015 Spryker Systems GmbH /About Spryker 25
PRESENTATION LAYER
COMMUNICATIONSLAYER
BUSINESS LAYER
PERSISTENCE LAYER
CORELEVEL
PROJECTLEVEL
STORELEVEL
Spryker bundles
clientimplementation
US, DE, UK, FR, CA, 

Separated core, project & localized code
2015 Spryker Systems GmbH /About Spryker 26
Implementation example of the three levels
extractof implemented corebundles
custom projects added to adapted corebundles
custom bundlesfor specific stores/ localized shops
Factories allow to extend all classes.
Extension of thedependency
container allows to replace any class.
COREPROJECTSTORE
product
bundle
cart
bundle
stock
bundle
MySpecial1
bundle
MySpecial2
bundle
product
bundle
cart
bundle
product
bundle_DE
product
bundle_FR
MySpecial2
bundle_FR
Building Blocks - principles
2015 Spryker Systems GmbH /About Spryker 27
Spryker is good software craftsmanship:
SOLID - Clean Code – Separation of Concerns
Software Principles & Patterns
2015 Spryker Systems GmbH /About Spryker 28
SOLID: Single Responsibility Principle There should never be more than one
reason for a class to change
default principle for each class is
defined in Spryker
single responsibility principle is
applied on bundle, class, and method
level
example : facade classes represent
the internal API of a bundle and the
only point of access to a bundle
facades areflat and stateless classes
- their only responsibility is to
orchestrate the incoming requests
to the business logic implemented in
the bundle
Software Principles & Patterns
2015 Spryker Systems GmbH /About Spryker 29
SOLID: Interface Segregation Principle Many client specific interfaces are
better than one general interface
in Spryker this is used for facades
in order to substitute a bundle
with a new one, its facade must
contain the same operations so
that it doesn’t break the contract
established with other bundles
each bundle ships with a set of
interfaces for facades of the
required bundles
Software Principles & Patterns
2015 Spryker Systems GmbH /About Spryker 30
Factory & Locator Pattern
Factories are used to instantiate new
classes inside a bundle
allows for differentimplementations
on core, project & store level
Locators used to access other bundles
allows for differentimplementations
on core, project & store level
decreases dependency between
bundles
Order Management in Spryker
2015 Spryker Systems GmbH /About Spryker 31
Other Systems Spryker
Shop ERP Shop ERP
= WMS
pick &
pack
ship
return
refund
payment
order
reality Shop and ERP: black box
with high potential for errors
Spryker allows for separation of
concerns, order processed in shop
(optional w/ Spryker) (recommended w/ Spryker)
Order Management in Spryker
2015 Spryker Systems GmbH /About Spryker 32
Process model design / State machines
new
invoice
created
waiting for
payment
payment
received
clarify
reminder
fulfillment
initialized
Event: Timeout 14days
Event: Payment received Command: Initiate fullfillment
Event: onEnter
<<manual>>Button on screen
Event: PaymentReceived
Conditions
Manual
waiting for
capture
capture
failure
capture
success
Event: onEnter
Command: captureAmount
Condition: CaptureCondition
waiting for
capture
capture
failure
capture
success
manualmanual
Order Management in Spryker
2015 Spryker Systems GmbH /About Spryker
Order Management in Spryker
2015 Spryker Systems GmbH /About Spryker
Order Management in Spryker
2015 Spryker Systems GmbH /About Spryker
Order Management in Spryker
2015 Spryker Systems GmbH /About Spryker
Order Management in Spryker
2015 Spryker Systems GmbH /About Spryker
Order Management in Spryker
Screenshots / Images available
separately as well as state
machine demo and source code
2015 Spryker Systems GmbH /About Spryker
2015 Spryker Systems GmbH /About Spryker 39
1. Our Story
2. The market and how we fit in
3. Software architecture
4. Spryker’s technology concept
5. Delivery
Spryker delivery contents
2015 Spryker Systems GmbH /About Spryker 40
GIT repositories:all bundles as separate components
Infrastructure:deploymenttemplates via saltstack
Demo-shop viaDeveloper-VM: full stack development
shop templatewith all components
SprykerAcademy: access to documentation and
projectcontrollingtemplates
What makes development with Spryker so fast?
2015 Spryker Systems GmbH /About Spryker 41
Architectural decisions are provided by the framework
Best practices from over 100 implementations included in
the technology
Consequent de-couplingof bundles supports fastiterations
Full IDE auto-completion
“No magicmethods” enable easy debugging
Complete stack on developer laptop
Coherent architecture (Frontend, Backend, Extensions)
Technology Summary
2015 Spryker Systems GmbH /About Spryker 42
Framework approach
Modular monolith
Frontend / Backend separation
Symfony/ Silex based PHP Application
Developer friendly
2015 Spryker Systems GmbH /About Spryker 43
A proventechnology built in real-
world projects for ambitious and
non-standard business models.
Spryker Systems GmbH
Berlin, Germany
Sao Paulo, Brazil
San Jose, USA
info@spryker.com
PhoneDe: +49 40 328 929 631
PhoneUS: +1 408 952 9710
www.spryker.com
www.kassenzone.de
www.goto.project-a.com
44

Weitere Àhnliche Inhalte

Was ist angesagt?

Creating Agile Organizations by Combining Design, Architecture and Agile Thin...
Creating Agile Organizations by Combining Design, Architecture and Agile Thin...Creating Agile Organizations by Combining Design, Architecture and Agile Thin...
Creating Agile Organizations by Combining Design, Architecture and Agile Thin...Craig Martin
 
ENT203-Building a Solid Business Case for Cloud Migration.pdf
ENT203-Building a Solid Business Case for Cloud Migration.pdfENT203-Building a Solid Business Case for Cloud Migration.pdf
ENT203-Building a Solid Business Case for Cloud Migration.pdfAmazon Web Services
 
Capgemini Cloud Assessment - A Pathway to Enterprise Cloud Migration
Capgemini Cloud Assessment - A Pathway to Enterprise Cloud MigrationCapgemini Cloud Assessment - A Pathway to Enterprise Cloud Migration
Capgemini Cloud Assessment - A Pathway to Enterprise Cloud MigrationFloyd DCosta
 
Event Driven Architecture
Event Driven ArchitectureEvent Driven Architecture
Event Driven ArchitectureChris Patterson
 
Integration Patterns and Anti-Patterns for Microservices Architectures
Integration Patterns and Anti-Patterns for Microservices ArchitecturesIntegration Patterns and Anti-Patterns for Microservices Architectures
Integration Patterns and Anti-Patterns for Microservices ArchitecturesApcera
 
Iasa UK Archimate Overview
Iasa UK Archimate OverviewIasa UK Archimate Overview
Iasa UK Archimate OverviewIasa UK
 
Archimate Introduction
Archimate IntroductionArchimate Introduction
Archimate Introductionemergingpractices
 
A Pattern Language for Microservices
A Pattern Language for MicroservicesA Pattern Language for Microservices
A Pattern Language for MicroservicesChris Richardson
 
Zero-Trust SASE DevSecOps
Zero-Trust SASE DevSecOpsZero-Trust SASE DevSecOps
Zero-Trust SASE DevSecOpsAraf Karsh Hamid
 
Your Journey to the Cloud
Your Journey to the CloudYour Journey to the Cloud
Your Journey to the CloudDori Degenhardt
 
Everything about Blind xss
Everything about Blind xssEverything about Blind xss
Everything about Blind xssMd Atikqur Rahman
 
Power up! Mass Migrations at Speed and Scale - Accenture
Power up! Mass Migrations at Speed and Scale - AccenturePower up! Mass Migrations at Speed and Scale - Accenture
Power up! Mass Migrations at Speed and Scale - AccentureAmazon Web Services
 
Agile enterprise architecture
Agile enterprise architectureAgile enterprise architecture
Agile enterprise architectureScott W. Ambler
 
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive GuidanceAWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive GuidanceTom Laszewski
 
Modéliser avec ARCHIMATE 3.1Ÿ
Modéliser avec ARCHIMATE 3.1ŸModéliser avec ARCHIMATE 3.1Ÿ
Modéliser avec ARCHIMATE 3.1ŸCOMPETENSIS
 
SaaS & Cloud Benefits
SaaS & Cloud BenefitsSaaS & Cloud Benefits
SaaS & Cloud BenefitsValuehire
 
AWS re:Invent 2016: Governance Strategies for Cloud Transformation (WWPS302)
AWS re:Invent 2016: Governance Strategies for Cloud Transformation (WWPS302)AWS re:Invent 2016: Governance Strategies for Cloud Transformation (WWPS302)
AWS re:Invent 2016: Governance Strategies for Cloud Transformation (WWPS302)Amazon Web Services
 
What is SASE and How Can Partners Talk About it?
What is SASE and How Can Partners Talk About it?What is SASE and How Can Partners Talk About it?
What is SASE and How Can Partners Talk About it?QOS Networks
 

Was ist angesagt? (20)

Creating Agile Organizations by Combining Design, Architecture and Agile Thin...
Creating Agile Organizations by Combining Design, Architecture and Agile Thin...Creating Agile Organizations by Combining Design, Architecture and Agile Thin...
Creating Agile Organizations by Combining Design, Architecture and Agile Thin...
 
ENT203-Building a Solid Business Case for Cloud Migration.pdf
ENT203-Building a Solid Business Case for Cloud Migration.pdfENT203-Building a Solid Business Case for Cloud Migration.pdf
ENT203-Building a Solid Business Case for Cloud Migration.pdf
 
Capgemini Cloud Assessment - A Pathway to Enterprise Cloud Migration
Capgemini Cloud Assessment - A Pathway to Enterprise Cloud MigrationCapgemini Cloud Assessment - A Pathway to Enterprise Cloud Migration
Capgemini Cloud Assessment - A Pathway to Enterprise Cloud Migration
 
Event Driven Architecture
Event Driven ArchitectureEvent Driven Architecture
Event Driven Architecture
 
Migrating to the Cloud
Migrating to the CloudMigrating to the Cloud
Migrating to the Cloud
 
App Modernization
App ModernizationApp Modernization
App Modernization
 
Integration Patterns and Anti-Patterns for Microservices Architectures
Integration Patterns and Anti-Patterns for Microservices ArchitecturesIntegration Patterns and Anti-Patterns for Microservices Architectures
Integration Patterns and Anti-Patterns for Microservices Architectures
 
Iasa UK Archimate Overview
Iasa UK Archimate OverviewIasa UK Archimate Overview
Iasa UK Archimate Overview
 
Archimate Introduction
Archimate IntroductionArchimate Introduction
Archimate Introduction
 
A Pattern Language for Microservices
A Pattern Language for MicroservicesA Pattern Language for Microservices
A Pattern Language for Microservices
 
Zero-Trust SASE DevSecOps
Zero-Trust SASE DevSecOpsZero-Trust SASE DevSecOps
Zero-Trust SASE DevSecOps
 
Your Journey to the Cloud
Your Journey to the CloudYour Journey to the Cloud
Your Journey to the Cloud
 
Everything about Blind xss
Everything about Blind xssEverything about Blind xss
Everything about Blind xss
 
Power up! Mass Migrations at Speed and Scale - Accenture
Power up! Mass Migrations at Speed and Scale - AccenturePower up! Mass Migrations at Speed and Scale - Accenture
Power up! Mass Migrations at Speed and Scale - Accenture
 
Agile enterprise architecture
Agile enterprise architectureAgile enterprise architecture
Agile enterprise architecture
 
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive GuidanceAWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
 
Modéliser avec ARCHIMATE 3.1Ÿ
Modéliser avec ARCHIMATE 3.1ŸModéliser avec ARCHIMATE 3.1Ÿ
Modéliser avec ARCHIMATE 3.1Ÿ
 
SaaS & Cloud Benefits
SaaS & Cloud BenefitsSaaS & Cloud Benefits
SaaS & Cloud Benefits
 
AWS re:Invent 2016: Governance Strategies for Cloud Transformation (WWPS302)
AWS re:Invent 2016: Governance Strategies for Cloud Transformation (WWPS302)AWS re:Invent 2016: Governance Strategies for Cloud Transformation (WWPS302)
AWS re:Invent 2016: Governance Strategies for Cloud Transformation (WWPS302)
 
What is SASE and How Can Partners Talk About it?
What is SASE and How Can Partners Talk About it?What is SASE and How Can Partners Talk About it?
What is SASE and How Can Partners Talk About it?
 

Andere mochten auch

Lars Jankowfsky - Learn or Die - code.talks 2015
Lars Jankowfsky - Learn or Die - code.talks 2015Lars Jankowfsky - Learn or Die - code.talks 2015
Lars Jankowfsky - Learn or Die - code.talks 2015AboutYouGmbH
 
Tarek MĂŒller - Talentday PrĂ€sentation zum Unternehmertum
Tarek MĂŒller - Talentday PrĂ€sentation zum UnternehmertumTarek MĂŒller - Talentday PrĂ€sentation zum Unternehmertum
Tarek MĂŒller - Talentday PrĂ€sentation zum UnternehmertumTarek MĂŒller
 
Carina Bittihn & Linda Dettmann - Same Same but Different - code.talks 2015
 Carina Bittihn & Linda Dettmann - Same Same but Different - code.talks 2015 Carina Bittihn & Linda Dettmann - Same Same but Different - code.talks 2015
Carina Bittihn & Linda Dettmann - Same Same but Different - code.talks 2015AboutYouGmbH
 
Dr. Jeremias RĂ¶ĂŸler - Wenn Affen Testen - Das Ende der Bananensoftware - code...
Dr. Jeremias RĂ¶ĂŸler - Wenn Affen Testen - Das Ende der Bananensoftware - code...Dr. Jeremias RĂ¶ĂŸler - Wenn Affen Testen - Das Ende der Bananensoftware - code...
Dr. Jeremias RĂ¶ĂŸler - Wenn Affen Testen - Das Ende der Bananensoftware - code...AboutYouGmbH
 
How to Use a Webinar to Launch Your Digital Product
How to Use a Webinar to Launch Your Digital ProductHow to Use a Webinar to Launch Your Digital Product
How to Use a Webinar to Launch Your Digital ProductLeslie Samuel
 
Dr. Florian Krause - Der Kunde im Fokus: Personalisierte Aussteuerung von Inh...
Dr. Florian Krause - Der Kunde im Fokus: Personalisierte Aussteuerung von Inh...Dr. Florian Krause - Der Kunde im Fokus: Personalisierte Aussteuerung von Inh...
Dr. Florian Krause - Der Kunde im Fokus: Personalisierte Aussteuerung von Inh...AboutYouGmbH
 
Dennis Benkert & Matthias LĂŒbken - Patterns in a containerized world? - code....
Dennis Benkert & Matthias LĂŒbken - Patterns in a containerized world? - code....Dennis Benkert & Matthias LĂŒbken - Patterns in a containerized world? - code....
Dennis Benkert & Matthias LĂŒbken - Patterns in a containerized world? - code....AboutYouGmbH
 
How to Build a Membership Site: a Comprehensive Guide
How to Build a Membership Site: a Comprehensive GuideHow to Build a Membership Site: a Comprehensive Guide
How to Build a Membership Site: a Comprehensive GuideLeslie Samuel
 
ABOUT YOU get on board
ABOUT YOU get on boardABOUT YOU get on board
ABOUT YOU get on boardAboutYouGmbH
 
The Guide to Kickstarter and Crowdfunding
The Guide to Kickstarter and CrowdfundingThe Guide to Kickstarter and Crowdfunding
The Guide to Kickstarter and CrowdfundingDashBurst
 
Attending Conferences: How it Can Make a Difference for Your Business
Attending Conferences: How it Can Make a Difference for Your BusinessAttending Conferences: How it Can Make a Difference for Your Business
Attending Conferences: How it Can Make a Difference for Your BusinessLeslie Samuel
 
Multi Channel Marketing Operation - Webinar Digital Summer School
Multi Channel Marketing Operation - Webinar Digital Summer SchoolMulti Channel Marketing Operation - Webinar Digital Summer School
Multi Channel Marketing Operation - Webinar Digital Summer SchoolAdnovate
 
Lush presentation
Lush presentationLush presentation
Lush presentationtdenman
 
Lush presentation FINAL
Lush presentation FINALLush presentation FINAL
Lush presentation FINALMaria Calugareanu
 
ABOUT YOU komm an Bord
ABOUT YOU komm an BordABOUT YOU komm an Bord
ABOUT YOU komm an BordAboutYouGmbH
 
Case study: Lush
Case study: LushCase study: Lush
Case study: LushMara Dalmazzo
 

Andere mochten auch (20)

Detroit Property Report v3
Detroit Property Report v3Detroit Property Report v3
Detroit Property Report v3
 
Riverdale, de weg naar e-commerce
Riverdale, de weg naar e-commerceRiverdale, de weg naar e-commerce
Riverdale, de weg naar e-commerce
 
Lars Jankowfsky - Learn or Die - code.talks 2015
Lars Jankowfsky - Learn or Die - code.talks 2015Lars Jankowfsky - Learn or Die - code.talks 2015
Lars Jankowfsky - Learn or Die - code.talks 2015
 
Tarek MĂŒller - Talentday PrĂ€sentation zum Unternehmertum
Tarek MĂŒller - Talentday PrĂ€sentation zum UnternehmertumTarek MĂŒller - Talentday PrĂ€sentation zum Unternehmertum
Tarek MĂŒller - Talentday PrĂ€sentation zum Unternehmertum
 
Carina Bittihn & Linda Dettmann - Same Same but Different - code.talks 2015
 Carina Bittihn & Linda Dettmann - Same Same but Different - code.talks 2015 Carina Bittihn & Linda Dettmann - Same Same but Different - code.talks 2015
Carina Bittihn & Linda Dettmann - Same Same but Different - code.talks 2015
 
Dr. Jeremias RĂ¶ĂŸler - Wenn Affen Testen - Das Ende der Bananensoftware - code...
Dr. Jeremias RĂ¶ĂŸler - Wenn Affen Testen - Das Ende der Bananensoftware - code...Dr. Jeremias RĂ¶ĂŸler - Wenn Affen Testen - Das Ende der Bananensoftware - code...
Dr. Jeremias RĂ¶ĂŸler - Wenn Affen Testen - Das Ende der Bananensoftware - code...
 
Lush Final
Lush FinalLush Final
Lush Final
 
How to Use a Webinar to Launch Your Digital Product
How to Use a Webinar to Launch Your Digital ProductHow to Use a Webinar to Launch Your Digital Product
How to Use a Webinar to Launch Your Digital Product
 
Dr. Florian Krause - Der Kunde im Fokus: Personalisierte Aussteuerung von Inh...
Dr. Florian Krause - Der Kunde im Fokus: Personalisierte Aussteuerung von Inh...Dr. Florian Krause - Der Kunde im Fokus: Personalisierte Aussteuerung von Inh...
Dr. Florian Krause - Der Kunde im Fokus: Personalisierte Aussteuerung von Inh...
 
Dennis Benkert & Matthias LĂŒbken - Patterns in a containerized world? - code....
Dennis Benkert & Matthias LĂŒbken - Patterns in a containerized world? - code....Dennis Benkert & Matthias LĂŒbken - Patterns in a containerized world? - code....
Dennis Benkert & Matthias LĂŒbken - Patterns in a containerized world? - code....
 
How to Build a Membership Site: a Comprehensive Guide
How to Build a Membership Site: a Comprehensive GuideHow to Build a Membership Site: a Comprehensive Guide
How to Build a Membership Site: a Comprehensive Guide
 
ABOUT YOU get on board
ABOUT YOU get on boardABOUT YOU get on board
ABOUT YOU get on board
 
The Guide to Kickstarter and Crowdfunding
The Guide to Kickstarter and CrowdfundingThe Guide to Kickstarter and Crowdfunding
The Guide to Kickstarter and Crowdfunding
 
LUSH
LUSH LUSH
LUSH
 
Attending Conferences: How it Can Make a Difference for Your Business
Attending Conferences: How it Can Make a Difference for Your BusinessAttending Conferences: How it Can Make a Difference for Your Business
Attending Conferences: How it Can Make a Difference for Your Business
 
Multi Channel Marketing Operation - Webinar Digital Summer School
Multi Channel Marketing Operation - Webinar Digital Summer SchoolMulti Channel Marketing Operation - Webinar Digital Summer School
Multi Channel Marketing Operation - Webinar Digital Summer School
 
Lush presentation
Lush presentationLush presentation
Lush presentation
 
Lush presentation FINAL
Lush presentation FINALLush presentation FINAL
Lush presentation FINAL
 
ABOUT YOU komm an Bord
ABOUT YOU komm an BordABOUT YOU komm an Bord
ABOUT YOU komm an Bord
 
Case study: Lush
Case study: LushCase study: Lush
Case study: Lush
 

Ähnlich wie Marcel Hild - Spryker (e)commerce framework als Alternative zu traditioneller Shop-Software - code.talks 2015

PureApplication: Devops and Urbancode
PureApplication: Devops and UrbancodePureApplication: Devops and Urbancode
PureApplication: Devops and UrbancodeJohn Hawkins
 
MuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
MuleSoft Surat Meetup#39 - Pragmatic API Led ConnectivityMuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
MuleSoft Surat Meetup#39 - Pragmatic API Led ConnectivityJitendra Bafna
 
Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?Apigee | Google Cloud
 
Application Security Management with ThreadFix
Application Security Management with ThreadFixApplication Security Management with ThreadFix
Application Security Management with ThreadFixVirtual Forge
 
Platform governance, gestire un ecosistema di microservizi a livello enterprise
Platform governance, gestire un ecosistema di microservizi a livello enterprisePlatform governance, gestire un ecosistema di microservizi a livello enterprise
Platform governance, gestire un ecosistema di microservizi a livello enterpriseGiulio Roggero
 
Customer Centric View of Best Practices in Software Monetization
Customer Centric View of Best Practices in Software MonetizationCustomer Centric View of Best Practices in Software Monetization
Customer Centric View of Best Practices in Software Monetizationteam-WIBU
 
O2 Presentation Sdp Event
O2 Presentation Sdp EventO2 Presentation Sdp Event
O2 Presentation Sdp Eventjameskenney
 
Anypoint platform architecture and components
Anypoint platform architecture and componentsAnypoint platform architecture and components
Anypoint platform architecture and componentsD.Rajesh Kumar
 
Meetup 2022 - API Gateway landscape.pdf
Meetup 2022 - API Gateway landscape.pdfMeetup 2022 - API Gateway landscape.pdf
Meetup 2022 - API Gateway landscape.pdfRed Hat
 
Panel Discussion SAP DevOps - ReleaseOwl
Panel Discussion SAP DevOps - ReleaseOwlPanel Discussion SAP DevOps - ReleaseOwl
Panel Discussion SAP DevOps - ReleaseOwl☁ Niranjan Gattupalli
 
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...Lucas Jellema
 
Serverless projects at Myplanet
Serverless projects at MyplanetServerless projects at Myplanet
Serverless projects at MyplanetDaniel Zivkovic
 
Report on xtuple ERP Software
Report on xtuple ERP SoftwareReport on xtuple ERP Software
Report on xtuple ERP Softwareamiteshg
 
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...ghodgkinson
 
Beyond API Spray & Pray: Developer Portals in Digital Transformation
Beyond API Spray & Pray: Developer Portals in Digital TransformationBeyond API Spray & Pray: Developer Portals in Digital Transformation
Beyond API Spray & Pray: Developer Portals in Digital TransformationPronovix
 
Agile ALM with Traceability: Release of codeBeamer 5.5
Agile ALM with Traceability: Release of codeBeamer 5.5 Agile ALM with Traceability: Release of codeBeamer 5.5
Agile ALM with Traceability: Release of codeBeamer 5.5 Intland Software GmbH
 
Atmel - Next-Generation IDE: Maximizing IP Reuse [WHITE PAPER]
Atmel - Next-Generation IDE: Maximizing IP Reuse [WHITE PAPER]Atmel - Next-Generation IDE: Maximizing IP Reuse [WHITE PAPER]
Atmel - Next-Generation IDE: Maximizing IP Reuse [WHITE PAPER]Atmel Corporation
 
STR-PRES-Hybris eCommerce Capabilities-SEP2015- ENG
STR-PRES-Hybris eCommerce Capabilities-SEP2015- ENGSTR-PRES-Hybris eCommerce Capabilities-SEP2015- ENG
STR-PRES-Hybris eCommerce Capabilities-SEP2015- ENGStratesysUSA
 
Introducing enhancement framework.doc
Introducing enhancement framework.docIntroducing enhancement framework.doc
Introducing enhancement framework.docKranthi Kumar
 

Ähnlich wie Marcel Hild - Spryker (e)commerce framework als Alternative zu traditioneller Shop-Software - code.talks 2015 (20)

PureApplication: Devops and Urbancode
PureApplication: Devops and UrbancodePureApplication: Devops and Urbancode
PureApplication: Devops and Urbancode
 
MuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
MuleSoft Surat Meetup#39 - Pragmatic API Led ConnectivityMuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
MuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
 
Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?
 
Application Security Management with ThreadFix
Application Security Management with ThreadFixApplication Security Management with ThreadFix
Application Security Management with ThreadFix
 
Platform governance, gestire un ecosistema di microservizi a livello enterprise
Platform governance, gestire un ecosistema di microservizi a livello enterprisePlatform governance, gestire un ecosistema di microservizi a livello enterprise
Platform governance, gestire un ecosistema di microservizi a livello enterprise
 
Customer Centric View of Best Practices in Software Monetization
Customer Centric View of Best Practices in Software MonetizationCustomer Centric View of Best Practices in Software Monetization
Customer Centric View of Best Practices in Software Monetization
 
O2 Presentation Sdp Event
O2 Presentation Sdp EventO2 Presentation Sdp Event
O2 Presentation Sdp Event
 
Anypoint platform architecture and components
Anypoint platform architecture and componentsAnypoint platform architecture and components
Anypoint platform architecture and components
 
Meetup 2022 - API Gateway landscape.pdf
Meetup 2022 - API Gateway landscape.pdfMeetup 2022 - API Gateway landscape.pdf
Meetup 2022 - API Gateway landscape.pdf
 
Panel Discussion SAP DevOps - ReleaseOwl
Panel Discussion SAP DevOps - ReleaseOwlPanel Discussion SAP DevOps - ReleaseOwl
Panel Discussion SAP DevOps - ReleaseOwl
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaSAMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
 
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
 
Serverless projects at Myplanet
Serverless projects at MyplanetServerless projects at Myplanet
Serverless projects at Myplanet
 
Report on xtuple ERP Software
Report on xtuple ERP SoftwareReport on xtuple ERP Software
Report on xtuple ERP Software
 
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
 
Beyond API Spray & Pray: Developer Portals in Digital Transformation
Beyond API Spray & Pray: Developer Portals in Digital TransformationBeyond API Spray & Pray: Developer Portals in Digital Transformation
Beyond API Spray & Pray: Developer Portals in Digital Transformation
 
Agile ALM with Traceability: Release of codeBeamer 5.5
Agile ALM with Traceability: Release of codeBeamer 5.5 Agile ALM with Traceability: Release of codeBeamer 5.5
Agile ALM with Traceability: Release of codeBeamer 5.5
 
Atmel - Next-Generation IDE: Maximizing IP Reuse [WHITE PAPER]
Atmel - Next-Generation IDE: Maximizing IP Reuse [WHITE PAPER]Atmel - Next-Generation IDE: Maximizing IP Reuse [WHITE PAPER]
Atmel - Next-Generation IDE: Maximizing IP Reuse [WHITE PAPER]
 
STR-PRES-Hybris eCommerce Capabilities-SEP2015- ENG
STR-PRES-Hybris eCommerce Capabilities-SEP2015- ENGSTR-PRES-Hybris eCommerce Capabilities-SEP2015- ENG
STR-PRES-Hybris eCommerce Capabilities-SEP2015- ENG
 
Introducing enhancement framework.doc
Introducing enhancement framework.docIntroducing enhancement framework.doc
Introducing enhancement framework.doc
 

Mehr von AboutYouGmbH

Tech talk 01.06.2017
Tech talk 01.06.2017Tech talk 01.06.2017
Tech talk 01.06.2017AboutYouGmbH
 
Retention Strategies in Mobile E-Commerce
Retention Strategies in Mobile E-CommerceRetention Strategies in Mobile E-Commerce
Retention Strategies in Mobile E-CommerceAboutYouGmbH
 
Rethinking Fashion E-Commerce
Rethinking Fashion E-CommerceRethinking Fashion E-Commerce
Rethinking Fashion E-CommerceAboutYouGmbH
 
Niels Leenheer - Weird browsers - code.talks 2015
Niels Leenheer - Weird browsers - code.talks 2015Niels Leenheer - Weird browsers - code.talks 2015
Niels Leenheer - Weird browsers - code.talks 2015AboutYouGmbH
 
Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...
Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...
Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...AboutYouGmbH
 
Zeljko Kvesic - Scrum in verteilten Teams / Agil ĂŒber die Landesgrenzen - cod...
Zeljko Kvesic - Scrum in verteilten Teams / Agil ĂŒber die Landesgrenzen - cod...Zeljko Kvesic - Scrum in verteilten Teams / Agil ĂŒber die Landesgrenzen - cod...
Zeljko Kvesic - Scrum in verteilten Teams / Agil ĂŒber die Landesgrenzen - cod...AboutYouGmbH
 
Uwe Friedrichsen - CRDT und mehr - ĂŒber extreme VerfĂŒgbarkeit und selbstheile...
Uwe Friedrichsen - CRDT und mehr - ĂŒber extreme VerfĂŒgbarkeit und selbstheile...Uwe Friedrichsen - CRDT und mehr - ĂŒber extreme VerfĂŒgbarkeit und selbstheile...
Uwe Friedrichsen - CRDT und mehr - ĂŒber extreme VerfĂŒgbarkeit und selbstheile...AboutYouGmbH
 
Kai Voigt - Big Data zum Anfassen - code.talks 2015
Kai Voigt - Big Data zum Anfassen - code.talks 2015Kai Voigt - Big Data zum Anfassen - code.talks 2015
Kai Voigt - Big Data zum Anfassen - code.talks 2015AboutYouGmbH
 
Dr. Andreas Lattner - Aufsetzen skalierbarer Prognose- und Analysedienste mit...
Dr. Andreas Lattner - Aufsetzen skalierbarer Prognose- und Analysedienste mit...Dr. Andreas Lattner - Aufsetzen skalierbarer Prognose- und Analysedienste mit...
Dr. Andreas Lattner - Aufsetzen skalierbarer Prognose- und Analysedienste mit...AboutYouGmbH
 
Wolfram Kriesing - EcmaScript6 for real - code.talks 2015
Wolfram Kriesing - EcmaScript6 for real - code.talks 2015Wolfram Kriesing - EcmaScript6 for real - code.talks 2015
Wolfram Kriesing - EcmaScript6 for real - code.talks 2015AboutYouGmbH
 
Stefanie Grewenig & Johannes Thönes - Internet ausdrucken mit JavaScript - c...
 Stefanie Grewenig & Johannes Thönes - Internet ausdrucken mit JavaScript - c... Stefanie Grewenig & Johannes Thönes - Internet ausdrucken mit JavaScript - c...
Stefanie Grewenig & Johannes Thönes - Internet ausdrucken mit JavaScript - c...AboutYouGmbH
 
Alex Korotkikh - From 0 to N: Lessons Learned - code.talks 2015
 Alex Korotkikh - From 0 to N: Lessons Learned - code.talks 2015 Alex Korotkikh - From 0 to N: Lessons Learned - code.talks 2015
Alex Korotkikh - From 0 to N: Lessons Learned - code.talks 2015AboutYouGmbH
 
Christian Haider & Helge Nowak - Mehr Demokratie durch Haushaltstransparenz ...
 Christian Haider & Helge Nowak - Mehr Demokratie durch Haushaltstransparenz ... Christian Haider & Helge Nowak - Mehr Demokratie durch Haushaltstransparenz ...
Christian Haider & Helge Nowak - Mehr Demokratie durch Haushaltstransparenz ...AboutYouGmbH
 
Bernhard Wick - appserver.io - code.talks 2015
 Bernhard Wick - appserver.io - code.talks 2015 Bernhard Wick - appserver.io - code.talks 2015
Bernhard Wick - appserver.io - code.talks 2015AboutYouGmbH
 
Moritz Siuts & Robert von Massow - Data Pipeline mit Apache Kafka - code.tal...
 Moritz Siuts & Robert von Massow - Data Pipeline mit Apache Kafka - code.tal... Moritz Siuts & Robert von Massow - Data Pipeline mit Apache Kafka - code.tal...
Moritz Siuts & Robert von Massow - Data Pipeline mit Apache Kafka - code.tal...AboutYouGmbH
 
Robert Kubis - gRPC - boilerplate to high-performance scalable APIs - code.t...
 Robert Kubis - gRPC - boilerplate to high-performance scalable APIs - code.t... Robert Kubis - gRPC - boilerplate to high-performance scalable APIs - code.t...
Robert Kubis - gRPC - boilerplate to high-performance scalable APIs - code.t...AboutYouGmbH
 
Thilo Horstmann - 50000 Lines Of Code to Brew a Coffee - code.talks 2015
Thilo Horstmann - 50000 Lines Of Code to Brew a Coffee - code.talks 2015Thilo Horstmann - 50000 Lines Of Code to Brew a Coffee - code.talks 2015
Thilo Horstmann - 50000 Lines Of Code to Brew a Coffee - code.talks 2015AboutYouGmbH
 
Freya Oehle - The bare necessities - improvised ingenuity - code.talks 2015
 Freya Oehle - The bare necessities - improvised ingenuity - code.talks 2015 Freya Oehle - The bare necessities - improvised ingenuity - code.talks 2015
Freya Oehle - The bare necessities - improvised ingenuity - code.talks 2015AboutYouGmbH
 
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...AboutYouGmbH
 
Etiene Dalcol - Web development with Lua Programming Language - code.talks 2015
Etiene Dalcol - Web development with Lua Programming Language - code.talks 2015Etiene Dalcol - Web development with Lua Programming Language - code.talks 2015
Etiene Dalcol - Web development with Lua Programming Language - code.talks 2015AboutYouGmbH
 

Mehr von AboutYouGmbH (20)

Tech talk 01.06.2017
Tech talk 01.06.2017Tech talk 01.06.2017
Tech talk 01.06.2017
 
Retention Strategies in Mobile E-Commerce
Retention Strategies in Mobile E-CommerceRetention Strategies in Mobile E-Commerce
Retention Strategies in Mobile E-Commerce
 
Rethinking Fashion E-Commerce
Rethinking Fashion E-CommerceRethinking Fashion E-Commerce
Rethinking Fashion E-Commerce
 
Niels Leenheer - Weird browsers - code.talks 2015
Niels Leenheer - Weird browsers - code.talks 2015Niels Leenheer - Weird browsers - code.talks 2015
Niels Leenheer - Weird browsers - code.talks 2015
 
Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...
Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...
Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...
 
Zeljko Kvesic - Scrum in verteilten Teams / Agil ĂŒber die Landesgrenzen - cod...
Zeljko Kvesic - Scrum in verteilten Teams / Agil ĂŒber die Landesgrenzen - cod...Zeljko Kvesic - Scrum in verteilten Teams / Agil ĂŒber die Landesgrenzen - cod...
Zeljko Kvesic - Scrum in verteilten Teams / Agil ĂŒber die Landesgrenzen - cod...
 
Uwe Friedrichsen - CRDT und mehr - ĂŒber extreme VerfĂŒgbarkeit und selbstheile...
Uwe Friedrichsen - CRDT und mehr - ĂŒber extreme VerfĂŒgbarkeit und selbstheile...Uwe Friedrichsen - CRDT und mehr - ĂŒber extreme VerfĂŒgbarkeit und selbstheile...
Uwe Friedrichsen - CRDT und mehr - ĂŒber extreme VerfĂŒgbarkeit und selbstheile...
 
Kai Voigt - Big Data zum Anfassen - code.talks 2015
Kai Voigt - Big Data zum Anfassen - code.talks 2015Kai Voigt - Big Data zum Anfassen - code.talks 2015
Kai Voigt - Big Data zum Anfassen - code.talks 2015
 
Dr. Andreas Lattner - Aufsetzen skalierbarer Prognose- und Analysedienste mit...
Dr. Andreas Lattner - Aufsetzen skalierbarer Prognose- und Analysedienste mit...Dr. Andreas Lattner - Aufsetzen skalierbarer Prognose- und Analysedienste mit...
Dr. Andreas Lattner - Aufsetzen skalierbarer Prognose- und Analysedienste mit...
 
Wolfram Kriesing - EcmaScript6 for real - code.talks 2015
Wolfram Kriesing - EcmaScript6 for real - code.talks 2015Wolfram Kriesing - EcmaScript6 for real - code.talks 2015
Wolfram Kriesing - EcmaScript6 for real - code.talks 2015
 
Stefanie Grewenig & Johannes Thönes - Internet ausdrucken mit JavaScript - c...
 Stefanie Grewenig & Johannes Thönes - Internet ausdrucken mit JavaScript - c... Stefanie Grewenig & Johannes Thönes - Internet ausdrucken mit JavaScript - c...
Stefanie Grewenig & Johannes Thönes - Internet ausdrucken mit JavaScript - c...
 
Alex Korotkikh - From 0 to N: Lessons Learned - code.talks 2015
 Alex Korotkikh - From 0 to N: Lessons Learned - code.talks 2015 Alex Korotkikh - From 0 to N: Lessons Learned - code.talks 2015
Alex Korotkikh - From 0 to N: Lessons Learned - code.talks 2015
 
Christian Haider & Helge Nowak - Mehr Demokratie durch Haushaltstransparenz ...
 Christian Haider & Helge Nowak - Mehr Demokratie durch Haushaltstransparenz ... Christian Haider & Helge Nowak - Mehr Demokratie durch Haushaltstransparenz ...
Christian Haider & Helge Nowak - Mehr Demokratie durch Haushaltstransparenz ...
 
Bernhard Wick - appserver.io - code.talks 2015
 Bernhard Wick - appserver.io - code.talks 2015 Bernhard Wick - appserver.io - code.talks 2015
Bernhard Wick - appserver.io - code.talks 2015
 
Moritz Siuts & Robert von Massow - Data Pipeline mit Apache Kafka - code.tal...
 Moritz Siuts & Robert von Massow - Data Pipeline mit Apache Kafka - code.tal... Moritz Siuts & Robert von Massow - Data Pipeline mit Apache Kafka - code.tal...
Moritz Siuts & Robert von Massow - Data Pipeline mit Apache Kafka - code.tal...
 
Robert Kubis - gRPC - boilerplate to high-performance scalable APIs - code.t...
 Robert Kubis - gRPC - boilerplate to high-performance scalable APIs - code.t... Robert Kubis - gRPC - boilerplate to high-performance scalable APIs - code.t...
Robert Kubis - gRPC - boilerplate to high-performance scalable APIs - code.t...
 
Thilo Horstmann - 50000 Lines Of Code to Brew a Coffee - code.talks 2015
Thilo Horstmann - 50000 Lines Of Code to Brew a Coffee - code.talks 2015Thilo Horstmann - 50000 Lines Of Code to Brew a Coffee - code.talks 2015
Thilo Horstmann - 50000 Lines Of Code to Brew a Coffee - code.talks 2015
 
Freya Oehle - The bare necessities - improvised ingenuity - code.talks 2015
 Freya Oehle - The bare necessities - improvised ingenuity - code.talks 2015 Freya Oehle - The bare necessities - improvised ingenuity - code.talks 2015
Freya Oehle - The bare necessities - improvised ingenuity - code.talks 2015
 
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...
Artur Borycki - Beyond Lambda - how to get from logical to physical - code.ta...
 
Etiene Dalcol - Web development with Lua Programming Language - code.talks 2015
Etiene Dalcol - Web development with Lua Programming Language - code.talks 2015Etiene Dalcol - Web development with Lua Programming Language - code.talks 2015
Etiene Dalcol - Web development with Lua Programming Language - code.talks 2015
 

KĂŒrzlich hochgeladen

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 

KĂŒrzlich hochgeladen (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot Model
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

Marcel Hild - Spryker (e)commerce framework als Alternative zu traditioneller Shop-Software - code.talks 2015

  • 2. 2015 Spryker Systems GmbH /About Spryker 2 1. Our Story 2. The market and how we fit in 3. Software architecture 4. Spryker’s technology concept 5. Delivery
  • 3. Our Story 2015 Spryker Systems GmbH /About Spryker 3 DEVELOPMENT Ambitious commerce projects Appropriate softwarenotavailable Internalframework solution 100+ online businessmodels launched October 2014: Spryker is founded IMPLEMENTATIONEXAMPLES B2B Webshop with complex business logics Largest Meal Ingredients deliveryin EU, 380% YTY growth Real Estate Marketplace 33 countries in 15months CategoryLeaderfor Fashion in Brazil Largest Furniture Shopping Club in Europe Meal Deliveryin EU and SE Asia, $740 Mio. GMV
  • 4. Spryker solves a lot of common issues 2015 Spryker Systems GmbH /About Spryker 4 Common issues of shop software Solutions integrated in Spryker Full-page cache Separation of frontend and backend Website drawsfromdatabase Frontend drawsfromKey ValueStorage Entity AttributeValue (EAV) model Extend DBSchema + JSON values Unnecessary code components& features Lean code baseand modular features Monolithic approach Modular monolith
  • 5. 2015 Spryker Systems GmbH /About Spryker 5 1. Our Story 2. The market and how we fit in 3. Software architecture 4. Spryker’s technology concept 5. Delivery
  • 6. ERP CRM PIM CMS 
 OMS Shop Shop Shop E-Commerce Technology matures 2015 Spryker Systems GmbH /About Spryker 6 1995 - 2002 2003 - 2013 2014 + E-commerce = additional sales channel E-commerce = new business model E-commerce = part of an ecosystem 1st Generation ERP-focused setup 2nd Generation Features move into Shop 3rd Generation Features move outin Ecosystem ERP ERP CRM PIM CMS 
 OMS CRMPIM CMS
 OMS + channels + devices + complexity + content + uncertainty
  • 7. STANDARD SOFTWARE low risk but static Enabling tomorrow’stechnologyleaders 2015 Spryker Systems GmbH /About Spryker 7 Technologyas Value Driver FRAMEWORK Individuality& differentiation Reduced risks & ownership costs DegreeofIndividualization IN-HOUSE PROJECTS agile but expensive
  • 8. 2015 Spryker Systems GmbH /About Spryker 8 1. Our Story 2. The market and how we fit in 3. Software architecture 4. Spryker’s technology concept 5. Delivery
  • 9. Building Blocks - technologies 2015 Spryker Systems GmbH /About Spryker 9 Spryker uses conservativestateofthe art technologies
  • 10. Technology Architecture 2015 Spryker Systems GmbH /About Spryker 10
  • 11. Technology Architecture 2015 Spryker Systems GmbH /About Spryker 11
  • 12. Technology Architecture 2015 Spryker Systems GmbH /About Spryker 12
  • 13. Technology Architecture 2015 Spryker Systems GmbH /About Spryker 13
  • 14. Technology Architecture – Mobile / API 2015 Spryker Systems GmbH /About Spryker 14 ZED backend Search Engine Sessions KV Storage REST API public API HYBRID MOBILE APP AngularJS YVES frontend Setup ofmobilefeatures as anadditional frontendwithsame backendlogics REST API has samearchitecture as Yves anduses the sameRPC calls NativeandHybrid Appscan be build againstthisinterface Offers samebenefitsas Yves:speed, simplicity(nobusinesslogic),scalability RPCRPC
  • 15. Scaling (implementation example) 2015 Spryker Systems GmbH /About Spryker 15 Horizontal+ vertical scalingenabled Allowsfor rolling deployment+Zero Downtime DB /Redis / Elasticsearch as high availableservices Sampleinfrastructure providedviasaltstack templates Yves load-balancer Zed load-balancer Yves phpApp Yves phpApp Yves phpApp Zed Main phpApp* Zed phpApp DB Redis Elastic search scale read / writeread / write write read read *Zed main server only: run cronjobs and post deployment hooks scale Master-master or master-slave configuration
  • 16. Spryker enables micro-services 2015 Spryker Systems GmbH /About Spryker 16 ZED Catalog Frameworkapproach allowsfor independent services Decoupledbundlesand definedAPIs make integrationandseparation intoservices easy PostgresDB RPC YVES Catalog ZED OMS MySQL DB ZED B2B Legacy DB ERP YVES Cart RPC Merchant Portal RPC
  • 17. 2015 Spryker Systems GmbH /About Spryker 17 1. Our Story 2. The market and how we fit in 3. Software architecture 4. Spryker’s technology concept 5. Delivery
  • 18. Spryker Bundles 2015 Spryker Systems GmbH /About Spryker 18 Customer CMS Checkout Catalog Cart Availability Auth Acl Mail Locale Item Grouper Invoice Glossary Distributor Discount Country Sales Queue Product Option Product Category Product Price Payment Oms Wishlist User Url Storage Stock Shipment Session Search All important features: Spryker comes with 100+ bundles Easy and fast updates: each bundlehasits own versioning Consistent: each bundlehasthe same basic architecture Flexible & adaptable: bundledependencies are reduced toa minimum
  • 19. Bundle Dependency Management 2015 Spryker Systems GmbH /About Spryker 19 How dependencies are programmed stock bundle availability bundle OMS bundle product bundle cart bundle checkout bundle stock bundle availability bundle OMS bundle product bundle cart bundle checkout bundle availability –checkout connector bundle availability –cart connector bundle What theworkflow looks like This way, dependencies are always kept to a minimumand the setup stays agile
  • 20. Bundle Dependency Management 2015 Spryker Systems GmbH /About Spryker 20 AGILITY: minimaldependenciesbetween bundles,dependencymanagementvia composer LEAN SETUP: only include needed bundles in project – keeps complexity as low as possible VERSIONING: upgradesonbundlelevel - efficient: onlyneeded bundles - fast: quicker updatesavailablewhere needed, nowaitingfor next version - simple: nostiff andcomplexupgrading of entire framework
  • 21. Spryker bundles concept 2015 Spryker Systems GmbH /About Spryker 21 bundles= functionalunits,e.g. cart, checkout,product each bundleconsistsofup to4 layers intersectionof layerandbundle= box PRESENTATION LAYER: templates for Zed admin gui COMMUNICATIONSLAYER: controllers, UI-elements and plugins BUSINESS LAYER: businessand persistence logic PERSISTENCE LAYER: (SQL) queries, entities and databaseschema
  • 22. Spryker Bundles 2015 Spryker Systems GmbH /About Spryker 22 Customer CMS Checkout Catalog Cart Availability Auth Acl Mail Locale Item Grouper Invoice Glossary Distributor Discount Country Sales Queue Product Option Product Category Product Price Payment Oms Wishlist User Url Storage Stock Shipment Session Search
  • 23. Yves client layer 2015 Spryker Systems GmbH /About Spryker 23 ZED backend RPC Yves only consistsof templates, controllers, service providers Possible to build another Yves with another framework and stilluse Spryker Client is core functionality for theshopfrontend Client acts as asa facade and delegates calls to Zed, Search and Storage SEARCH STORAGE STUB SEARCH API STORAGE API GATEWAY CARTCLIENT JSON Query Redis Protocol YVES Controller, Themes CLIENT
  • 24. PRESENTATION LAYER COMMUNICATIONSLAYER BUSINESS LAYER PERSISTENCE LAYER Spryker bundles concept 2015 Spryker Systems GmbH /About Spryker 24 bundles= functionalunits,e.g. cart, checkout,product each bundleconsistsofup to4 layers intersectionof layerandbundle= box CART BUNDLE CHECKOUT BUNDLE PRODUCT BUNDLE
  • 25. Separated core, project & localized code 2015 Spryker Systems GmbH /About Spryker 25 PRESENTATION LAYER COMMUNICATIONSLAYER BUSINESS LAYER PERSISTENCE LAYER CORELEVEL PROJECTLEVEL STORELEVEL Spryker bundles clientimplementation US, DE, UK, FR, CA, 

  • 26. Separated core, project & localized code 2015 Spryker Systems GmbH /About Spryker 26 Implementation example of the three levels extractof implemented corebundles custom projects added to adapted corebundles custom bundlesfor specific stores/ localized shops Factories allow to extend all classes. Extension of thedependency container allows to replace any class. COREPROJECTSTORE product bundle cart bundle stock bundle MySpecial1 bundle MySpecial2 bundle product bundle cart bundle product bundle_DE product bundle_FR MySpecial2 bundle_FR
  • 27. Building Blocks - principles 2015 Spryker Systems GmbH /About Spryker 27 Spryker is good software craftsmanship: SOLID - Clean Code – Separation of Concerns
  • 28. Software Principles & Patterns 2015 Spryker Systems GmbH /About Spryker 28 SOLID: Single Responsibility Principle There should never be more than one reason for a class to change default principle for each class is defined in Spryker single responsibility principle is applied on bundle, class, and method level example : facade classes represent the internal API of a bundle and the only point of access to a bundle facades areflat and stateless classes - their only responsibility is to orchestrate the incoming requests to the business logic implemented in the bundle
  • 29. Software Principles & Patterns 2015 Spryker Systems GmbH /About Spryker 29 SOLID: Interface Segregation Principle Many client specific interfaces are better than one general interface in Spryker this is used for facades in order to substitute a bundle with a new one, its facade must contain the same operations so that it doesn’t break the contract established with other bundles each bundle ships with a set of interfaces for facades of the required bundles
  • 30. Software Principles & Patterns 2015 Spryker Systems GmbH /About Spryker 30 Factory & Locator Pattern Factories are used to instantiate new classes inside a bundle allows for differentimplementations on core, project & store level Locators used to access other bundles allows for differentimplementations on core, project & store level decreases dependency between bundles
  • 31. Order Management in Spryker 2015 Spryker Systems GmbH /About Spryker 31 Other Systems Spryker Shop ERP Shop ERP = WMS pick & pack ship return refund payment order reality Shop and ERP: black box with high potential for errors Spryker allows for separation of concerns, order processed in shop (optional w/ Spryker) (recommended w/ Spryker)
  • 32. Order Management in Spryker 2015 Spryker Systems GmbH /About Spryker 32 Process model design / State machines new invoice created waiting for payment payment received clarify reminder fulfillment initialized Event: Timeout 14days Event: Payment received Command: Initiate fullfillment Event: onEnter <<manual>>Button on screen Event: PaymentReceived Conditions Manual waiting for capture capture failure capture success Event: onEnter Command: captureAmount Condition: CaptureCondition waiting for capture capture failure capture success manualmanual
  • 33. Order Management in Spryker 2015 Spryker Systems GmbH /About Spryker
  • 34. Order Management in Spryker 2015 Spryker Systems GmbH /About Spryker
  • 35. Order Management in Spryker 2015 Spryker Systems GmbH /About Spryker
  • 36. Order Management in Spryker 2015 Spryker Systems GmbH /About Spryker
  • 37. Order Management in Spryker 2015 Spryker Systems GmbH /About Spryker
  • 38. Order Management in Spryker Screenshots / Images available separately as well as state machine demo and source code 2015 Spryker Systems GmbH /About Spryker
  • 39. 2015 Spryker Systems GmbH /About Spryker 39 1. Our Story 2. The market and how we fit in 3. Software architecture 4. Spryker’s technology concept 5. Delivery
  • 40. Spryker delivery contents 2015 Spryker Systems GmbH /About Spryker 40 GIT repositories:all bundles as separate components Infrastructure:deploymenttemplates via saltstack Demo-shop viaDeveloper-VM: full stack development shop templatewith all components SprykerAcademy: access to documentation and projectcontrollingtemplates
  • 41. What makes development with Spryker so fast? 2015 Spryker Systems GmbH /About Spryker 41 Architectural decisions are provided by the framework Best practices from over 100 implementations included in the technology Consequent de-couplingof bundles supports fastiterations Full IDE auto-completion “No magicmethods” enable easy debugging Complete stack on developer laptop Coherent architecture (Frontend, Backend, Extensions)
  • 42. Technology Summary 2015 Spryker Systems GmbH /About Spryker 42 Framework approach Modular monolith Frontend / Backend separation Symfony/ Silex based PHP Application Developer friendly
  • 43. 2015 Spryker Systems GmbH /About Spryker 43 A proventechnology built in real- world projects for ambitious and non-standard business models.
  • 44. Spryker Systems GmbH Berlin, Germany Sao Paulo, Brazil San Jose, USA info@spryker.com PhoneDe: +49 40 328 929 631 PhoneUS: +1 408 952 9710 www.spryker.com www.kassenzone.de www.goto.project-a.com 44