All Projects → rvolosatovs → docker-protobuf

rvolosatovs / docker-protobuf

Licence: Apache-2.0 License
An all-inclusive protoc Docker image

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to docker-protobuf

Rules protobuf
Bazel rules for building protocol buffers and gRPC services (java, c++, go, ...)
Stars: ✭ 206 (+96.19%)
Mutual labels:  protobuf, grpc, protoc, grpc-gateway
Grpc Example
An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.
Stars: ✭ 352 (+235.24%)
Mutual labels:  protobuf, grpc, grpc-gateway
Prototool
Your Swiss Army Knife for Protocol Buffers
Stars: ✭ 4,932 (+4597.14%)
Mutual labels:  protobuf, grpc, protoc
Buf
A new way of working with Protocol Buffers.
Stars: ✭ 3,328 (+3069.52%)
Mutual labels:  protobuf, grpc, protoc
Grpc Jersey
gRPC<->Jersey bridge
Stars: ✭ 23 (-78.1%)
Mutual labels:  protobuf, grpc, grpc-gateway
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (+1.9%)
Mutual labels:  protobuf, grpc, protoc
Protoeasy Go
Simpler usage of protoc. Deprecated.
Stars: ✭ 129 (+22.86%)
Mutual labels:  protobuf, grpc, grpc-gateway
Clay
Proto-first minimal server platform for gRPС+REST+Swagger APIs
Stars: ✭ 212 (+101.9%)
Mutual labels:  protobuf, grpc, grpc-gateway
grpcman
A grpc testing tool based on Electron & Vue.js & Element-UI
Stars: ✭ 22 (-79.05%)
Mutual labels:  protobuf, grpc
grpc-chat
Simple Chat Server/Client implemented with gRPC
Stars: ✭ 107 (+1.9%)
Mutual labels:  protobuf, grpc
ocaml-grpc-envoy
Using OCaml + gRPC via Envoy
Stars: ✭ 41 (-60.95%)
Mutual labels:  protobuf, grpc
agentgo
Hi! Agentgo is a tool for making remote command executions from server to client with golang, protocol buffers (protobuf) and grpc.
Stars: ✭ 15 (-85.71%)
Mutual labels:  protobuf, grpc
modern-api-management
A modern approach to manage APIs effectively using Protobuf
Stars: ✭ 36 (-65.71%)
Mutual labels:  protobuf, grpc
protobuf-d
Protocol Buffers Compiler Plugin and Support Library for D
Stars: ✭ 32 (-69.52%)
Mutual labels:  protobuf, protoc
micro
A simple tool kit for building microservices.
Stars: ✭ 15 (-85.71%)
Mutual labels:  grpc, grpc-gateway
liftbridge-api
Protobuf definitions for the Liftbridge gRPC API. https://github.com/liftbridge-io/liftbridge
Stars: ✭ 15 (-85.71%)
Mutual labels:  protobuf, grpc
mnemosyne
Session management service with RPC API based on protobuf.
Stars: ✭ 15 (-85.71%)
Mutual labels:  protobuf, grpc
gosproto
基于云风的sproto二进制标准上的描述文件及代码生成工具
Stars: ✭ 52 (-50.48%)
Mutual labels:  protobuf, protoc
protocell
Conjures up convenient OCaml types and serialization functions based on protobuf definition files
Stars: ✭ 18 (-82.86%)
Mutual labels:  protobuf, protoc
xrgrpc
gRPC library for Cisco IOS XR
Stars: ✭ 40 (-61.9%)
Mutual labels:  protobuf, grpc

NOTE: The repository was moved from TheThingsIndustries/docker-protobuf to rvolosatovs/docker-protobuf. Built Docker images now reside at rvolosatovs/protoc starting at version 3.2.0.

Protocol Buffers + Docker

An all-inclusive protoc Docker image. It started out as https://github.com/znly/docker-protobuf fork, but grew into a stand-alone project.

What's included:

Supported languages

  • C
  • C#
  • C++
  • Dart
  • Go
  • Java / JavaNano (Android)
  • JavaScript
  • Objective-C
  • PHP
  • Python
  • Ruby
  • Rust
  • Swift
  • Typescript

Usage

$ docker run --rm -v<some-path>:<some-path> -w<some-path> rvolosatovs/protoc [OPTION] PROTO_FILES

For help try:

$ docker run --rm rvolosatovs/protoc --help
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].