
Getting Started With Docker Compose and Speedscale CLI
Introduction Observability, introspection, logging, and dependency mapping are critical when building APIs. With the advent of microservice architecture,
speedscale
is a free container-centric, capture and replay CLI tool created by Speedscale.
speedscale
wraps your running application, capturing all inbound and outbound traffic while in use. View all calls going into and out of your application in a slick terminal UI. View high level details for various protocols including gRPC, Postgres and others.
Our ascii traffic viewer allows you to observe and inspect gRPC APIs to understand your application and troubleshoot quickly.
Gain visibility into what your API does at runtime. Troubleshoot in context and fix potential issues before you deploy.
Our ascii traffic viewer allows you to observe and inspect gRPC APIs to understand your application and troubleshoot quickly.
Getting Started with Speedscale CLI
Using cURL with and without Speedscale CLI
Speedscale CLI - Python Example
Speedscale CLI - Java Example
Speedscale CLI Service Map
Speedscale Thoughts On GRPC
Introduction Observability, introspection, logging, and dependency mapping are critical when building APIs. With the advent of microservice architecture,
Introduction gRPC is a remote procedure call framework that has been widely adopted among cloud native applications. It
Introduction In this blog post we’ll help answer the age old question, “What does this service talk to