Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save miguno/5910d4f123ab0461cd4eb61d89cd58d8 to your computer and use it in GitHub Desktop.
Get the top-5 charts for genre 'punk'
# Get all the top-5 charts across all instances
$ http://localhost:7070/kafka-music/charts/genre/punk
[
  {
    "artist":"Wheres The Pope?",
    "album":"PSI",
    "name":"Fear Of God",
    "plays":2493
  },
  {
    "artist":"Subhumans",
    "album":"Live In A Dive",
    "name":"All Gone Dead",
    "plays":2492
  },
  {
    "artist":"Dead Kennedys",
    "album":"Fresh Fruit For Rotting Vegetables",
    "name":"Chemical Warfare",
    "plays":2484
  },
  {
    "artist":"Anti-Nowhere League",
    "album":"We Are the League",
    "name":"Animal",
    "plays":2483
  },
  {
    "artist":"Jello Biafra And The Guantanamo School Of Medicine",
    "album":"The Audacity Of Hype",
    "name":"Three Strikes",
    "plays":2478
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment