Skip to content

Commit

Permalink
Feast tweaks to nav and links (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell authored Jul 30, 2024
1 parent b13b334 commit ca6e55e
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ include::tiered-storage:partial$nav.adoc[]
// Files need an overview (options, what's available for SQL, what's available for Jet API)
** xref:integrate:file-connector.adoc[]
** xref:integrate:legacy-file-connector.adoc[]
* Integrating with Spring
* Integrate with Spring
** xref:spring:overview.adoc[Overview]
** xref:spring:configuration.adoc[]
** xref:spring:springaware.adoc[]
Expand All @@ -181,10 +181,10 @@ include::tiered-storage:partial$nav.adoc[]
** xref:spring:transaction-manager.adoc[]
** xref:spring:best-practices.adoc[]
* xref:integrate:integrate-with-feast.adoc[]
** xref:integrate:install-connect.adoc[]
** xref:integrate:install-connect.adoc[Install and connect Feast]
** xref:integrate:feast-config.adoc[]
** xref:integrate:feature-engineering-with-feast.adoc[]
** xref:integrate:streaming-features-with-feast.adoc[]
** xref:integrate:feature-engineering-with-feast.adoc[Get started with Feast batch features]
** xref:integrate:streaming-features-with-feast.adoc[Get started with Feast streaming features]
* xref:integrate:kafka-connect-connectors.adoc[]
* Messaging System Connectors
** xref:integrate:messaging-system-connectors.adoc[Overview]
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/clients/pages/cplusplus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
:page-api-reference: http://hazelcast.github.io/hazelcast-cpp-client/{page-latest-supported-cplusplus-client}/index.html
[[c-client]]

TIP: For the latest C{plus}{plus} API documentation, see http://hazelcast.github.io/hazelcast-cpp-client/{page-latest-supported-cplusplus-client}/index.html[Hazelcast C++ Client docs].

You can use the native {cpp} client to connect to Hazelcast cluster members and
perform almost all operations that a member can perform.
Clients differ from members in that clients do not hold data. The {cpp} client is
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/clients/pages/dotnet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
:page-api-reference: http://hazelcast.github.io/hazelcast-csharp-client/{page-latest-supported-csharp-client}/api/index.html
[[net-client]]

TIP: For the latest .NET API documentation, see http://hazelcast.github.io/hazelcast-csharp-client/{page-latest-supported-csharp-client}/api/index.html[Hazelcast .NET Client docs].

You can use the native .NET client to connect to Hazelcast client members.
The API is very similar to the Java native client.

Expand Down
2 changes: 2 additions & 0 deletions docs/modules/clients/pages/go.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Go Client
:page-api-reference: https://pkg.go.dev/github.com/hazelcast/hazelcast-go-client@v{page-latest-supported-go-client}

TIP: For the latest Go API documentation, see https://pkg.go.dev/github.com/hazelcast/hazelcast-go-client@v{page-latest-supported-go-client}[Hazelcast Go Client docs].

Go Client implementation for Hazelcast. It is implemented using the Hazelcast Open Binary Client Protocol.

See Hazelcast Go client's GitHub https://github.com/hazelcast/hazelcast-go-client[repo^]
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/clients/pages/java.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
:page-toclevels: 3
[[java-client]]

TIP: For the latest Java API documentation, see https://docs.hazelcast.org/docs/{page-latest-supported-java-client}/javadoc[Hazelcast Java Client docs].

To get started, include the `hazelcast.jar` dependency in your classpath. Once included, you can start using this client as if
you are using the Hazelcast API. The differences are discussed in the below sections.

Expand Down
7 changes: 3 additions & 4 deletions docs/modules/clients/pages/memcache.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
= Memcache Client

NOTE: Hazelcast Memcache Client only supports ASCII protocol. Binary Protocol is not supported.

A Memcache client written in any language can talk directly to a Hazelcast cluster.
No additional configuration is required.

To be able to use a Memcache client, you must enable
the Memcache client request listener service using either one of the following configuration options:
NOTE: Hazelcast Memcache Client only supports ASCII protocol. Binary Protocol is not supported.

To be able to use a Memcache client, you must enable the Memcache client request listener service using either one of the following configuration options:

1 - Using the `network` configuration element:

Expand Down
2 changes: 2 additions & 0 deletions docs/modules/clients/pages/nodejs.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Node.js Client
:page-api-reference: http://hazelcast.github.io/hazelcast-nodejs-client/api/{page-latest-supported-nodejs-client}/docs/

TIP: For the latest Node.js API documentation, see http://hazelcast.github.io/hazelcast-nodejs-client/api/{page-latest-supported-nodejs-client}/docs/[Hazelcast Node.js Client docs].

Node.js Client implementation for Hazelcast. It is implemented using the Hazelcast Open Binary Client Protocol.

See Hazelcast Node.js client's GitHub https://github.com/hazelcast/hazelcast-nodejs-client[repo^]
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/clients/pages/python.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Python Client
:page-api-reference: https://hazelcast.readthedocs.io/en/v{page-latest-supported-python-client}/index.html

TIP: For the latest Python API documentation, see https://hazelcast.readthedocs.io/en/v{page-latest-supported-python-client}/index.html[Hazelcast Python Client docs].

Python Client implementation for Hazelcast. It is implemented using the Hazelcast Open Binary Client Protocol.

See Hazelcast Python client's GitHub https://github.com/hazelcast/hazelcast-python-client[repo^]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/data-structures/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
** AI/ML Data Structures
*** xref:data-structures:cardinality-estimator-service.adoc[]
*** xref:data-structures:vector-collections.adoc[Vector Collection]
*** xref:data-structures:vector-search-overview.adoc[Data Structure Design]
**** xref:data-structures:vector-search-overview.adoc[Data Structure Design]
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Finally, you will transfer the features in the offline store to the online store

You will need the following ready before starting the tutorial:

* Hazelcast CLC. link:https://docs.hazelcast.com/clc/latest/install-clc[Installation instructions]
* Hazelcast CLC (see link:https://docs.hazelcast.com/clc/latest/install-clc[Install CLC])
* A recent version of Docker and Docker Compose

To set up your project, complete the following steps:
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/integrate/pages/integrate-with-feast.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ To use Feast with Hazelcast, you must do the following:

You can also work through the following tutorials:

* Get Started with Feature Store
* Feature Compute and Transformation
* xref:integrate:feature-engineering-with-feast.adoc[Get started with Feast batch features]
* xref:integrate:streaming-features-with-feast.adoc[Get started with Feast streaming features]
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Then update the online feature store using a Jet job in real time from transacti

You will need the following ready before starting the tutorial:

* Hazelcast CLC - link:https://docs.hazelcast.com/clc/latest/install-clc[Installation instructions]
* Hazelcast CLC (see link:https://docs.hazelcast.com/clc/latest/install-clc[Install CLC])
* A recent version of Docker and Docker Compose

To set up your project, complete the following steps:
Expand Down Expand Up @@ -346,6 +346,7 @@ Outputs something similar to:
]
}
----
== Summary
In this tutorial, you learned how to set up a feature engineering project that uses Hazelcast as the online store.
Expand Down

0 comments on commit ca6e55e

Please sign in to comment.