You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by 上帝已死 <52...@qq.com> on 2016/03/03 07:28:26 UTC

Which way to use ignite is better?

1. Embed to application by maven.
2. Launch a bin file.(I don't know how to operate cache. By Http Api?)
Which one is better? 



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Which-way-to-use-ignite-is-better-tp3350.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Which way to use ignite is better?

Posted by Yakov Zhdanov <yz...@apache.org>.
There is no definite answer to this question. You can use any way for
packaging and distributing your app. Launching standalone nodes is possible
from zip distribution. Is that what you are asking for?

--Yakov

2016-03-03 9:28 GMT+03:00 上帝已死 <52...@qq.com>:

> 1. Embed to application by maven.
> 2. Launch a bin file.(I don't know how to operate cache. By Http Api?)
> Which one is better?
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Which-way-to-use-ignite-is-better-tp3350.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Re: Which way to use ignite is better?

Posted by Raul Kripalani <ra...@apache.org>.
Ultimately it depends on the architecture of your application or use case.
If you are considering deploying a set of "central" or dedicated Ignite
nodes, it makes little sense to embed Ignite into an app on those nodes –
you may run it standalone.
If your architecture is fully decentralised, you can rely on embedding
Ignite into your application on all nodes.
Take into account that if you're running compute jobs, you'll have to
deploy the class definitions on the standalone nodes – or you can use
peer-classloading.

Cheers,

*Raúl Kripalani*
PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data and
Messaging Engineer
http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani
Blog: raul.io | twitter: @raulvk <https://twitter.com/raulvk>

On Thu, Mar 3, 2016 at 6:28 AM, 上帝已死 <52...@qq.com> wrote:

> 1. Embed to application by maven.
> 2. Launch a bin file.(I don't know how to operate cache. By Http Api?)
> Which one is better?
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Which-way-to-use-ignite-is-better-tp3350.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>