Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: Genesis DB now provides a full gRPC API alongside HTTP

genesisdb.io

2 points by patriceckhart 4 hours ago

The Protobuf definition is published openly: https://github.com/genesisdb-io/genesisdb-io-proto

Genesis DB also exposes gRPC Server Reflection, so clients can introspect the service without needing the .proto file locally (useful for tools like grpcurl, kreya, or dynamic client generation).