Skip to content

Commit

Permalink
changed 'bard' to 'druid'
Browse files Browse the repository at this point in the history
  • Loading branch information
Igal Levy committed Mar 11, 2014
1 parent c4ba739 commit c1b3423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ What was the average tweet length, per day, surrounding the 2014 Sochi olympics?
from pydruid.client import *
from pylab import plt

query = PyDruid(bard_url_goes_here, 'druid/v2')
query = PyDruid(druid_url_goes_here, 'druid/v2')

ts = query.timeseries(
datasource='twitterstream',
Expand Down

0 comments on commit c1b3423

Please sign in to comment.