Re: Production ready on Windows? Free vs Commercial difference?

2018-02-23 Thread Olexandr K
Thank you!

I'm taking Ignite for our project then

Will come with more concrete/technical questions soon )

On Fri, Feb 23, 2018 at 1:23 AM, vkulichenko 
wrote:

> Hi Oleksandr,
>
> 1. Yes, Ignite is production ready.
> 2. I doubt there is a fully pledged example for this, but I don't see any
> reason why it wouldn't be possible. You can run anything you want within a
> service.
> 3. Ignite is always and fully free. If you're asking about commercial
> products build on top of Ignite, please contact vendor companies that
> provide them.
> 4. I doubt that would be possible as in that case you have to operate with
> objects, and therefore write code. But you can emulate such workload with
> simple SQL queries that select/update by primary key.
> 5. Basically it's a tool to route requests of a legacy thin client. Not
> sure
> if it would be useful for the new client protocol, but for now I think you
> can ignore it.
>
> -Val
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>


Re: Production ready on Windows? Free vs Commercial difference?

2018-02-22 Thread vkulichenko
Hi Oleksandr,

1. Yes, Ignite is production ready.
2. I doubt there is a fully pledged example for this, but I don't see any
reason why it wouldn't be possible. You can run anything you want within a
service.
3. Ignite is always and fully free. If you're asking about commercial
products build on top of Ignite, please contact vendor companies that
provide them.
4. I doubt that would be possible as in that case you have to operate with
objects, and therefore write code. But you can emulate such workload with
simple SQL queries that select/update by primary key.
5. Basically it's a tool to route requests of a legacy thin client. Not sure
if it would be useful for the new client protocol, but for now I think you
can ignore it.

-Val



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Production ready on Windows? Free vs Commercial difference?

2018-02-22 Thread Olexandr K
Hi Ignite team,

I'm evaluating Ignite as distributed cache + key value store for our
client.

I have read most of the documentation but wanted to clarify some points:

1) Is Ignite production-ready for Windows Java 8 deployments? (Our client
has Windows cluster ready and devops team in place).
2) Our system consists of Spring Boot powered microservices which will use
Ignite as cache/storage. Is it possible to deploy Spring Boot apps as
Ignite services? Do you have any example for that?
3) What are the differences between free and commercial versions? Just
advanced monitoring/management tools or there are some volume/cpu-count/etc
limitations in free one?
4) Do you have some utility to play with adding/removing key-value pairs to
Ignite storage? Like you have sqlline.sh for SQL
5) igniterouter.sh - what it is used for? I didn't find any docs for this
utility

Thanks,
Oleksandr