Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Shared Protocol Buffer definitions for Orisun Event Store

License

Notifications You must be signed in to change notification settings

oexza/orisun-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Orisun Protocol Buffer Definitions

This repository contains the shared Protocol Buffer definitions for the Orisun Event Store.

Contents

  • eventstore.proto - Event Store service definitions
  • admin.proto - Admin service definitions

Usage

Go

Generate Go code from proto files:

protoc --go_out=. --go_opt=paths=source_relative \
       --go-grpc_out=. --go-grpc_opt=paths=source_relative \
       *.proto

Java

The proto files are used by the Java client's Gradle build process. See orisun-client-java for usage.

Node.js

The Node.js client has its own copy of the proto files. See orisun-node-client.

License

MIT License - see LICENSE for details.

Repository

https://github.com/oexza/orisun-proto

About

Shared Protocol Buffer definitions for Orisun Event Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published