twitter / GraphJet

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

Added AuthoredByUsersFilter #62

Closed rossides closed 7 years ago

rossides commented 7 years ago

Adding the ability to only generate candidates created by a specified set of authors.

The author information is obtained from the graph edges; those edges exist in the graph for only 30 hours. Thus, we only get candidates who were created within 30 hours of the request. If we need to increase that, we will increase the number of segments in the graph.

We are also considering adding the author information in the graph in follow up changes.