KurrentDB gRPC API

The primary protocol for KurrentDB. The published protocol buffer definitions cover the v2 streams service (multi-stream appends, reads), the schema registry service, the secondary index service, and the shared RPC error model. Every official client SDK — .NET, Java, Node.js, Python, Go and Rust — is generated against these contracts.

API entry from apis.yml

apis.yml Raw ↑
aid: kurrent:kurrentdb-grpc-api
name: KurrentDB gRPC API
description: The primary protocol for KurrentDB. The published protocol buffer definitions cover the v2
  streams service (multi-stream appends, reads), the schema registry service, the secondary index service,
  and the shared RPC error model. Every official client SDK — .NET, Java, Node.js, Python, Go and Rust
  — is generated against these contracts.
humanURL: https://docs.kurrent.io/clients/
baseURL: https://github.com/kurrent-io/KurrentDB/tree/master/proto
tags:
- gRPC
- Protobuf
- Streams
- Schema Registry
- Database
properties:
- type: Protobuf
  url: grpc/kurrent-streams.proto
- type: Protobuf
  url: grpc/kurrent-rpc.proto
- type: Documentation
  url: https://docs.kurrent.io/clients/