-
Notifications
You must be signed in to change notification settings - Fork 73
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
Deploy an analytics cluster using the Neo4j Helm chart #1244
Conversation
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
modules/ROOT/pages/kubernetes/quickstart-analytics-cluster.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/kubernetes/quickstart-analytics-cluster.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/kubernetes/quickstart-analytics-cluster.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/kubernetes/quickstart-analytics-cluster.adoc
Outdated
Show resolved
Hide resolved
@@ -15,6 +15,7 @@ This chapter describes the following: | |||
* xref:kubernetes/helm-charts-setup.adoc[Configure the Neo4j Helm chart repository] -- Configure the Neo4j Helm chart repository and check for the available charts. | |||
* xref:kubernetes/quickstart-standalone/index.adoc[Quickstart: Deploy a standalone instance] -- Deploy a Neo4j standalone instance to a cloud (GKE, AWS, AKS) or a local (via Docker Desktop for macOS) Kubernetes cluster. | |||
* xref:kubernetes/quickstart-cluster/index.adoc[Quickstart: Deploy a cluster] -- Deploy a Neo4j cluster to a cloud (GKE, AWS, AKS) Kubernetes cluster. | |||
* xref:kubernetes/quickstart-analytics-cluster.adoc[Quickstart: Deploy a Neo4j cluster for analytic queries] -- Deploy an analytics Neo4j cluster to a local or a cloud (GKE, AWS, AKS) Kubernetes cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be good to be specific in the title "Deploy a Neo4j Cluster for analytics (1 primary + N Secondary)" since N primary and N secondary was already possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought that we could expand this page similar to how this topic is presented in the Clustering chapter , and have two sections - an analytics cluster with fault-tolerance and without.
@harshitsinghvi22, could you please review this PR? |
No description provided.