I work for a mobile game company. I'm solving a simple question: "Can we
efficiently/cheaply query for the log of a particular user within given
date period?"
I've created a special JSON text-based file format that has these traits:
- Snappy compressed, saved in AWS S3
- Partitioned by date. ie.
very hard to copy and maintain.
Thanks!
On Thu, Jan 19, 2017 at 2:41 AM Reynold Xin wrote:
> That is internal, but the amount of code is not a lot. Can you just copy
> the relevant classes over to your project?
>
> On Wed, Jan 18, 2017 at 5:52 AM Brian Hong
> wrote:
>
> I w