The Complete Docker Tyk Demo
Last updated: 2 minutes read.
Tyk-demo is a repository that enables you to start up an entire Tyk stack with all its dependencies. Tyk demo can also spin up deployments with all the other Tyk integrations such as SLIs and SLOs with Prometheus and Grafana or OpenTelemetry with Jaeger.
With tyk-demo repository, using docker-compose, you can set up quickly a complete Tyk stack, including dependencies and integrations. bash scripts.
Key Features
- Full Tyk stack deployment
- Pre-configured demo APIs
- Analytics and monitoring tools
- Integration with common third-party services
Watch the video What Is Tyk Demo for an overview and learning about the key features from our experts -
Quick Start
The following steps will enable you to quickly get started:
- Clone the repository:
git clone https://github.com/TykTechnologies/tyk-demo.git
- Navigate to the directory:
cd tyk-demo
- Add license key to .env file:
DASHBOARD_LICENCE=<your license key>
- Run the setup script:
./up.sh
- Access Tyk Dashboard: http://localhost:3000
To complete the instruction above we have a tutorial video of tyk demo that covers:
- Downloading and starting tyk-demo
- Setting up your license
- Logging in to Tyk Dashboard
Getting Help
If you need assistance, please visit our Community Forum or contact our team.
What’s Next?
After exploring the demo, consider:
- Deploying Tyk in Kubernetes
- Exploring advanced features such as Python gRPC plugin and Tyk multi datacenter
- Exploring integrations, such as Dynamic Client registration in Keycloak IdP, Open Telemetry with New Relic