Re: Working with Ignite Cache on Scala Play

2016-01-18 Thread a d
Thanks for the inputs Alexey. From: Alexey Kuznetsov Sent: Thursday, January 14, 2016 8:22 PM To: user@ignite.apache.org Subject: Re: Working with Ignite Cache on Scala Play Avi, I think there is no need to start/stop nodes on each api interaction. Start/stop n

Working with Ignite Cache on Scala Play

2016-01-14 Thread a d
Hi, I just want to confirm whether the pattern I'm thinking of following for our requirement and also to clear some doubts I have. The requirement we have is to use Ignite Caching service to store values from a database to speed up api requests for that data. The application is a Scala Play