the-algorithm/src/scala/com/twitter/timelines/prediction/common/aggregates/real_time/TimelinesOnlineAggregationSources.scala
twitter-team 197bf2c563 Open-sourcing Timelines Aggregation Framework
Open sourcing Aggregation Framework, a config-driven Summingbird based framework for generating real-time and batch aggregate features to be consumed by ML models.
2023-04-28 14:17:02 -05:00

6 lines
188 B
Scala

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