Skip to content

Data Layer

Arya Ketan edited this page Aug 13, 2015 · 5 revisions

Data Layer

The event mapped as per destination schema is passed on to the data layer. The data layer updates the destination data store. There are different implementations of the common data layer interface. One each for a destination data source. Currently implementations are available for

  • MySql : Uses Spring JDBC Template.
  • HBase : Uses Phoenix
  • Elastic Search : Provides UnicastClient, MulticastClient and TransportClient
  • Kafka: Provides Sync/ Async Destination Processors. ProducerRecordAdaptor extensible interface to create your own Key/Value/TopicName with additional support for codec Plugin for encoding the K,V pair.

Refer samples for usage of each data layer.