twitter / GraphJet

GraphJet is a real-time graph processing library.
Apache License 2.0
713 stars 111 forks source link

Jjiang/add edge timestamp filter rb #81

Closed jerryjiangabc closed 7 years ago

jerryjiangabc commented 7 years ago
  1. Add edge time stamp age filter in all counting based algorithms. In the case of moment and user algorithms, their constructors in Scala will set the edge timestamp limit to Long.Max for now.
  2. Move right node age filter from filter chain, RecentTweetFilter, to isEdgeUpdateValid function inside the algorithm. Again, in the case of moment and user, the right node age limit will be Long.Max for now.
  3. Remove the defunct creationTimeInMillis and TimestampEdgeIterator in preference to new edge metadata.