tree: 30b215478a128885beed4eab3ca761af68a52f33 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
examples/camel-example-billboard-aggr/README.md

Billboard TOP100 aggregation example

Introduction

The billboard_lyrics_1964-2015 CSV dataset contains the TOP100 songs with lyrics for each year.
We can compute the TOP20 artists with most songs on Billboard using Split and Aggregate EIPs.
Build statistics is not the Camel core business but, as shown, you can easily do it!

This is the final result:

ArtistPresences
madonna35
elton john26
mariah carey25
stevie wonder22
janet jackson22
michael jackson22
whitney houston19
rihanna19
taylor swift19
pink17
the beatles17
kelly clarkson17
britney spears16
the black eyed peas16
chicago15
usher14
rod stewart14
aretha franklin14
katy perry14
phil collins13

Build and run

Build and run the test with this single command.

mvn clean test

Forum, Help, etc

If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html

Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!

The Camel riders!