[
https://issues.apache.org/jira/browse/IGNITE-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15508638#comment-15508638
]
Sury Sinha commented on IGNITE-1192:
------------------------------------
Hi Semen,
We have a REST service built using Spring boot and Spring Data . Here is the
flow :
a) REST Client ----> REST Controller (Client calls REST controller )
b) REST Controller ---- > Spring Data Repository ( REST Controller calls one or
many spring data repositories like "BinEntryRepository" )
c) Spring Data Repository----> Database ( Spring Data Repository calls
underlying database and invokes queries associated with methods like
"findByPrefixAndVersion" )
Now any hit to controller will result in database calls in the current design .
We intended to load all the tables in database in caches and see if the
database SQL can be executed against the cache directly .The intent was to use
@Cacheable against the Spring Data Repository methods was just to achieve the
same.
It will be great if you can point us to a sample example of Spring data +
Ignite usage .
Thanks,
Sury
> Provide integration with Spring Data
> ------------------------------------
>
> Key: IGNITE-1192
> URL: https://issues.apache.org/jira/browse/IGNITE-1192
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 1.1.4
> Reporter: Valentin Kulichenko
> Assignee: Eduard Shangareev
> Priority: Minor
> Labels: Newbie
> Fix For: 1.8
>
>
> Spring Data docs:
> * http://docs.spring.io/spring-data/data-commons/docs/current/reference/html/
> * http://docs.spring.io/spring-data/data-commons/docs/current/api/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)