Re: Ignite 2.1?

2017-07-19 Thread Muthu
Thanks Vyacheslav!..i am looking forward to it.

Regards,
Muthu

-- The real danger with modern technology isn't that machines will begin to
think like people, but that people will begin to think like machines.
-- Faith is to believe what you do not see; the reward of this faith is to
see what you believe.

On Wed, Jul 19, 2017 at 12:35 AM, Vyacheslav Daradur <daradu...@gmail.com>
wrote:

> As far as I know, It will be shortly after the end of the vote. [1]
> Of course only in case of vote success.
> Vote started yesterday, and must finish tomorrow.
> Let's hope to see the new release by the end of this week.
>
> [1] http://apache-ignite-developers.2346864.n4.nabble.
> com/VOTE-Apache-Ignite-2-1-0-RC2-td19767.html
>
>
> 2017-07-19 10:12 GMT+03:00 Muthu <muthu.kumara...@gmail.com>:
>
>> Folks,
>>
>> Any one knows when 2.1 would be coming out?
>>
>> As per this, the release date is July 17th...this past Monday,
>>
>> https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.1
>>
>> Regards,
>> Muthu
>>
>> -- The real danger with modern technology isn't that machines will begin
>> to think like people, but that people will begin to think like machines.
>> -- Faith is to believe what you do not see; the reward of this faith is
>> to see what you believe.
>>
>
>
>
> --
> Best Regards, Vyacheslav D.
>


Ignite 2.1?

2017-07-19 Thread Muthu
Folks,

Any one knows when 2.1 would be coming out?

As per this, the release date is July 17th...this past Monday,

https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.1

Regards,
Muthu

-- The real danger with modern technology isn't that machines will begin to
think like people, but that people will begin to think like machines.
-- Faith is to believe what you do not see; the reward of this faith is to
see what you believe.


Re: New version of Web Console Released

2017-06-25 Thread Muthu
Great!...for now i will use the console.gridgain.com version to continue
with my POCs.

Regards,
Muthu

On Sat, Jun 24, 2017 at 7:47 AM, Alexey Kuznetsov <akuznet...@apache.org>
wrote:

> Not, yet.
>
> It will be available with Ignite-2.1 release.
> As far as I know 2.1 could be released in 2 or 3 weeks.
>
> On Sat, Jun 24, 2017 at 4:26 AM, Muthu <muthu.kumara...@gmail.com> wrote:
>
>> Hi Alexey,
>>
>> Is the latest web console available as a docker image that i can pick
>> up?...i see this but it seems is a month old...
>>
>> https://hub.docker.com/r/apacheignite/web-console-standalone/
>>
>> Regards,
>> Muthu
>>
>> On Mon, Jun 19, 2017 at 8:04 PM, Alexey Kuznetsov <akuznet...@apache.org>
>> wrote:
>>
>>> Igniters!
>>>
>>> I'd like to announce that we redeployed the new version Ignite Web
>>> Console on GridGain infrastructure (https://console.gridgain.com) where
>>> you can give it a try right a way.
>>>
>>> *NOTE*:
>>>   1) You may need to refresh page (F5 or Ctrl+R) in order to reload Web
>>> Console.
>>>   2) You will need to download new web agent
>>>
>>> *What's new:*
>>>   1) Import schema from RDBMS:
>>> 1.1) Use unique index if no primary index defined on table.
>>> 1.2) Fixed bug with "PRIMARY" index on MySql.
>>> 1.3) Generate different datasources on import from different RDBMS.
>>>   2) Added ability to show notification to all Web Console user (useful
>>> to notify about planned WebConsole updates).
>>>   3) Added "Basic" configuration - to configure cluster in several
>>> clicks.
>>>   4) Added panel with information about "Compute".
>>>
>>> Stay tuned for updates!
>>>
>>> --
>>> Alexey Kuznetsov
>>>
>>
>>
>
>
> --
> Alexey Kuznetsov
>


Re: New version of Web Console Released

2017-06-23 Thread Muthu
Hi Alexey,

Is the latest web console available as a docker image that i can pick
up?...i see this but it seems is a month old...

https://hub.docker.com/r/apacheignite/web-console-standalone/

Regards,
Muthu

On Mon, Jun 19, 2017 at 8:04 PM, Alexey Kuznetsov <akuznet...@apache.org>
wrote:

> Igniters!
>
> I'd like to announce that we redeployed the new version Ignite Web
> Console on GridGain infrastructure (https://console.gridgain.com) where
> you can give it a try right a way.
>
> *NOTE*:
>   1) You may need to refresh page (F5 or Ctrl+R) in order to reload Web
> Console.
>   2) You will need to download new web agent
>
> *What's new:*
>   1) Import schema from RDBMS:
> 1.1) Use unique index if no primary index defined on table.
> 1.2) Fixed bug with "PRIMARY" index on MySql.
> 1.3) Generate different datasources on import from different RDBMS.
>   2) Added ability to show notification to all Web Console user (useful to
> notify about planned WebConsole updates).
>   3) Added "Basic" configuration - to configure cluster in several clicks.
>   4) Added panel with information about "Compute".
>
> Stay tuned for updates!
>
> --
> Alexey Kuznetsov
>


Re: New version of Web Console released

2017-06-07 Thread Muthu
Thanks Alexey! for the pointers. For the ORM alternate case the use case is
the below (basically today we are thinking of using Ignite with MyBatis
with Ignite being the L2 cache (among other things) & MyBatis being the
persistence framework, the question is can Ignite do the cache with the Web
console's RDBMS Integration or Model support being used to play the role of
the persistence framework so it will be an all Ignite thingy),

1. A way to write DTOs to ignite cache which will then automatically (async
aswell) persist to DB (model/DTO generation, db persistence, etc)
  -- This includes insert, update & delete and batch/bulk operations

2. A way to read from ignite cache which will automatically read from DB if
not in cache
  -- This includes read based on any predicate (where clause), custom
select sql queries, bulk operations

Regards,
Muthu

On Wed, Jun 7, 2017 at 12:19 AM, Alexey Kuznetsov <akuznet...@apache.org>
wrote:

> Muthu,
>
> >> Is the web console not part of or deploy-able from the ignite fabric
> distrib
> Yes. It is not part of binary distribution.
> You can build it from sources or use Docker image (see:
> https://hub.docker.com/r/apacheignite/web-console-standalone/tags/)
>
> >> .but i do not find any directory named "modules" under my IGNITE_HOME
> You need to download SOURCE release.
>
>
> >>> Can i download only a trial version from console.gridgain.com ?
> No. console.gridgain.com contains Web Console that based on Apache Ignite
> code base, but with additional features developed by GridGain.
> Please contact GridGain for that.
>
> >> Will i able to use this as an alternative to say an ORM like MyBatis?
> It depends in what you need. Please describe your use case.
>
>
>
> --
> Alexey Kuznetsov
>


Re: New version of Web Console released

2017-06-07 Thread Muthu
Sure i will do that..thanks!

Regards,
Muthu

On Wed, Jun 7, 2017 at 5:06 AM, Alexey Kuznetsov <akuznet...@gridgain.com>
wrote:

> Muthu,
>
> It is better to start separate thread on user list about your use case.
>
> On Wed, Jun 7, 2017 at 4:22 PM, Muthu <muthu.kumara...@gmail.com> wrote:
>
>>
>> Thanks Alexey! for the pointers. For the ORM alternate case the use case
>> is the below (basically today we are thinking of using Ignite with MyBatis
>> with Ignite being the L2 cache (among other things) & MyBatis being the
>> persistence framework, the question is can Ignite do the cache with the Web
>> console's RDBMS Integration or Model support being used to play the role
>> of the persistence framework so it will be an all Ignite thingy),
>>
>> 1. A way to write DTOs to ignite cache which will then automatically
>> (async aswell) persist to DB (model/DTO generation, db persistence, etc)
>>   -- This includes insert, update & delete and batch/bulk operations
>>
>> 2. A way to read from ignite cache which will automatically read from DB
>> if not in cache
>>   -- This includes read based on any predicate (where clause), custom
>> select sql queries, bulk operations
>>
>> Regards,
>> Muthu
>>
>> On Wed, Jun 7, 2017 at 12:19 AM, Alexey Kuznetsov <akuznet...@apache.org>
>> wrote:
>>
>>> Muthu,
>>>
>>> >> Is the web console not part of or deploy-able from the ignite fabric
>>> distrib
>>> Yes. It is not part of binary distribution.
>>> You can build it from sources or use Docker image (see:
>>> https://hub.docker.com/r/apacheignite/web-console-standalone/tags/)
>>>
>>> >> .but i do not find any directory named "modules" under my IGNITE_HOME
>>> You need to download SOURCE release.
>>>
>>>
>>> >>> Can i download only a trial version from console.gridgain.com ?
>>> No. console.gridgain.com contains Web Console that based on Apache
>>> Ignite code base, but with additional features developed by GridGain.
>>> Please contact GridGain for that.
>>>
>>> >> Will i able to use this as an alternative to say an ORM like MyBatis?
>>> It depends in what you need. Please describe your use case.
>>>
>>>
>>>
>>> --
>>> Alexey Kuznetsov
>>>
>>
>>
>
>
> --
> Alexey Kuznetsov
> GridGain Systems
> www.gridgain.com
>