GithubHelp home page GithubHelp logo

padamshrestha / microservices-book Goto Github PK

View Code? Open in Web Editor NEW

This project forked from divanteltd/microservices-book

0.0 2.0 0.0 3.95 MB

Open version of "Microservices Architecture for eCommerce". Feel invited to contribute!

Home Page: http://go.divante.co/microservices-architecture-ecommerce/

License: MIT License

microservices-book's Introduction

image alt text

Notice: You can download PDF version of this book from it's official landing page: http://go.divante.co/microservices-architecture-ecommerce/

Foreword

Name a technology conference or meetup and I’ll tell you about the repetitive speech referencing Micro-services. This modern engineering technique has grown from good old SOA (Service Oriented Architecture) with features like REST (vs. old SOAP) support, NoSQL databases and Event driven/reactive approach sprinkled in.

Why have they become so important? Roughly speaking - because of what scale systems achieve nowadays and the number of changes that are deployed on a daily basis.

This book is a rather "technical one" - starting with some Business rationale for micro-services and then stepping into engineers’ shoes and trying to show you tools and techniques required to build and scale modern eCommerce systems.

Divide and conquer

The original Zalando site was built on Magento using PHP, and at one time was the biggest Magento site in the world. The German e-commerce giant that employs over 10,000 people and ships more than 1,500 fashion brands to customers in 15 European countries—generated $3.43 billion in revenue last year. With over 700 people on its engineering team, they moved to micro-services in 18 months.

The key advantages of the micro-service approach are:

  • Faster Time to Market- because of the decentralized development process and opportunities to innovate given to each separate development team,

  • Less is more- the micro-services approach leverages the Single Responsibility Principle which means that a single microservice performs exactly one business function. Therefore developers can create more efficient, clear and testable code,

  • Domain Expertise- business features are granularly split into separate micro-applications. You’ll have separate services for promotions, checkout, products catalog. Each development team typically includes business analysts and developers. It builds engagement and speeds up development,

  • Accountability - Booking.com’s approach to development is to promote the teams whose features are published for production (before the features are usually proven to increase the conversion). By working on micro-services you’ll have separate teams accountable for particular KPIs, providing SLA’s for their parts etc. A side effect of this approach is usually the rise of employee effectiveness and engagement,

  • Easier outsourcing- because services are separable and usually contracts between them have to be well documented, it’s rather easy to use ready-made products or outsource particular services to other companies.

The changes are too slow

It’s something I usually hear when starting a new consulting engagement. A few years in the market, enterprises tend to keep the status quo. Keep everything running smoothly but nowadays it’s not sufficient to become a market leader. It’s crucial to experiment, change, test and select best solutions. But it’s extremely hard to work like that with a team of few dozen engineers and extremely sophisticated business rules coded to the metal by thousands lines of code. The micro-services approach became so popular because it breaks this into smaller, self-sufficient and granular areas of responsibility that are easy to test and deploy.

In e-Commerce: your software is your company

organizations which design systems ... are constrained to produce designs which are copies of the communication structures of these organizations

— M. Conway

Among all the technical challenges, Micro-services usually require organizational changes inside the company. Breaking the technical monolith quite often comes along with dividing enterprise departments into agile, rapid teams to achieve faster results. In the end, the final outcome is that processes that took a few months can now be executed in weeks and everybody feels engaged. It’s something you cannot underestimate.

Omnichannel

To fulfill your customer’s expectations about omnichannel you have to integrate each and every piece of information about products, shipments, stocks and orders and keep it fresh. There is no single system to deal with POS applications, ERP, WMS and eCommerce responsibilities. Of course, I’ve seen a few that pretend to be a One-stop solution but I’ve never seen anything like that in production.

The key is to integrate systems that are optimal for their niches and already integrated within your existing processes. Microservices are great for such an evolutionary approach. We’ll describe a case study - where by exposing the APIs from PIM, CRM, ERP and creating a dedicated UI facade, we leveraged on this approach to provide a sophisticated B2B solution.

This eBook will try to help you decide if it is time for applying this approach and how to start by referencing to few popular techniques and tools worth following.

Let’s get started!

Piotr Karwatka, CTO at Divante

Table of Contents

  1. Microservices
  • The criticism
  1. Evolutionary approach
  2. Best practices
  • Create a Separate Database for Each Service
  • Rely on contracts between services
  • Deploy in Containers
  • Treat Servers as Volatile
  1. Case Studies: Re-architecting the monolith
  • B2B
  • New approach
  • Mobile Commerce
  1. Related techniques and patterns
  • Fundamentals of distributed systems
    • CAP theorem
    • Eventual consistency
  • Design patterns
    • CQRS
    • Event Sourcing
    • Event driven data management
  • Integration techniques
    • API Gateways
    • Backend for Frontends
  • Token based authorization (oauth2, JWT)
    • JSON Web Tokens (JWT)
  • Deployment of microservices
    • Docker and containerization
      • Docker basics
      • VM vs. Container
    • From dev to production
      • Development
      • Pre-production
      • Production
      • Cons
      • Summary
    • Serverless - Function as a Service
      • Serverless providers
      • FaaS
  • Architecture
    • Good use-cases
  • Continuous Deployment
    • Designing deployment pipeline
    • Coding our pipeline
  1. Related technologies
  • Microservices based e-commerce platforms
    • Sylius
    • Spryker
    • Open Loyalty
    • Pimcore
  • Technologies that empower microservices architecture
    • Ansible
    • ReactJS
    • NodeJS
    • Famous NodeJS users
    • Swagger
    • Elasticsearch
    • GraphQL
  • Distributed logging and monitoring
    • Graylog
    • New Relic
    • New Relic Insights
    • New Relic Insights NRQL language
  1. Appendinx 1: Microservices and unicycling
  2. Appendinx 2: Blogs and resources

About the authors

Piotr Karwatka

CTO at Divante. My biggest project? Building the company from 1 -> 150+ (still growing), taking care of software productions, technology development and operations/processes. 10+ years of professional Software Engineering and Project Management experience.

I've also tried my hand in writing with the book "E-Commerce technology for managers". My career started as a software developer and co-creator of about 30 commercial desktop and web applications.

Michał Kurzeja

CTO and co-founder of Accesto with over 8 years experience in leading technical projects. Certified Symfony 3 developer. Passionate about new technologies, he mentors engineers and teams in developing high-quality software. Co-organizer of Wrocław Symfony Group meetups.

Mariusz Gil

Software architect and consultant focused on high value and high complexity scalable web applications with 17+ years of experience in the IT industry. Helps teams and organizations adopt good development and programming practices. International conference speaker and developer events organizer.

Bartosz Picho

eCommerce Solution Architect, responsible for Magento 2 technology at Divante. Specialized in application development from business requirements into system architectures, which also meet high performance and scalability. Passionate and driven technologist, experienced in Magento 1 and 2, both Community and Enterprise editions.

Antoni Orfin

Solutions architect specialized in designing highly-scalable web applications and introducing best practices in software development process. Speaker at several IT conferences. Currently responsible for systems architecture and driving DevOps methodology at Droplr.com.

Mike Grabowski

Software developer and open source enthusiast. Core contributor to many popular libraries, including React Native, React Navigation and Haul. Currently CTO at Callstack.io. I travel the world teaching developers how to use React and share my experience at various React-related events.

Paweł Jędrzejewski

Founder and Lead Developer of Sylius, the first Open Source eCommerce framework. Currently busy building the business & ecosystem around the project while also speaking at international tech conferences about eCommerce & APIs.

microservices-book's People

Contributors

pkarw avatar ibobik avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.