TorBT - Torrents and Magnet Links Search Engine

Udemy - Java Microservices CQRS & Event Sourcing with Kafka

File Name
Size
15. Query Controller/3. AccountLookupController.mp4
81 MB
1. Introduction/1. Introduction.srt
2.2 kB
1. Introduction/2. Microservices Basics.mp4
19 MB
1. Introduction/2. Microservices Basics.srt
2.0 kB
1. Introduction/3. CQRS & Event Sourcing.mp4
28 MB
1. Introduction/3. CQRS & Event Sourcing.srt
2.2 kB
1. Introduction/4. Architecture Overview.mp4
20 MB
1. Introduction/4. Architecture Overview.srt
6.7 kB
1. Introduction/5. Apache Kafka.mp4
12 MB
1. Introduction/5. Apache Kafka.srt
829 B
1. Introduction/6. Introduction.html
204 B
2. Setup & Structure/1. Setup & Structure Intro.mp4
5.7 MB
2. Setup & Structure/1. Setup & Structure Intro.srt
301 B
2. Setup & Structure/2. Prerequisites.mp4
23 MB
2. Setup & Structure/2. Prerequisites.srt
7.0 kB
2. Setup & Structure/2.1 Installing Prerequisites.txt
2.7 kB
2. Setup & Structure/3. Run Kafka in Docker.mp4
28 MB
2. Setup & Structure/3. Run Kafka in Docker.srt
6.2 kB
2. Setup & Structure/3.1 docker-compose.yml
662 B
2. Setup & Structure/4. Run MongoDB in Docker.mp4
8.3 MB
2. Setup & Structure/4. Run MongoDB in Docker.srt
3.1 kB
2. Setup & Structure/5. Run MySQL in Docker.mp4
16 MB
2. Setup & Structure/5. Run MySQL in Docker.srt
3.7 kB
2. Setup & Structure/6. Spring Intializr.mp4
19 MB
2. Setup & Structure/6. Spring Intializr.srt
4.7 kB
2. Setup & Structure/6.1 Downloaded Projects.zip
212 kB
2. Setup & Structure/7. Basic Project Setup.mp4
42 MB
2. Setup & Structure/7. Basic Project Setup.srt
8.7 kB
2. Setup & Structure/7.1 Code.zip
244 kB
2. Setup & Structure/8. Configure Account Command API.mp4
12 MB
2. Setup & Structure/8. Configure Account Command API.srt
3.5 kB
2. Setup & Structure/8.1 Code.zip
75 MB
2. Setup & Structure/9. Configure Account Query API.mp4
25 MB
2. Setup & Structure/9. Configure Account Query API.srt
5.9 kB
2. Setup & Structure/9.1 Code.zip
244 kB
2. Setup & Structure/10. Setup & Structure.html
204 B
3. Messages/1. What is a Command.mp4
12 MB
3. Messages/1. What is a Command.srt
841 B
3. Messages/2. Commands.mp4
33 MB
3. Messages/2. Commands.srt
6.3 kB
3. Messages/2.1 Code.zip
249 kB
3. Messages/3. What is an Event.mp4
8.5 MB
3. Messages/3. What is an Event.srt
543 B
3. Messages/4. Events.mp4
23 MB
3. Messages/4. Events.srt
5.2 kB
3. Messages/4.1 Code.zip
252 kB
3. Messages/5. Messages.html
204 B
4. Command Dispatching/1. The Mediator Pattern.mp4
16 MB
4. Command Dispatching/1. The Mediator Pattern.srt
3.9 kB
4. Command Dispatching/2. CommandDispatcher Interface (The Mediator).mp4
4.3 MB
4. Command Dispatching/2. CommandDispatcher Interface (The Mediator).srt
3.3 kB
4. Command Dispatching/2.1 Code.zip
254 kB
4. Command Dispatching/3. AccountCommandDispatcher (The Concrete Mediator).mp4
29 MB
4. Command Dispatching/3. AccountCommandDispatcher (The Concrete Mediator).srt
4.3 kB
4. Command Dispatching/3.1 Code.zip
254 kB
4. Command Dispatching/4. Command Dispatching.html
204 B
5. Aggregate/1. What is an Aggregate.mp4
9.4 MB
5. Aggregate/1. What is an Aggregate.srt
604 B
5. Aggregate/2. AggregateRoot.mp4
44 MB
5. Aggregate/2. AggregateRoot.srt
7.5 kB
5. Aggregate/2.1 Code.zip
256 kB
5. Aggregate/3. AccountAggregate.mp4
49 MB
5. Aggregate/3. AccountAggregate.srt
7.8 kB
5. Aggregate/3.1 Code.zip
256 kB
5. Aggregate/4. Aggregates.html
204 B
6. Event Store/1. What is an Event Store.mp4
16 MB
6. Event Store/1. What is an Event Store.srt
1.1 kB
6. Event Store/2. EventModel.mp4
13 MB
6. Event Store/2. EventModel.srt
3.3 kB
6. Event Store/2.1 Code.zip
257 kB
6. Event Store/3. EventStoreRepository.mp4
12 MB
6. Event Store/3. EventStoreRepository.srt
2.4 kB
6. Event Store/3.1 Code.zip
258 kB
6. Event Store/4. EventStore Interface.mp4
7.2 MB
6. Event Store/4. EventStore Interface.srt
1.7 kB
6. Event Store/4.1 Code.zip
258 kB
6. Event Store/5. AccountEventStore.mp4
58 MB
6. Event Store/5. AccountEventStore.srt
9.7 kB
6. Event Store/5.1 Code.zip
260 kB
6. Event Store/6. EventSourcingHandler Interface.mp4
6.1 MB
6. Event Store/6. EventSourcingHandler Interface.srt
1.7 kB
6. Event Store/6.1 Code.zip
261 kB
6. Event Store/7. AccountEventSourcingHandler.mp4
24 MB
6. Event Store/7. AccountEventSourcingHandler.srt
4.2 kB
6. Event Store/7.1 Code.zip
262 kB
6. Event Store/8. Event Store.html
204 B
7. Command Handling/1. The Mediator Pattern Continued.mp4
3.3 MB
7. Command Handling/1. The Mediator Pattern Continued.srt
962 B
7. Command Handling/2. CommandHandler Interface (The Abstract Colleague).mp4
5.1 MB
7. Command Handling/2. CommandHandler Interface (The Abstract Colleague).srt
1.0 kB
7. Command Handling/2.1 Code.zip
262 kB
7. Command Handling/3. AccountCommandHandler (The Concrete Colleague).mp4
40 MB
7. Command Handling/3. AccountCommandHandler (The Concrete Colleague).srt
5.9 kB
7. Command Handling/3.1 Code.zip
263 kB
7. Command Handling/4. Register Command Handlers.mp4
15 MB
7. Command Handling/4. Register Command Handlers.srt
3.1 kB
7. Command Handling/4.1 Code.zip
263 kB
7. Command Handling/5. Command Handling.html
204 B
8. Event Producer/1. Kafka Producer.mp4
9.6 MB
8. Event Producer/1. Kafka Producer.srt
3.8 kB
8. Event Producer/2. EventProducer Interface & Implementation.mp4
5.1 MB
8. Event Producer/2. EventProducer Interface & Implementation.srt
2.6 kB
8. Event Producer/2.1 Code.zip
265 kB
8. Event Producer/3. Producing an Event.mp4
14 MB
8. Event Producer/3. Producing an Event.srt
2.1 kB
8. Event Producer/3.1 Code.zip
265 kB
8. Event Producer/4. Event Producer.html
204 B
9. Domain Layer/1. Important DDD Concepts.mp4
19 MB
9. Domain Layer/1. Important DDD Concepts.srt
1.6 kB
9. Domain Layer/2. BankAccount Entity.mp4
22 MB
9. Domain Layer/2. BankAccount Entity.srt
3.4 kB
9. Domain Layer/2.1 Code.zip
266 kB
9. Domain Layer/3. AccountRepository.mp4
14 MB
9. Domain Layer/3. AccountRepository.srt
3.0 kB
9. Domain Layer/3.1 Code.zip
266 kB
9. Domain Layer/4. Domain.html
204 B
10. Event Handling/1. Event Handling Introduction.mp4
4.8 MB
10. Event Handling/1. Event Handling Introduction.srt
265 B
10. Event Handling/2. EventHandler Interface.mp4
5.1 MB
10. Event Handling/2. EventHandler Interface.srt
1.2 kB
10. Event Handling/2.1 Code.zip
267 kB
10. Event Handling/3. AccountEventHandler.mp4
32 MB
10. Event Handling/3. AccountEventHandler.srt
5.5 kB
10. Event Handling/3.1 Code.zip
268 kB
10. Event Handling/4. Event Handling.html
204 B
11. Event Consumer/1. Kafka Consumer.mp4
11 MB
11. Event Consumer/1. Kafka Consumer.srt
3.9 kB
11. Event Consumer/2. EventConsumer Interface.mp4
3.0 MB
11. Event Consumer/2. EventConsumer Interface.srt
1.7 kB
11. Event Consumer/2.1 Code.zip
269 kB
11. Event Consumer/3. AccountEventConsumer.mp4
27 MB
11. Event Consumer/3. AccountEventConsumer.srt
4.2 kB
11. Event Consumer/3.1 Code.zip
270 kB
11. Event Consumer/4. Event Consumer.html
204 B
12. Command Controllers/1. Command Controllers Intro.mp4
7.4 MB
12. Command Controllers/1. Command Controllers Intro.srt
465 B
12. Command Controllers/2. Data Transfer Objects.mp4
11 MB
12. Command Controllers/2. Data Transfer Objects.srt
2.5 kB
12. Command Controllers/2.1 Code.zip
271 kB
12. Command Controllers/3. OpenAccountController.mp4
54 MB
12. Command Controllers/3. OpenAccountController.srt
8.5 kB
12. Command Controllers/3.1 Code.zip
273 kB
12. Command Controllers/4. Open a Bank Account.mp4
54 MB
12. Command Controllers/4. Open a Bank Account.srt
8.5 kB
12. Command Controllers/4.1 Code.zip
273 kB
12. Command Controllers/5. DepositFundsController.mp4
29 MB
12. Command Controllers/5. DepositFundsController.srt
4.5 kB
12. Command Controllers/5.1 Code.zip
274 kB
12. Command Controllers/6. Deposit Funds into an Account.mp4
73 MB
12. Command Controllers/6. Deposit Funds into an Account.srt
9.1 kB
12. Command Controllers/6.1 Code.zip
274 kB
12. Command Controllers/7. WithdrawFundsController.mp4
14 MB
12. Command Controllers/7. WithdrawFundsController.srt
2.4 kB
12. Command Controllers/7.1 Code.zip
275 kB
12. Command Controllers/8. Withdraw Funds From an Account.mp4
74 MB
12. Command Controllers/8. Withdraw Funds From an Account.srt
9.0 kB
12. Command Controllers/8.1 Code.zip
276 kB
12. Command Controllers/9. CloseAccountController.mp4
26 MB
12. Command Controllers/9. CloseAccountController.srt
3.4 kB
12. Command Controllers/9.1 Code.zip
276 kB
12. Command Controllers/10. Close an Account.mp4
60 MB
12. Command Controllers/10. Close an Account.srt
7.7 kB
12. Command Controllers/10.1 Code.zip
277 kB
12. Command Controllers/11. Command Controllers.html
204 B
13. Queries & Query Dispatching/1. The Mediator Pattern (Query Dispatching).mp4
2.8 MB
13. Queries & Query Dispatching/1. The Mediator Pattern (Query Dispatching).srt
1.2 kB
13. Queries & Query Dispatching/2. Account Queries.mp4
18 MB
13. Queries & Query Dispatching/2. Account Queries.srt
3.2 kB
13. Queries & Query Dispatching/2.1 Code.zip
280 kB
13. Queries & Query Dispatching/3. QueryDispatcher Interface (The Mediator).mp4
12 MB
13. Queries & Query Dispatching/3. QueryDispatcher Interface (The Mediator).srt
2.9 kB
13. Queries & Query Dispatching/3.1 Code.zip
281 kB
13. Queries & Query Dispatching/4. AccountQueryDispatcher (The Concrete Mediator).mp4
24 MB
13. Queries & Query Dispatching/4. AccountQueryDispatcher (The Concrete Mediator).srt
4.1 kB
13. Queries & Query Dispatching/4.1 Code.zip
282 kB
13. Queries & Query Dispatching/5. Queries & Query Dispatching.html
204 B
14. Query Handling/1. Query Handling Introduction.mp4
5.6 MB
14. Query Handling/1. Query Handling Introduction.srt
269 B
14. Query Handling/2. QueryHandler Interface (The Abstract Colleague).mp4
8.5 MB
14. Query Handling/2. QueryHandler Interface (The Abstract Colleague).srt
1.3 kB
14. Query Handling/2.1 Code.zip
282 kB
14. Query Handling/3. AccountQueryHandler (The Concrete Colleague).mp4
41 MB
14. Query Handling/3. AccountQueryHandler (The Concrete Colleague).srt
6.6 kB
14. Query Handling/3.1 Code.zip
283 kB
14. Query Handling/4. Register Query Handlers.mp4
13 MB
14. Query Handling/4. Register Query Handlers.srt
2.2 kB
14. Query Handling/4.1 Code.zip
283 kB
14. Query Handling/5. Query Handling.html
204 B
15. Query Controller/1. Query Controller Intro.mp4
5.5 MB
15. Query Controller/1. Query Controller Intro.srt
265 B
15. Query Controller/2. Data Transfer Objects.mp4
12 MB
15. Query Controller/2. Data Transfer Objects.srt
2.6 kB
15. Query Controller/2.1 Code.zip
284 kB
1. Introduction/1. Introduction.mp4
26 MB
15. Query Controller/3. AccountLookupController.srt
11 kB
15. Query Controller/3.1 Code.zip
286 kB
15. Query Controller/4. Testing the AccountLookupController.mp4
66 MB
15. Query Controller/4. Testing the AccountLookupController.srt
9.5 kB
15. Query Controller/4.1 Code.zip
286 kB
15. Query Controller/5. Query Controller.html
204 B
16. A Powerful End/1. Create Functionality to Restore the Read Database.mp4
74 MB
16. A Powerful End/1. Create Functionality to Restore the Read Database.srt
11 kB
16. A Powerful End/1.1 Code.zip
288 kB
16. A Powerful End/2. Restore the Entire Read Database.mp4
61 MB
16. A Powerful End/2. Restore the Entire Read Database.srt
8.7 kB
16. A Powerful End/2.1 Code.zip
288 kB
16. A Powerful End/3. Rapidly Change the Read Database Type.mp4
38 MB
16. A Powerful End/3. Rapidly Change the Read Database Type.srt
9.0 kB
16. A Powerful End/3.1 Code.zip
288 kB
16. A Powerful End/4. Congratulations.mp4
9.2 MB
16. A Powerful End/4. Congratulations.srt
509 B