Re: Proper data filtration and pagination

2014-01-15 Thread Anton Yakushin
Eric, Seems yokozuna is what I looked for. The only problem is our project is already in production. Are there any other ways like additional buckets serving as indexes or something built-in to achieve similar functionality? Is there a way in Riak to get values for several known keys without using

Re: Proper data filtration and pagination

2014-01-13 Thread Eric Redmond
Anton, Depending on how soon you plan to be in production, this sounds like a good usecase for yokozuna (the new Riak Search) coming in 2.0 (sometime in Q1). It has builtin support for handling semistructured data like JSON or XML, nested even, and will allow you to query by multiple fields at

Proper data filtration and pagination

2014-01-13 Thread Anton Yakushin
Hi, Could anyone advice on how to properly organize data structure so it could be efficiently filtered and results paginated? A structure example from our current system. We have products stored in the following JSON: { "name": "category": { "key" : , "name": },