Coder Social home page Coder Social logo

diffusion-playground / kafka-integration-no-code Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7.88 MB

Introduction to Diffusion Real-Time Event Stream through a simple application using Diffusion Cloud and Apache Kafka.

Home Page: https://www.pushtechnology.com/blog/connect-diffusion-with-apache-kafka/

HTML 30.49% CSS 2.28% JavaScript 67.23%
kafka fan-out real-time fine-grained-classification

kafka-integration-no-code's Introduction

Video Tutorial

Fine-grained fan-out and replication of Kafka event firehose between clusters/sites.

Introduction to Diffusion Real-Time Event Stream through a simple application using Diffusion Cloud and Apache Kafka.

A simple projects illustrating real-time replication and fan-out of foreign exchange (fx) event streams from Kafka cluster A to Kafka cluster B, through Diffusion Cloud instance via the use of our Kafka Adapter.

These JavaScript code examples will help you publish fx events on real-time from a front-end app to a Kafka cluster A, consume from it and transform data on-the-fly via our powerful Topic Views feature.

Although we provide a fx data simulation client using JavaScript, to populate Kafka cluster A, this tutorial purely focus on the no-code solution to deliver event data between remote Kafka sites/clusters where not all the firehose data from one site needs to be replicated/fanned-out to the other.

Fine-grained distribution of Kafka event firehose with Topic Views

kafka-app-L1 introduces the concept of Topic Views, a dynamic mechanism to map part of a server's Topic Tree to another. This enables real-time data transformation before replicating to a remote cluster as well as to create dynamic data models based on on-the-fly data (eg: Kafka firehose data). This lesson also shows how to use our Kafka adapter to ingest and broadcast fx data using Diffusion Topic Views in order to consume what you need, not all the Kafka stream.

Features used in this lesson

Step 1: Configure Kafka Adapter in Cloud to ingest from Kafka Cluster A

Adapters > Kafka Adapter > Ingest from Kafka Config:

	Bootstrap Server > connect to you Kafka cluster A (eg: "kafka-sasl.preprod-demo.pushtechnology")
	Diffusion service credentials > admin, password (use the "Security" tab to create a user or admin account)
	Kafka Topic subscription > the source topic from your Kafka cluster (eg: "FXPairs")
	Kafka Topic value type > we are using JSON, but can be string, integer, byte, etc.
	Kafka Topic key type > use string type for this code example.

Step 2: Check the Kafka stream FXPairs is ingested

We can see the events from FXPairs Kafka topic (from cluster A) is now being published to Diffusion topic path: FXPairs. If there are no new events, it might be because the FXPairs topic has not received any updates from Kafka yet.

Step 3: Create Topic Views using Source value directives

Source value directives use the keyword expand() value directive to create multiple reference topics from a single JSON source topic, or value() directive to create a new JSON value with a subset of a JSON source topic.

We are going to map the topic FXPairs stream (we get from Kafka cluster A) to a new Diffusion Topic View with path: pairs/<expand(/value/pairs,/pairName)>/ where /value/pairs,/pairName is the Kafka payload currency pairName (part of the JSON structure in the FXPairs Kafka topic).

This Topic View will take care of dynamic branching and routing of event streams in real-time, by only sending the specific currency pair from Kafka cluster A, to Kafka cluster B, and not the whole stream.

Topic View Specification for Currency Breakout:
map ?FXPairs// to pairs/<expand(/value/pairs,/pairName)>/

Topic View Specification for Tiers Expansion:
map ?pairs// to tiers/<expand(/tiers)>/<path(1)>

Step 4: Dynamic branching and routing of Kafka events firehose

As new events are coming in from the Kafka cluster A firehose, Diffusion is dynamically branching and routing the currency pairs, on-the-fly when replicating and fan-out to Kafka cluster B.

Note: The topic path will dynamically change as new currency pair values come in.

The following image shows a Topic View for the following specification:
+pairs > map ?FXPairs// to pairs/<expand(/value/pairs,/pairName)>/
+tiers > map ?pairs// to tiers/<expand(/tiers)>/<path(1)>

When clicking on the "+" for "tiers" topic tree, the following image shows a Topic View for the following specification:
map ?pairs// to tiers/<expand(/tiers)>/<path(1)>

Suggested: 6 Lessons Using Topic Views

Lesson 1: Mapping Topics

Step 5: Configure Kafka Adapter in Cloud to broadcast to Kafka cluster B

Go to: Diffusion Cloud > Manage Service > Adapters > Kafka Adapter > Broadcast to Kafka

Adapters > Kafka Adapter > Broadcast to Kafka Config:

	Bootstrap Server > connect to you Kafka cluster A (eg: "kafka-plain.preprod-demo.pushtechnology")
	Diffusion service credentials > admin, password (use the "Security" tab to create a user or admin account)
	Topic subscription > the source topic from Diffusion to be broadcasted to Kafka cluster B (eg: from "tiers/2/GBP-USD" to "FXPairs.tier2.GBP.USD")
	Topic value type > we are using JSON, but can be string, integer, byte, etc.
	Kafka Topic key type > use string type for this code example.

Pre-requisites

  • Download our code examples or clone them to your local environment:
 git clone https://github.com/diffusion-playground/kafka-integration-no-code/
  • A Diffusion service (Cloud or On-Premise), version 6.6 (update to latest preview version) or greater. Create a service here.
  • Follow our Quick Start Guide and get your service up in a minute!

FX Data Generator

Really easy, just open the index.html file locally and off you go!

kafka-integration-no-code's People

Contributors

diffusion-playground avatar matiaspush avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.