There are many other Coherence related Open Source Projects to explore including clients, management tools, various integrations, development tools for various IDE's and examples.
Coherence JavaScript Client allows Node applications to act as cache clients to a Coherence Cluster using gRPC framework as the network transport.
Coherence C++ Client allows C++ applications to access Coherence clustered services, including data, data events, and data processing from outside the Coherence cluster.
Coherence .NET Client allows .NET applications to access Coherence clustered services, including data, data events, and data processing from outside the Coherence cluster.
The Coherence Go Client allows natvie Go applications to act as cache clients to a Coherence cluster using gRPC for the network transport.
The Coherence Python Client allows natvie Python applications to act as cache clients to a Coherence cluster using gRPC for the network transport.
The Coherence Kubernetes Operator allows management of Coherence clusters in Kubernetes making tasks such as configuration, installation, safe scaling, management and metrics easier.
The Coherence-VisualVM Plugin provides management and monitoring of a single Coherence cluster using the VisualVM management utility.
The Coherence-CLI is a lightweight tool, in the tradition of tools such as kubectl, which can be scripted or used interactively to manage and monitor Coherence clusters.
The Coherence Spring project allows you to embed Coherence into your Spring/Spring Boot application, or to access Spring-managed beans inside Coherence. It also provides integrations with Spring Data, Spring Caching, Spring Config, and other Spring subprojects.
The Micronaut Coherence project allows you to embed Coherence into your Micronaut application, or to access Micronaut-managed beans inside Coherence. It also provides integrations with Micronaut Data, Micronaut Caching, Micronaut Config, and other Micronaut subprojects.
The Coherence Kafka project implements integration points between Coherence and Apache Kafka, allowing you to easily publish data managed by Coherence to Kafka topics, and to consume/import data from Kafka topic into Coherence.
The Coherence Hibernate project implements integration points between Coherence and Hibernate, allowing you to persist Coherence-managed data to any relational data store supported by Hibernate, and to load data from external databases into Coherence using Hibernate.
Oracle Bedrock provides a general purpose Java framework for the development, orchestration and testing of highly concurrent distributed applications.
This plugin provides various features to help developer productivity when working with Coherence in Eclipse.
This plugin adds features to IntelliJ to assist in development of applications using Oracle Coherence.