We are having a lot of REST based services in our system which fetch data from database.
We want to add caching feature to improve the speed of responding to data requests. I want to know how we can use apache ignite for this. Should apache ignite be started as a separate service so that REST service will be consuming from it. i f so, how to do that. Since, there can be many REST based services wanted to know how we can connect to cache from the service and to fetch data. Should we need to write a singleton class to be wrap the logic for accessing the data and then consume from this class within the REST service. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
