Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 663 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 663 Bytes

stargate-postman-demo

A Postman demonstration of all of the Rest, Document, and GraphQL API Calls in Stargate Documentation.

Check out my Stargate blog.

This collection and environment is tested against stargate docker:

docker pull stargateio/stargate-3_11:v1.0.0
docker run --name stargate \
  -p 8080:8080 \
  -p 8081:8081 \
  -p 8082:8082 \
  -p 127.0.0.1:9042:9042 \
  -d \
  -e CLUSTER_NAME=stargate \
  -e CLUSTER_VERSION=3.11 \
  -e DEVELOPER_MODE=true \
  stargateio/stargate-3_11:1.0.0

Get Postman

Stargate Documentation