spotify/scio

Support for streaming to Memcached

Open

#1,655 opened on Feb 4, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Scala (529 forks)auto 404
enhancementgood first issuestreaming

Repository metrics

Stars
 (2,626 stars)
PR merge metrics
 (PR metrics pending)

Description

When the total size of output data remains small, we can make their reads faster if they're in Memcached. Thoughts are that we could implement Scio's AsyncDoLookupFn to use the Memcached client.

Contributor guide