The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.05 - 2014-08-13

  • BUG FIX
    • Fix test t/WebAPI.t. It failed when consecutive acks occurred at different timestamps.
  • ENHANCEMENT
    • StatusStorage::SQLite enhancements.
    • Add get_timeline_names() method.
    • Re-implement contains() method. This boosts its performance at about 350%.
    • Use SQL::Maker's strict mode with SQL::QueryMaker. This prevents unexpected query injection in form of complex data structure (often as JSON strings). This also improves performance a little.
  • DOCUMENTATION
    • Fix Util.pm: sort_statuses() signature was wrong.

Documentation

BusyBird runner script
how to configure BusyBird
advanced topics about configuring BusyBird
Status object specification
Tutorial to use BusyBird
Web API reference

Modules

a multi-level Web-based timeline viewer
common utilities about status filters
filters for statuses imported from Twitter
CPS data flow with concurrency regulation
status generator
simple logging infrastructure for BusyBird
main application object of BusyBird
PSGI controller for BusyBird::Main
view renderer for BusyBird::Main
BusyBird process runner
interface for status storage objects
common partial implementation of StatusStorage
Simple status storage in the process memory
status storage in SQLite database
Test routines for StatusStorage
a timeline object in BusyBird
utility functions for BusyBird
interface for watcher objects

Provides

in lib/BusyBird/Watcher/Aggregator.pm