Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation links point to VMware GemFire docs #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion feature-examples/compression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
# GemFire Compression example

This is a simple example that demonstrates enabling Compression in a
replicated region. The Default compression algorithm included with GemFire is Snappy. Additionally, you can specify your own compressor algorithm as well by implementing `org.apache.geode.compression.Compression` Interface. For enabling compression on a GemFire region you can follow the official [document](https://geode.apache.org/docs/guide/113/managing/region_compression.html#topic_inm_whc_gl).
replicated region. The Default compression algorithm included with GemFire is Snappy. Additionally, you can specify your own compressor algorithm as well by implementing `org.apache.geode.compression.Compression` Interface. For enabling compression on a GemFire region you can follow the official [document](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/managing-region_compression.html#how-to-enable-compression-in-a-region-2).

This example assumes you have installed JDK11 and GemFire.

Expand Down
4 changes: 2 additions & 2 deletions feature-examples/indexes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
# GemFire OQL Indexing Example

This example demonstrates an index for OQL
[queries](https://geode.apache.org/docs/guide/11/developing/query_index/query_index.html)
[queries](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/developing-query_index-query_index.html)
on a region.

A region can contain objects of arbitrary complexity, including objects that contain other objects.
The values of a region can be queried using
[OQL](https://geode.apache.org/docs/guide/11/developing/querying_basics/chapter_overview.html) and
[OQL](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/developing-querying_basics-chapter_overview.html) and
OQL queries can reference fields in the objects in the region. Indexes can be created to improve
the performance of queries. Certain optimizations occur for top-level fields but indexes can also be
created for nested fields, i.e., fields of objects that are contained with the objects in the
Expand Down
4 changes: 1 addition & 3 deletions feature-examples/micrometerMetrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ limitations under the License.
# GemFire Micrometer Metrics Example

This example demonstrates publishing metrics from GemFire to a monitoring system comprised of
Prometheus and Grafana. For more details about how this works, see [Publishing GemFire Metrics to
External Monitoring
Systems](https://cwiki.apache.org/confluence/display/GEODE/Publishing+Geode+Metrics+to+External+Monitoring+Systems).
Prometheus and Grafana. For more details see [VMware GemFire Micrometer](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/tools_modules-micrometer-micrometer-overview.html).

## Steps to Run and Validate the Example

Expand Down
2 changes: 1 addition & 1 deletion feature-examples/rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
# GemFire REST API example

This is a simple example that demonstrates putting values into a
replicated region and retrieving the values using the GemFire REST API. For enabling the REST API you can follow the official [document](https://geode.apache.org/docs/guide/19/rest_apps/setup_config.html#setup_config_enabling_rest).
replicated region and retrieving the values using the GemFire REST API. For enabling the REST API you can follow the official [document](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/rest_apps-setup_config.html).

This example assumes you have installed JDK11 and GemFire.

Expand Down
2 changes: 1 addition & 1 deletion feature-examples/sessionState/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This example assumes you have GemFire and Java installed. It also assumes you ha
It was designed and tested with GemFire 1.9.0 and Tomcat 9, and while the session features will work with other combinations
you may need to make some changes to the setup if you're using other versions. For more information about how to set up
the tomcat module with your version of Tomcat and GemFire see the official documentation at:
`https://geode.apache.org/docs/guide/19/tools_modules/http_session_mgmt/tomcat_installing_the_module.html`
`https://docs.vmware.com/en/VMware-GemFire/10.0/gf/tools_modules-http_session_mgmt-tomcat_setting_up_the_module.html`

##Steps

Expand Down
2 changes: 1 addition & 1 deletion feature-examples/transaction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.

# GemFire Transaction Example

This is a simple example that demonstrates the use of [transactions](https://geode.apache.org/docs/guide/11/developing/transactions/working_with_transactions.html)
This is a simple example that demonstrates the use of [transactions](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/developing-transactions-chapter_overview.html)
to protect consistency during concurrent access and modification of data. Since a region may
configured across multiple servers and multiple clients may interact with that region independent of
each other, data integrity relies on synchronization of modifications between all actors.
Expand Down
2 changes: 1 addition & 1 deletion feature-examples/wan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gateway senders in remote GemFire clusters. The gateway senders and
receivers can be configured in several different topologies based on
specific business needs. For more information on example topologies
and associated use cases see GemFire documentation on
[Multi-site WAN Configuration](http://geode.apache.org/docs/guide/topologies_and_comm/multi_site_configuration/chapter_overview.html)
[Multi-site WAN Configuration](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/topologies_and_comm-multi_site_configuration-chapter_overview.html)

In this example, two clusters are created on your local machine, each
with a unique distributed system id and the WAN gateway configured
Expand Down
3 changes: 1 addition & 2 deletions feature-examples/wanDelta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ gateway senders in remote GemFire clusters. The gateway senders and
receivers can be configured in several different topologies based on
specific business needs. For more information on example topologies
and associated use cases see GemFire documentation on
[Multi-site WAN Configuration](http://geode.apache.org/docs/guide/topologies_and_comm/multi_site_configuration/chapter_overview.html)
and [WAN Delta](http://geode.apache.org/docs/guide/topologies_and_comm/multi_site_configuration/chapter_overview.html).
[Multi-site WAN Configuration](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/topologies_and_comm-multi_site_configuration-chapter_overview.html).

In this example, two clusters are created on your local machine, each
with a unique distributed system id and the WAN gateway configured
Expand Down