Diffusion Blog
Platform Collateral
Collateral
Diffusion Platform Datasheet
How Diffusion Intelligent Event-Driven Platform solves the challenges presented by constantly expanding data sources.
Collateral
Diffusion Support
Push Technology Support and Services team offers you a decade of experience working with customers and engineering teams to develop, test, and optimize data-driven, mission-critical, corporate applications and systems.
Collateral
Create Event-driven Apps with Diffusion
Diffusion provides the ability to manage, optimize, secure, and distribute live data, no matter the source.
Collateral
Change Data Capture
With data consumption, wrangling and delivery, CDC is easy with the Diffusion Intelligent Event-Data Platform.
Customer success stories
Baker Technology
Baker Technology builds bespoke trading applications for global investment banks. See how they use Diffusion to consume, enrich, and deliver event data to their Internet trading platforms.
Brenock
Brenock creates applications for the shipping industry. See why they rely on Diffusion to power the delivery of critical real-time environmental data for their Ocean Guardian monitoring and compliance system.
888 Holdings
888 Holdings is one of the world’s most popular online gaming entertainment and solutions providers. Discover how Diffusion guarantees that all their bingo players receive information concurrently in real time.
White Papers
white paper
Retail is going real-time, improving mobile engagement, logistics and personalization
Meeting the demands of an always-connected retail culture by connecting people, devices, systems and applications with real-time data streaming.
Read Now : Retail is going real-time, improving mobile engagement, logistics and personalization
white paper
The emergence of IoT is shifting the insurance model from reactive to preventative
Diffusion allows insurers to connect systems and consumers to integrate new and legacy data sources.
Read Now : The emergence of IoT is shifting the insurance model from reactive to preventative
white paper
Airlines constantly track and deliver current information to their customers
Diffusion lets travel companies efficiently disseminate valuable back-end systems data.
Read Now : Airlines constantly track and deliver current information to their customers
white paper
Retail Banks are gaining a cohesive view of customers from all interactions
Diffusion allows Retail Banks to connect systems, giving customers more integrated experiences.
Read Now : Retail Banks are gaining a cohesive view of customers from all interactions
Tech Talks
Tech Talks
Tech Talk Note: Extend RabbitMQ over the Web
By combining RabbitMQ and Diffusion, developers receive the benefits of a well-integrated back-end data pipeline, alongside reliable, high- performance front-end data delivery.
Tech Talks
Tech Talk Note: Extend Kafka for Web Mobile, & IoT Applications
The Diffusion Kafka Adapter seamlessly integrates with Apache Kafka as well as Kafka Connect and Confluent’s Control Center.
Read Now : Tech Talk Note: Extend Kafka for Web Mobile, & IoT Applications
Tech Talks
Tech Talk Note: Messaging
Diffusion Intelligent Data Platform combines Pub-Sub Streaming and Point-to-Point Messaging to handle your application data requirements; and it extends the reliability, scalability, and functionality of in-place messaging products.
Tech Talks
Tech Talk Note: Connections
Diffusion monitors and maintains persistent connections to applications, devices, and systems in order to reliably manage, send, and receive data -- in real time.
Webinars
webinar
Enhanced Event-Data Delivery
Join Mike Eisterer, Senior Solution Engineer, as he discusses how to enhance event-data delivery with Kafka and Diffusion.
webinar
Dynamic Hyper-Personalization
Hear head of Field Architecture Dave Carson discuss dynamic personalization of financial data streams.
webinar
Integrate Data Sources with Pub-Sub
Paddy Walsh, Product Architect, discusses integrating and processing data with Pub-Sub using Gateway Framework.
webinar
Architecting an Enterprise Grade Pub-Sub Solution
Sanjai Marimadaiah, Chief Product Officer, talks about how Digital Transformation continues to be among the top priorities at enterprises worldwide.
Watch Now : Architecting an Enterprise Grade Pub-Sub Solution
Tutorials
"Hello World" with Diffusion Cloud and the JavaScript SDK
A very simple project to get you started using the JavaScript SDK with Diffusion Cloud.
Read More : "Hello World" with Diffusion Cloud and the JavaScript SDK
Using Diffusion with Docker
How to run Diffusion as a Docker image - spin up multiple servers in seconds from the command line!
"Hello World" With Diffusion Cloud's REST API
A very simple project to get you started with the Cloud REST API.
Blog
BLOG
React PubSub using Diffusion Websocket Server
July 08, 2024
Introduction In the context of web development, user experience is probably the most important principle. One effective way to improve user experience is through the use of real-time data. Incorporating real-time updates, without the need for manual page refreshes, creates a seamless and dynamic interaction with a web application. The Diffusion JavaScript client connects the …
Read More about React PubSub using Diffusion Websocket Server
BLOG
100 million updates per second - Landmark Diffusion cluster performance
July 02, 2024
Introduction We recently wrote about how good Diffusion is at scaling out to large numbers of subscribers. But what if you’re more interested in the raw performance rather than catering for tens of thousands of subscribers? It turns out that Diffusion can do that pretty well too. What sort of use case might this be? …
Read More about 100 million updates per second - Landmark Diffusion cluster performance
BLOG
Creating a WebSocket Server for PubSub
June 28, 2024
A pub-sub (publish-subscribe) server is a messaging system that facilitates communication between different system components in a decoupled manner. In the pub-sub model, message producers (publishers) send messages to specific topics or channels without knowing who will receive them. Message consumers (subscribers) express interest in one or more topics and receive messages sent to those …