Graphistry is the most scalable graph-based visual analysis and investigation automation platform. It supports both cloud and on-prem deployment options. Big graphs are tons of fun!
- Top commands
- Plan deployments
- Install: Cloud & On-prem
- Configure
- Debugging & performance
- Security
- Operations & tools
- FAQ & support options
- Main Graphistry documentation and same path on your local server
- Release portal for enterprise admins to download the latest
- Release notes
- Graphistry Hub: Graphistry-managed GPU servers, including free and team tiers
- Docker (self-hosted): See enterprise release portal
- Kubernetes Helm charts - Experimental
You can test your GPU environment via Graphistry's base RAPIDS Docker image on DockerHub:
docker run --rm -it --entrypoint=/bin/bash graphistry/graphistry-forge-base:latest -c "source activate base && python3 -c \"import cudf; print(cudf.DataFrame({'x': [0,1,2]})['x'].sum())\""
=>
3
See the installation and debugging sections for additional scenarios such as ensuring Docker Compose is correctly defaulting to a GPU runtime.