• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Cloud Native Integration with Apache Camel: Building Agile and Scalable Integrations for Kubernetes Platforms » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 40 złBezpłatna dostawa dla zamówień powyżej 40 zł

Kategorie główne

• Nauka
 [2952531]
• Literatura piękna
 [1815254]

  więcej...
• Turystyka
 [52246]
• Informatyka
 [151406]
• Komiksy
 [36554]
• Encyklopedie
 [23115]
• Dziecięca
 [612095]
• Hobby
 [104900]
• AudioBooki
 [1784]
• Literatura faktu
 [191556]
• Muzyka CD
 [380]
• Słowniki
 [2946]
• Inne
 [442645]
• Kalendarze
 [1505]
• Podręczniki
 [166084]
• Poradniki
 [422936]
• Religia
 [506774]
• Czasopisma
 [518]
• Sport
 [60387]
• Sztuka
 [242639]
• CD, DVD, Video
 [3428]
• Technologie
 [219359]
• Zdrowie
 [98539]
• Książkowe Klimaty
 [124]
• Zabawki
 [2509]
• Puzzle, gry
 [3809]
• Literatura w języku ukraińskim
 [261]
• Art. papiernicze i szkolne
 [8058]
Kategorie szczegółowe BISAC

Cloud Native Integration with Apache Camel: Building Agile and Scalable Integrations for Kubernetes Platforms

ISBN-13: 9781484272107 / Angielski / Miękka / 2021 / 250 str.

Guilherme Camposo
Cloud Native Integration with Apache Camel: Building Agile and Scalable Integrations for Kubernetes Platforms Guilherme Camposo 9781484272107 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Cloud Native Integration with Apache Camel: Building Agile and Scalable Integrations for Kubernetes Platforms

ISBN-13: 9781484272107 / Angielski / Miękka / 2021 / 250 str.

Guilherme Camposo
cena 243,20
(netto: 231,62 VAT:  5%)

Najniższa cena z 30 dni: 231,29
Termin realizacji zamówienia:
ok. 16-18 dni roboczych.

Darmowa dostawa!

Intermediate user level

Kategorie:
Informatyka
Kategorie BISAC:
Computers > Programming - Open Source
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484272107
Rok wydania:
2021
Ilość stron:
250
Waga:
0.41 kg
Wymiary:
23.39 x 15.6 x 1.55
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

Chapter 1:  Welcome to Apache Camel

Chapter Goal: Introduce readers to Apache Camel, it's basic concepts and contextualize everything with integration patterns. Also introduce other base tools as Quarkus and Maven.

No of pages    Approximately 30 pages

Sub -Topics

1.               Apache Camel basics

2.               Quarkus basics

3.               Introduction to Enterprise Integration Patterns

4.               Hello World application (First Application)

Chapter 2:  Developing REST Integrations 
Chapter Goal: Introduces the conversation on web services applications using REST, how to expose and how to consume those services. Also gives the first examples of unit testing.

No of pages: Approximately 35 pages

Sub - Topics  

1.                Web Services with REST

2.                Camel REST DSL

3.                Camel HTTP components

4.                Unit test with Quarkus

Chapter 3: Securing Web Services with Keycloak

Chapter Goal: Introduces the reader to Keycloak, an Open Source product that provides IAM(Identity and Access Management). Focus on OpenID Connect protocol and how important security is

No of pages : Approximately 35 pages

Sub - Topics:

1.               Keycloak basics

2.               OpenId Connect Protocol

3.               Quarkus and Camel security

Chapter 4: Access Databases with Apache Camel

Chapter Goal: Approaches a very common need in programming: access databases. Here we are going to show how to use two of the most used open source databases: H2 and PostgreSQL.

No of pages: Approximately 40 pages

Sub - Topics:

1. Camel database components

2. Database integration patterns

3. In-memory database with H2

4. Transaction control

Chapter 5: Messaging with Apache Kafka

Chapter Goal: Introduces the reader to Message Oriented Middleware(MOM), which is a very common integration used. We dive into the architecture aspect of this kind of implementation, getting practical examples using Apache Kafka, another very popular Open Source project. 

No of pages: Approximately 40 pages

Sub - Topics:

1.               Message Oriented Middleware

2.               Apache Kafka

3.               Asynchronous integration

Chapter 6: Deploying application into Kubernetes

Chapter Goal: Here we discuss the architectural aspects of deploying applications into Kubernetes, discussing micro services architecture, scalability, configuration and patterns as The Twelve-Factor Apps. We also learn how to configure the application and plugins to allow us to test and deploy the application in Kubernetes.   

No of pages: Approximately 50 pages

Sub - Topics:

1.               The Twelve-Factor Apps

2.               Quarkus and Camel properties configuration

3.               Quarkus plugins for Kubernetes Deployments

4.               The main Kubernetes aspects to take into consideration for your architecture

Guilherme Camposo is a solution architect. He started to use open source projects and completely fell in love with the OSS philosophy and potential, leading him to start working with an open source company in 2018. Throughout his more than 12-year career, starting as a Java developer, becoming a consultant and then an architect, Guilherme was able to acquire a vast experience helping customers from a great variety of business sectors, giving him a broad view on how integration and good software practices can help businesses to grow.

Address the most common integration challenges, by understanding the ins and outs of the choices and exemplifying the solutions with practical examples on how to create cloud native applications using Apache Camel. Camel will be our main tool, but we will also see some complementary tools and plugins that can make our development and testing easier, such as Quarkus, and tools for more specific use cases, such as Apache Kafka and Keycloak.

You will learn to connect with databases, create REST APIs, transform data, connect with message oriented software (MOMs), secure your services, and test using Camel. You will also learn software architecture patterns for integration and how to leverage container platforms, such as Kubernetes. This book is suitable for those who are eager to learn an integration tool that fits the Kubernetes world, and who want to explore the integration challenges that can be solved using containers.

You will:

  • Focus on how to solve integration challenges
  • Understand the basics of the Quarkus as it’s the foundation for the application
  • Acquire a comprehensive view on Apache Camel
  • Deploy an application in Kubernetes
  • Follow good practices



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2026 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia