the-algorithm/src/scala/com/twitter/timelines/prediction/common/aggregates/real_time/TimelinesOnlineAggregationSources.scala

6 lines
188 B
Scala
Raw Normal View History

package com.twitter.timelines.prediction.common.aggregates.real_time
object TimelinesOnlineAggregationSources {
val timelinesOnlineAggregateSource = new TimelinesStormAggregateSource
}