Hi there Andrew,
Geode currently only offers Pulse's DataBrowser. Which allows you to
look up data inside Geode using OQL.
The output is read-only.
GFSH provides the same functionality as the DataBrowser but on a
command-line interface.
Currently there is no data editor. If you want to update an data element
you would be best served to write a client that would get, amend and put
the data back into the region.
--Udo
On 15/02/2016 6:21 am, Andrew Munn wrote:
Is the any easy way to browse/edit objects that are stored in cache? I
know I could persist them to a SQL db and view/edit those tables using
any number of GUI tools but I would like to operate directly on the
objects.
Thanks!