Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 671 Bytes

README.adoc

File metadata and controls

22 lines (13 loc) · 671 Bytes

Getting Groovy with Gemfire (/ Geode)

This repo is a bunch of work in progress projects, examples and experiments with applying the Groovy language to geode to give extra capabilities, ease of use and ideas for extension.

Example Groovy Function

Simple use of Groovy to write a geode function.

Allows the optional ignoring of types and the use of Groovy functional dev for processing data across the distributed system.

Aggregation

Work on a generified aggregation framework for Geode, using Groovy on the back end. Uses the same techniques and ideas as the example Groovy function, but with greater application.

RxGeode

Reactive Extensions for Geode.