-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add documentation for deploying in Cluster mode (Multi-node GPU) #52
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,258 @@ | |||
# Multinode Deployment with Docker Compose |
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.
We should mark experimental?
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'm mentioning that this feature will improve in future releases (e.g. follower will be able to ingest data), so maybe it's a good idea.
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.
rec @webcoderz review docs as he'll be doing the multinode testing round |
… mark the feature as experimental
Adds documentation for deploying Graphistry with multinode GPU setup (cluster mode). Details leader-follower architecture with shared NFS storage and PostgreSQL. Includes usage examples for PyGraphistry, Graphistry JS, and REST API.