Stored procedures on Apache Geode.

2017-07-13 Thread marios390
Hi, I noticed that Apache Geode supports stored procedures as functions running on nodes. Could you please elaborate on that since I am confused a little a bit. Can I run for example Oracle SP directly on cache servers (nodes) or do I have to transform them somehow into microservices ( i.e spring

RE: Stored procedures on Apache Geode.

2017-07-13 Thread marios390
tored proc but the > implementation is different. It's a java class that would use geode apis to > execute logic within the cluster. > > Anthony > > > On Jul 12, 2017, at 11:13 PM, marios390 com> wrote: > > > > Hi, > > > > I noticed that Apache Ge

RE: Stored procedures on Apache Geode.

2017-07-13 Thread marios390
artitioned Regions [1] for effectively managing (partitioning and distributing/arranging your data). Hope this helps. -John [1] http://gemfire90.docs.pivotal.io/geode/developing/partitioned_regions/chapter_overview.html On Thu, Jul 13, 2017 at 1:09 PM, marios390 <[hidden e

RE: Stored procedures on Apache Geode.

2017-07-13 Thread marios390
y managing (partitioning and distributing/arranging your data). Hope this helps. -John [1] http://gemfire90.docs.pivotal.io/geode/developing/partitioned_regions/chapter_overview.html On Thu, Jul 13, 2017 at 1:09 PM, marios390 <[hidden email] > wrote: > > ___

RE: Stored procedures on Apache Geode.

2017-07-14 Thread marios390
://content.pivotal.io/blog/big-data-meets-fast-data-to-fight-fraud-and-more -j On Thu, Jul 13, 2017 at 11:33 PM, marios390 < [hidden email]> wrote: > Hi John, > > Just a quick one, > Geode could be integrated with green plum and if not what alternatives for >

RE: Stored procedures on Apache Geode.

2017-07-15 Thread marios390
closed-source connector to link commercial GemFire to commercial Greenplum. Pivotal has no intention of opening that connector at this time. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Fri, Jul 14, 2017 at 2:33 AM, marios390 <[hidden email] > wrote:

RE: Stored procedures on Apache Geode.

2017-07-18 Thread marios390
://content.pivotal.io/blog/big-data-meets-fast-data-to-fight-fraud-and-more -j On Thu, Jul 13, 2017 at 11:33 PM, marios390 < [hidden email]> wrote: > Hi John, > > Just a quick one, > Geode could be integrated with green plum and if not what alternatives for >

RE: Stored procedures on Apache Geode.

2017-08-02 Thread marios390
John On Tue, Jul 18, 2017 at 10:59 PM, marios390 < [hidden email]> wrote: > Hi John, > > As mentioned the other day, we are interested in lift all the stored > procedures up into the > cluster.Do > you think this indeed will have a huge impact on the > performance?

RE: Stored procedures on Apache Geode.

2017-08-02 Thread marios390
g-data-geode/tree/master/src/test/java/org/springframework/data/gemfire/config/annotation Regards, -j On Wed, Aug 2, 2017 at 8:04 AM, marios390 <[hidden email]> wrote: > Hi John, > > I am following you example for setting up geode cluster using annotation > but getting > a

RE: Stored procedures on Apache Geode.

2017-08-02 Thread marios390
again. Thanks, John On Wed, Aug 2, 2017 at 12:20 PM, marios390 <[hidden email] > wrote: > Hi John, > > Thanks a lot for getting back to me. This is the example am trying , > > > https://github.com/jxblum/contacts-application/blob/ > master/con

RE: Stored procedures on Apache Geode.

2017-08-02 Thread marios390
*Gfsh* where advance UC are concerned. However, a developer should not have to leave his/her IDE (and use a shell too) to quickly prototype his/her application. Anyway, I will be planning a series of blog posts and webinars soon to showcase these new capabilities. Stay tuned! -j On Wed, Aug

RE: Stored procedures on Apache Geode.

2017-08-27 Thread marios390
pplication. Anyway, I will be planning a series of blog posts and webinars soon to showcase these new capabilities. Stay tuned! -j On Wed, Aug 2, 2017 at 1:17 PM, marios390 <[hidden email]> wrote: > Hi John, > > Thanks for providing these details. I am gonna update clone and ver