IGNITE-1192, Provide integration with Spring Data

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

IGNITE-1192, Provide integration with Spring Data

Vikrant Navalgund
Hello Igniters,
As part of working on the above ticket, I have started playing around with
my ignite local dev setup.
1. I could do a clean maven build.
2. Experiment with examples for compute grid successfully.

From what I could gather by going through the discussion attached in the
JIRA, I believe I need to implement an ignite-adaptor such that Spring
applications could leverage the same Spring data API to use ignite data
grid. I was looking into the spring-data-mongodb and spring-data-dynamodb
for reference.
If my understanding is correct then I need to implement the functionality
for core, mapping, query and repository?
Please correct me If I am wrong.

--
*Regards*,
*Vikrant Navalgund*
Reply | Threaded
Open this post in threaded view
|

Re: IGNITE-1192, Provide integration with Spring Data

yzhdanov
Vikrant, seems you are correct here. Just make sure you start new module
for this functionality.


--Yakov

2015-08-16 16:46 GMT+03:00 Vikrant Navalgund <[hidden email]>:

> Hello Igniters,
> As part of working on the above ticket, I have started playing around with
> my ignite local dev setup.
> 1. I could do a clean maven build.
> 2. Experiment with examples for compute grid successfully.
>
> From what I could gather by going through the discussion attached in the
> JIRA, I believe I need to implement an ignite-adaptor such that Spring
> applications could leverage the same Spring data API to use ignite data
> grid. I was looking into the spring-data-mongodb and spring-data-dynamodb
> for reference.
> If my understanding is correct then I need to implement the functionality
> for core, mapping, query and repository?
> Please correct me If I am wrong.
>
> --
> *Regards*,
> *Vikrant Navalgund*
>
Reply | Threaded
Open this post in threaded view
|

Re: IGNITE-1192, Provide integration with Spring Data

Vikrant Navalgund
Thanks Yakov. Will do.

On Mon, 17 Aug 2015 11:02 pm Yakov Zhdanov <[hidden email]> wrote:

> Vikrant, seems you are correct here. Just make sure you start new module
> for this functionality.
>
>
> --Yakov
>
> 2015-08-16 16:46 GMT+03:00 Vikrant Navalgund <[hidden email]
> >:
>
> > Hello Igniters,
> > As part of working on the above ticket, I have started playing around
> with
> > my ignite local dev setup.
> > 1. I could do a clean maven build.
> > 2. Experiment with examples for compute grid successfully.
> >
> > From what I could gather by going through the discussion attached in the
> > JIRA, I believe I need to implement an ignite-adaptor such that Spring
> > applications could leverage the same Spring data API to use ignite data
> > grid. I was looking into the spring-data-mongodb and spring-data-dynamodb
> > for reference.
> > If my understanding is correct then I need to implement the functionality
> > for core, mapping, query and repository?
> > Please correct me If I am wrong.
> >
> > --
> > *Regards*,
> > *Vikrant Navalgund*
> >
>