Back to Browse

Quarkus Reactive SQL Clients with PostgreSQL | Quarkus Tutorial | QUARKUS | Reactive | Mutiny

18.5K views
Premiered Mar 6, 2021
33:33

✅ Quarkus Reactive SQL Clients with PostgreSQL ⌚ Timestamps 0:00 Introduction 0:14 Create a Quarkus Project | Quarkus Tutorial 1:30 MovieResource | JAX-RS Endpoint | Quarkus Tutorial 1:45 ReastEasy Mutiny Quarkus Extension | Quarkus Tutorial 2:16 Reactive PgClient Quarkus Extension | Quarkus Tutorial 3:20 Movie Model | Quarkus Tutorial 4:30 PgPool Mutiny | Quarkus Tutorial 5:15 Init PostgreSQL | Quarkus Tutorial 5:45 client.query(...).execute | Quarkus Tutorial 6:15 Create Table movies with Reactive SQL Clients | Quarkus Tutorial 6:45 Insert Into movies with Reactive SQL Clients | Quarkus Tutorial 8:58 Find all movies inside PostgreSQL with Reactive SQL Clients | Quarkus Tutorial 13:36 Set up PostgreSQL with Docker | Quarkus Tutorial 15:00 Connect PostgreSQL with Quarkus | Quarkus Tutorial 16:20 Run project in development mode | Quarkus Tutorial 16:55 Find a Movie by Id with Reactive SQL Clients | Quarkus Tutorial 23:35 Insert a new Movie with Reactive SQL Clients | Quarkus Tutorial 28:20 Delete a new Movie with Reactive SQL Clients | Quarkus Tutorial 33:10 GitHub Repository Reactive SQL Clients PostgreSQL Quarkus | Quarkus Tutorial 📃 GitHub Repository: https://github.com/GiuseppeScaramuzzino/quarkus-reactive-sql-clients The Reactive SQL Client is a simple API focusing on scalability and low overhead. Reactive and non-blocking which able to handle many database connections with a single thread. What is Quarkus? Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Quarkus is a MicroProfile implementation that focuses on efficiently running Java applications in containers in general and Kubernetes in particular. The MicroProfile project is aimed at optimizing Enterprise Java for the microservices architecture. https://quarkus.io/ What is Mutiny? Mutiny is a reactive programming library allowing to express and compose asynchronous actions. It offers two types: - Uni: for asynchronous action providing 0 or 1 result - Multi: for multi-item (with back-pressure) streams. Both types are lazy and follow a subscription pattern. What is JAX-RS? Jakarta RESTful Web Services, (JAX-RS; formerly Jaya API for RESTful Web Services) is a Jakarta EE API specification that provides support in creating web services according to the Representational State Transfer (REST) architectural pattern.JAX-RS uses annotations, introduced in Java SE 5, to simplify the Swag and deployment of web service clients and endpoints. What is Reactive Programming? Reactive programming is a declarative programming paradigm concerned with data streams and the propagation of change. With this paradigm, it is possible to express static (e.g., arrays) or dynamic (e.g., event emitters) data streams with ease, and also communicate that an inferred dependency within the associated execution model exists, which facilitates the automatic propagation of the changed data flow. What is PostgreSQL? PostgreSQL is also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. Quarkus | Reactive SQL Clients | Java | Microprofile | Cloud Native | Reasteasy | Mutiny | Reactive Quarkus | PostgreSQL | Reactive SQL Clients with PostgreSQL | Quarkus Reactive PgClient | Vertx ●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬● ❤️ Thanks for watching 📃 Leave me a comment 🔔 Subscribe to my YouTube channel: lhttps://www.youtube.com/channel/UCV_YnKkwrO1UW6tbASuNaGw 😀 My profile: - GitHub: https://github.com/GiuseppeScaramuzzino 🚩 Connect with me: - Linkedin: https://www.linkedin.com/in/giuseppe-scaramuzzino​ - Twitter: https://twitter.com/GiuseScara - Instagram: https://www.instagram.com/giuseppe_scaramuzzino 🎬 Watch related playlists and videos: https://www.youtube.com/channel/UCV_YnKkwrO1UW6tbASuNaGw/playlists 🧑‍💻 Mentoring & Coaching When I started my journey that led me to become a software developer the resources on which to study outside the academic environment were very few and often it was not clear which path to follow. For this reason, I am open to Mentoring and Coaching you. 📧 Contact me if you find yourself in one of these situations: - If you are a student or have just graduated and want to start your career as a programmer -If you work in another industry and would like to enter the world of programming -If you need advice on the career you have undertaken ✍🏻 Don't hesitate to contact me! #Quarkus #CloudNative #Java

Download

0 formats

No download links available.

Quarkus Reactive SQL Clients with PostgreSQL | Quarkus Tutorial | QUARKUS | Reactive | Mutiny | NatokHD