2

We are using Kafka-storm in our project. In storm we will use multiple bolts for transformations. But before that, as part of POC, we want to persist data into DB. Which framework we should use? For BigData scenario which can be used? Is Trident applicable here? For persistence I am looking for something like Hibernate/JPA. What can be used? and if possible provide a sample code for this.

Matthias J. Sax
  • 59,682
  • 7
  • 117
  • 137
Plymouth Rock
  • 472
  • 2
  • 6
  • 20

1 Answers1

0

You can use almost any framework you want, although your specific choice may impact your topology slightly. Choose your favorite framework and give it a try.

Chris Gerken
  • 16,221
  • 6
  • 44
  • 59
  • I was thinking of EclipseLink. But I don't know whether this will be ideal for real-time analytics scenario and there is the question. Mostly for storing such data is it ok? And what for is this Trident? – Plymouth Rock Jan 16 '15 at 07:37