Look at the example DataModels in integration. The pattern is the
same: load it all into memory! it's too slow for real-time otherwise.
So there is no point in say moving your data from a DB to Dynamo for
"scalability" if you're using non-distributed code. If you're using
Hadoop, DataModel is not relevant.

On Wed, Jul 4, 2012 at 9:09 PM, Matt Mitchell <goodie...@gmail.com> wrote:
> Thanks Sean. I'll have a look at creating a custom model!
>
> A somewhat related question here... I've also thought about using a separate 
> database for user prefs, either riak or amazons dynamo db. Any tips on how to 
> create a custom data source?

Reply via email to