Examples

Examples that use GemFire clients.
Sort
Category
38 Results for
GemFire Queries
This example demonstrates simple queries on a VMware GemFire region. In this example, two servers host a single partitioned region with entries that represent employee information. The example does q...
GemFire Rest API
This example demonstrates putting values into a VMware GemFire replicated region and retrieving the values using the GemFire REST API. This is a simple example that demonstrates putting values into a...
JDBC Connector
The JDBC Connector allows VMware GemFire to connect to external data sources with JDBC. Steps Install MySQL: https://dev.mysql.com/downloads/ If your MySQL installation does not include JDBC driver, ...
JSON + GemFire
This example starts a GemFire cluster and uses the JSON-related APIs to convert a JSON string into a JsonDocument. The converted JSON strings are stored as region entry values. The GemFire JSON-relat...