Apache Geode CHANGELOG

Developing REST Applications for Apache Geode

Developing REST Applications for Apache Geode provides background and instructions on how to program REST applications with Apache Geode. Geode REST APIs allow you to access region data, queries and functions in your Geode deployment in wide variety of programming languages.

Note: This documentation covers the v1 release of Geode REST APIs for developing applications.

  • Geode REST API Overview

    By using the Geode REST application interface, you can immediately access Geode’s data management capabilities in languages other than the natively supported Java language.

  • Prerequisites and Limitations for Writing REST Applications

    Before development, understand the prerequisites and limitations of the current REST implementation in Geode.

  • Setup and Configuration

    The Apache Geode developer REST interface runs as an embedded HTTP or HTTPS service (Jetty server) within a Geode data node.

  • Using the Swagger UI to Browse REST APIs

    Apache Geode Developer REST APIs are integrated with the Swagger™ framework. This framework provides a browser-based test client that allows you to visualize and try out Geode REST APIs.

  • Developing REST Applications

    This section provides guidelines on writing REST client applications for Geode.

  • Sample REST Applications

    This section provides examples that illustrate how multiple clients, both REST and native, can access the same Geode region data.

  • Troubleshooting and FAQ

    This section provides troubleshooting guidance and frequently asked questions about Geode Developer REST APIs.

  • Apache Geode REST API Reference

    This section summarizes all available Apache Geode REST API resources and endpoints.