You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by "rajkumaran.me" <ra...@gmail.com> on 2015/10/19 12:32:13 UTC

Accessing Cache from REST Services

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.

Re: Accessing Cache from REST Services

Posted by sumeet70 <su...@gmail.com>.
Hi Artem,

I agree with all your observations. I have a batch of commits ready to
address some of the issues you mentioned.

I am traveling internationally for a couple of weeks so you will not see
much activity. And I agree that as it stands it is entirely an alpha...

Thanks for the feedback. Keep an eye out for the updates.

Thanks

On Mon, Nov 9, 2015, 7:55 PM Artem Shutak [via Apache Ignite Users] <
ml-node+s70518n1897h44@n6.nabble.com> wrote:

> Hi,
>
> I've played with 'aiex' project a little bit and have next comments. Looks
> pretty but can be used as only beta-version.
>
> What is the status of working on the project documentation? Are you still
> going to work on it?
> Is yes, I want to notice it was not so easy to install latest version of
> nodejs. I'd like to see in the documentation link how to do it for
> different platforms. I think I'm not alone here.
> And it would be nice to add the project screenshots to README file.
>
> Do you have a plans to improve project functionality. In current version
> it's not so user-friendly interface. Maybe tooltips is an easiest way to
> achieve it.
>
> I see Logs screen and About screen are empty. Is it not implemented yet or
> do I do something wrong?
>
> By the way, when documentation will be fixed, I will send information
> about your project on dev-list and maybe a link on your project will be
> added on Apache Ignite page (if there will be no any objections).
>
> Thanks,
> Artem.
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1897.html
> To unsubscribe from Accessing Cache from REST Services, click here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1645&code=c3VtZWV0NzBAZ21haWwuY29tfDE2NDV8LTY5NTE2Nzg5NQ==>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1951.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Dmitriy Setrakyan <ds...@apache.org>.
Sumeet,

Just want to let you know that I am also working on the webpage for the
Ignite website which could host such Ignite extensions as the one you have
created. Stay tuned.

D.


On Tue, Dec 22, 2015 at 9:15 PM, sumeet70 <su...@gmail.com> wrote:

> Hi Artem,
>
> I have updated the docs as suggested. Did you get a chance to look at it.
> Let me know if it can be improved further.
> I am getting closer to next big commit.
>
> Regards
>
> On Thu, Nov 26, 2015 at 11:05 AM, Artem Shutak [via Apache Ignite Users] <[hidden
> email] <http:///user/SendEmail.jtp?type=node&node=2280&i=0>> wrote:
>
>> Hi Sumeet,
>>
>> Excellent! I've glanced new README file. Looks better, but I'd still want
>> to see an example (or a link) of Ignite configuration with enabled REST
>> API. Could you add Ignite xml configuration which you have used for AIEX
>> testing? If it's hard for you by any reason, let me know and I will provide
>> it (or will looking for a link).
>>
>> Thanks,
>> Artem.
>>
>> ------------------------------
>> If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2064.html
>> To unsubscribe from Accessing Cache from REST Services, click here.
>> NAML
>> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
> ------------------------------
> View this message in context: Re: Accessing Cache from REST Services
> <http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2280.html>
> Sent from the Apache Ignite Users mailing list archive
> <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com.
>

Re: Accessing Cache from REST Services

Posted by sumeet70 <su...@gmail.com>.
Hi Artem,

I have updated the docs as suggested. Did you get a chance to look at it.
Let me know if it can be improved further.
I am getting closer to next big commit.

Regards

On Thu, Nov 26, 2015 at 11:05 AM, Artem Shutak [via Apache Ignite Users] <
ml-node+s70518n2064h21@n6.nabble.com> wrote:

> Hi Sumeet,
>
> Excellent! I've glanced new README file. Looks better, but I'd still want
> to see an example (or a link) of Ignite configuration with enabled REST
> API. Could you add Ignite xml configuration which you have used for AIEX
> testing? If it's hard for you by any reason, let me know and I will provide
> it (or will looking for a link).
>
> Thanks,
> Artem.
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2064.html
> To unsubscribe from Accessing Cache from REST Services, click here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1645&code=c3VtZWV0NzBAZ21haWwuY29tfDE2NDV8LTY5NTE2Nzg5NQ==>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2280.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Artem Shutak <as...@gridgain.com>.
Hi Sumeet,

Excellent! I've glanced new README file. Looks better, but I'd still want to
see an example (or a link) of Ignite configuration with enabled REST API.
Could you add Ignite xml configuration which you have used for AIEX testing?
If it's hard for you by any reason, let me know and I will provide it (or
will looking for a link).

Thanks,
Artem.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2064.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by sumeet70 <su...@gmail.com>.
Hi Artem,

As suggested, I have added additional instructions. See the "Usage Guide"
section.

I have also added sudo comment on npm start as well. The reason you ran
into that issue is probably because I was using port 80 as the default port
in a previous version of the code. It has been changed to 8081, so users
will not run into that issue in future.

My full name: Sumeet Singh

On Thu, Nov 19, 2015 at 3:13 PM, Artem Shutak [via Apache Ignite Users] <
ml-node+s70518n2015h2@n6.nabble.com> wrote:

> Hi sumeet70,
>
> (BTW, what is your real name? :) )
>
> I've reviewed README part. Looks very good, especially "How To Install"
> section with detailed steps for Linux and Windows (because it was the first
> time for me when I install nodejs :) ).
>
> I have few comments:
> - As I remember, "npm start" did not work for me on Ubuntu 14.04 without
> 'sudo' and I got not non-obvious exception message and spent some time for
> googling. I'd add a comment about sudo or just type "(sudo) npm start".
> - You have good step-by-step instruction how to install nodejs. It would
> be nice to have instruction how to run at least one Ignite node with
> enabled REST API. It can be  just a link on Ignite documentation, like [1]
> for example, + an example of xml configuration with configured REST API.
>
> [1] https://apacheignite.readme.io/docs/getting-started
>
> Thanks,
> Artem.
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2015.html
> To unsubscribe from Accessing Cache from REST Services, click here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1645&code=c3VtZWV0NzBAZ21haWwuY29tfDE2NDV8LTY5NTE2Nzg5NQ==>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2054.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Artem Shutak <as...@gridgain.com>.
Hi sumeet70, 

Is there any updates?

Thanks,
Artem.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2040.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Artem Shutak <as...@gridgain.com>.
Hi sumeet70,

(BTW, what is your real name? :) )

I've reviewed README part. Looks very good, especially "How To Install"
section with detailed steps for Linux and Windows (because it was the first
time for me when I install nodejs :) ).

I have few comments:
- As I remember, "npm start" did not work for me on Ubuntu 14.04 without
'sudo' and I got not non-obvious exception message and spent some time for
googling. I'd add a comment about sudo or just type "(sudo) npm start".
- You have good step-by-step instruction how to install nodejs. It would be
nice to have instruction how to run at least one Ignite node with enabled
REST API. It can be  just a link on Ignite documentation, like [1] for
example, + an example of xml configuration with configured REST API.

[1] https://apacheignite.readme.io/docs/getting-started

Thanks,
Artem.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p2015.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Dmitriy Setrakyan <ds...@apache.org>.
Hi Sumeet,

Thanks a lot, this looks much better. If I can make another suggestion, can
you tag your branch with some release version, e.g. 0.1, which will mark a
stable code base our users can build from?

Thanks,
D.

On Sun, Nov 15, 2015 at 4:21 AM, sumeet70 <su...@gmail.com> wrote:

> Hi Artem,
>
> I have added the documentation as per your and Dmitry's suggestions. Thanks
> for the feedback. Check out the latest here:
>
> https://github.com/sumeet70/aiex
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1961.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Re: Accessing Cache from REST Services

Posted by Artem Shutak <as...@gridgain.com>.
Awesome!

The project with a README file looks really better. I will review it in a
couple of days.

Thanks,
Artem.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1969.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by sumeet70 <su...@gmail.com>.
Hi Artem,

I have added the documentation as per your and Dmitry's suggestions. Thanks
for the feedback. Check out the latest here: 

https://github.com/sumeet70/aiex



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1961.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by sumeet70 <su...@gmail.com>.
About the log screen: I think there is an underlying bug in ignite rest
interface. The logs rest api doesn't seem to be working. I have not gotten
around to fixing the underlying ignite rest api issue.

Once that is fixed the ui log screen should be ready for release.

On Mon, Nov 9, 2015, 7:55 PM Artem Shutak [via Apache Ignite Users] <
ml-node+s70518n1897h44@n6.nabble.com> wrote:

> Hi,
>
> I've played with 'aiex' project a little bit and have next comments. Looks
> pretty but can be used as only beta-version.
>
> What is the status of working on the project documentation? Are you still
> going to work on it?
> Is yes, I want to notice it was not so easy to install latest version of
> nodejs. I'd like to see in the documentation link how to do it for
> different platforms. I think I'm not alone here.
> And it would be nice to add the project screenshots to README file.
>
> Do you have a plans to improve project functionality. In current version
> it's not so user-friendly interface. Maybe tooltips is an easiest way to
> achieve it.
>
> I see Logs screen and About screen are empty. Is it not implemented yet or
> do I do something wrong?
>
> By the way, when documentation will be fixed, I will send information
> about your project on dev-list and maybe a link on your project will be
> added on Apache Ignite page (if there will be no any objections).
>
> Thanks,
> Artem.
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1897.html
> To unsubscribe from Accessing Cache from REST Services, click here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1645&code=c3VtZWV0NzBAZ21haWwuY29tfDE2NDV8LTY5NTE2Nzg5NQ==>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1952.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Dmitriy Setrakyan <ds...@apache.org>.
I should say that I have also looked at this project and I think it is
pretty cool, especially the ability to update caches from a UI interface.
Any UI can be infinitely improved, but I think this project is minimally
OK.

As I mentioned before, adding better installation instructions and
screenshots to the github project will go a long way. Once it is done, we
should be able to add a link to the Ignite website.

D.

On Mon, Nov 9, 2015 at 6:17 AM, Artem Shutak <as...@gridgain.com> wrote:

> Hi,
>
> I've played with 'aiex' project a little bit and have next comments. Looks
> pretty but can be used as only beta-version.
>
> What is the status of working on the project documentation? Are you still
> going to work on it?
> Is yes, I want to notice it was not so easy to install latest version of
> nodejs. I'd like to see in the documentation link how to do it for
> different
> platforms. I think I'm not alone here.
> And it would be nice to add the project screenshots to README file.
>
> Do you have a plans to improve project functionality. In current version
> it's not so user-friendly interface. Maybe tooltips is an easiest way to
> achieve it.
>
> I see Logs screen and About screen are empty. Is it not implemented yet or
> do I do something wrong?
>
> By the way, when documentation will be fixed, I will send information about
> your project on dev-list and maybe a link on your project will be added on
> Apache Ignite page (if there will be no any objections).
>
> Thanks,
> Artem.
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1897.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Re: Accessing Cache from REST Services

Posted by Artem Shutak <as...@gridgain.com>.
Hi,

I've played with 'aiex' project a little bit and have next comments. Looks
pretty but can be used as only beta-version.

What is the status of working on the project documentation? Are you still
going to work on it? 
Is yes, I want to notice it was not so easy to install latest version of
nodejs. I'd like to see in the documentation link how to do it for different
platforms. I think I'm not alone here.
And it would be nice to add the project screenshots to README file.

Do you have a plans to improve project functionality. In current version
it's not so user-friendly interface. Maybe tooltips is an easiest way to
achieve it.

I see Logs screen and About screen are empty. Is it not implemented yet or
do I do something wrong?

By the way, when documentation will be fixed, I will send information about
your project on dev-list and maybe a link on your project will be added on
Apache Ignite page (if there will be no any objections).

Thanks,
Artem.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1897.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by sumeet70 <su...@gmail.com>.
Hi Artem,

1. For ubuntu you will need to install node. The package is called nodejs
on debian. Do this...
sudo apt-get install nodejs
sudo apt-get install npm

There is some debate about how to get latest version of node js on Ubuntu.
http://askubuntu.com/questions/594656/how-to-install-the-latest-versions-of-nodejs-and-npm-for-ubuntu-14-04-lts
.
You will also need to run "bower install"

2. It assumes that ignite is running and connects to ignite rest services
on http://localhost:8080/ignite?cmd=

If there are no other machine specific dependencies... basically your
complete setup should look like running following command

>From the project root folder

sudo apt-get install nodejs
sudo apt-get install npm
sudo npm install bower -g
npm install
bower install
npm start

I am planning some more comprehensive documentation this weekend..


On Wed, Oct 21, 2015 at 1:04 PM, Artem Shutak [via Apache Ignite Users] <
ml-node+s70518n1666h83@n6.nabble.com> wrote:

> Hi,
>
> I want to try your feature, but I don't understand how to run it.
>
> Could you please explain how to run your project on Ubuntu (it doesn't
> have 'npm')? Should I run Ignite node(s) before?
>
> Thanks,
> Artem.
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1666.html
> To unsubscribe from Accessing Cache from REST Services, click here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1645&code=c3VtZWV0NzBAZ21haWwuY29tfDE2NDV8LTY5NTE2Nzg5NQ==>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1668.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Artem Shutak <as...@gridgain.com>.
Hi,

I want to try your feature, but I don't understand how to run it.

Could you please explain how to run your project on Ubuntu (it doesn't have
'npm')? Should I run Ignite node(s) before?

Thanks,
Artem.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1666.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by sumeet70 <su...@gmail.com>.
Thanks for the shout out Dimtriy. I am creating the docs, pushing new changes
over the weekend. I really like your idea of adding screen shots. 

I will publish some overarching "modularity" plans.

Stay Tuned...



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1665.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Dmitriy Setrakyan <ds...@apache.org>.
On Tue, Oct 20, 2015 at 9:26 PM, sumeet70 <su...@gmail.com> wrote:

> To ease testing of scenarios like this, I have started put together a
> modular
> Apache Ignite API browser
> Check it out here: https://github.com/sumeet70/aiex


This is awesome!

If I can make a suggestion, I think a few screenshots in the README.md
would really help. In my experience, this helps attract more users.


> You ill be able to interact with all Apache Ignite Rest Api related to
> caches.
>
> If you want to create your own extensions, one way to do it ould be
> implementing a Job and Task, then you can invoke it via the rest interface
> using endpoint /exe
>
> Let me know if you are unable to run. Docs are missing because I just
> started the project.
>
> Simply clone it and run: npm install; bower install; npm start
> and browse to http://localhost


I will definitely give it a shot and send comments here.


>
> Hope this helps
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1658.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Re: Accessing Cache from REST Services

Posted by sumeet70 <su...@gmail.com>.
To ease testing of scenarios like this, I have started put together a modular
Apache Ignite API browser 
Check it out here: https://github.com/sumeet70/aiex

You ill be able to interact with all Apache Ignite Rest Api related to
caches. 

If you want to create your own extensions, one way to do it ould be
implementing a Job and Task, then you can invoke it via the rest interface
using endpoint /exe 

Let me know if you are unable to run. Docs are missing because I just
started the project.

Simply clone it and run: npm install; bower install; npm start 
and browse to http://localhost

Hope this helps



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1658.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Accessing Cache from REST Services

Posted by Artem Shutak <as...@gridgain.com>.
Hi,

Ignite already have REST API. Please, refer to
https://apacheignite.readme.io/docs/rest-api#returned-value.

Thanks,
Artem.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Accessing-Cache-from-REST-Services-tp1645p1648.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.