/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

alex.pearwin.com
| | sookocheff.com
5.3 parsecs away

Travel
| | Kafka is a messaging system. That's it. So why all the hype? In reality messaging is a hugely important piece of infrastructure for moving data between systems. To see why, let's look at a data pipeline without a messaging system. This system starts with Hadoop for storage and data processing. Hadoop isn't very useful without data so the first stage in using Hadoop is getting data in. Bringing Data in to Hadoop So far, not a big deal. Unfortunately, in the real world data exists on many systems in parallel, all of which need to interact with Hadoop and with each other. The situation quickly becomes more complex, ending with a system where multiple data systems are talking to one another over many channels. Each of these channels requires their own custom pro...
| | www.cloudamqp.com
4.3 parsecs away

Travel
| | Learn about the different types of exchanges in RabbitMQ and scenarios for how and when you should use exchanges.
| | philodev.one
4.7 parsecs away

Travel
| | Implementing a Queue Request / Response with Symfony Messenger to explore the benefits of asynchronous communication between services
| | damienbod.com
32.1 parsecs away

Travel
| This article shows how Azure AD verifiable credentials can be issued and used in an ASP.NET Core application. An ASP.NET Core Razor page application is used to implement the credential issuer. To issue credentials, the application must manage the credential subject data as well as require authenticated users who would like to add verifiable credentials...