https://github.com/adamlaska/protocolbuffers-protobuf

https://github.com/adamlaska/protocolbuffers-protobuf

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: adamlaska
  • License: other
  • Language: C++
  • Default Branch: master
  • Size: 34 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 61
  • Releases: 0
Created almost 7 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog Contributing License

README.md

Protocol Buffers - Google's data interchange format

Copyright 2008 Google Inc.

https://developers.google.com/protocol-buffers/

Overview

Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can find protobuf's documentation on the Google Developers site.

This README file contains protobuf installation instructions. To install protobuf, you need to install the protocol compiler (used to compile .proto files) and the protobuf runtime for your chosen programming language.

Protocol Compiler Installation

The protocol compiler is written in C++. If you are using C++, please follow the C++ Installation Instructions to install protoc along with the C++ runtime.

For non-C++ users, the simplest way to install the protocol compiler is to download a pre-built binary from our release page:

https://github.com/protocolbuffers/protobuf/releases

In the downloads section of each release, you can find pre-built binaries in zip packages: protoc-$VERSION-$PLATFORM.zip. It contains the protoc binary as well as a set of standard .proto files distributed along with protobuf.

If you are looking for an old version that is not available in the release page, check out the maven repo here:

https://repo1.maven.org/maven2/com/google/protobuf/protoc/

These pre-built binaries are only provided for released versions. If you want to use the github master version at HEAD, or you need to modify protobuf code, or you are using C++, it's recommended to build your own protoc binary from source.

If you would like to build protoc binary from source, see the C++ Installation Instructions.

Protobuf Runtime Installation

Protobuf supports several different programming languages. For each programming language, you can find instructions in the corresponding source directory about how to install protobuf runtime for that specific language:

| Language | Source | Ubuntu | MacOS | Windows | |--------------------------------------|-------------------------------------------------------------|--------|-------|---------| | C++ (include C++ runtime and protoc) | src | Build status
Build status
Build status | Build status
Build status | Build status | | Java | java | Build status
Build status
Build status
Build status | | | | Python | python | Build status
Build status
Build status
Build status
Build status
Build status
Build status
Build status
Build status
Build status
Build status
Build status
Build status
Build status | Build status
Build status
Build status | Build status | | Objective-C | objectivec | | Build status
Build status
Build status
Build status | | | C# | csharp | Build status | | Build status
Build status | | JavaScript | js | Build status | Build status | | | Ruby | ruby | Build status
Build status
Build status
Build status
Build status | Build status
Build status
Build status
Build status
Build status | | | Go | golang/protobuf | | | | | PHP | php | Build status
Build status | Build status
Build status | | | Dart | dart-lang/protobuf | Build Status | | |

Quick Start

The best way to learn how to use protobuf is to follow the tutorials in our developer guide:

https://developers.google.com/protocol-buffers/docs/tutorials

If you want to learn from code examples, take a look at the examples in the examples directory.

Documentation

The complete documentation for Protocol Buffers is available via the web at:

https://developers.google.com/protocol-buffers/

Owner

  • Name: Адамласка
  • Login: adamlaska
  • Kind: user
  • Location: adamlaska.ru
  • Company: bitinfo

GitHub Events

Total
  • Issue comment event: 3
  • Push event: 2
  • Pull request event: 2
  • Create event: 2
Last Year
  • Issue comment event: 3
  • Push event: 2
  • Pull request event: 2
  • Create event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 70
  • Average time to close issues: N/A
  • Average time to close pull requests: 9 months
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.44
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.91
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • adamlaska (43)
  • snyk-bot (22)
  • dependabot[bot] (5)
Top Labels
Issue Labels
Pull Request Labels
do-not-merge (22) dependencies (5) java (3)

Dependencies

benchmarks/java/pom.xml maven
  • com.google.caliper:caliper 1.0-beta-2
  • com.google.protobuf:protobuf-java ${protobuf.version} system
java/bom/pom.xml maven
  • com.google.protobuf:protobuf-java 3.10.0-rc-0
  • com.google.protobuf:protobuf-java-util 3.10.0-rc-0
java/compatibility_tests/v2.5.0/deps/pom.xml maven
  • junit:junit 4.4
  • org.easymock:easymock 2.2
  • org.easymock:easymockclassextension 2.2.1
java/compatibility_tests/v2.5.0/more_protos/pom.xml maven
  • com.google.protobuf.compatibility:compatibility-protos 2.5.0
  • com.google.protobuf:protobuf-java ${more_protos.protobuf.version}
java/compatibility_tests/v2.5.0/protos/pom.xml maven
  • com.google.protobuf:protobuf-java ${protos.protobuf.version}
java/compatibility_tests/v2.5.0/tests/pom.xml maven
  • com.google.protobuf.compatibility:compatibility-more-protos 2.5.0
  • com.google.protobuf.compatibility:compatibility-protos 2.5.0
  • com.google.protobuf:protobuf-java ${tests.protobuf.version}
  • junit:junit 4.4
  • org.easymock:easymock 2.2
  • org.easymock:easymockclassextension 2.2.1
java/core/pom.xml maven
  • com.google.guava:guava test
  • junit:junit test
  • org.easymock:easymock test
  • org.easymock:easymockclassextension test
java/lite/pom.xml maven
  • com.google.guava:guava test
  • junit:junit test
  • org.easymock:easymock test
  • org.easymock:easymockclassextension test
java/pom.xml maven
  • com.google.protobuf:protobuf-bom 3.10.0-rc-0 import
  • com.google.guava:guava 28.0-android
  • com.google.guava:guava-testlib 28.0-jre test
  • com.google.truth:truth 1.0 test
  • junit:junit 4.12 test
  • org.easymock:easymock 2.2 test
  • org.easymock:easymockclassextension 2.2.1 test
java/util/pom.xml maven
  • com.google.code.gson:gson 2.8.5
  • com.google.errorprone:error_prone_annotations 2.3.2
  • com.google.guava:guava
  • com.google.protobuf:protobuf-java
  • junit:junit
  • org.easymock:easymock
  • org.easymock:easymockclassextension
  • com.google.guava:guava-testlib test
  • com.google.truth:truth test
ruby/pom.xml maven
  • org.jruby:jruby-complete 1.7.13 provided
  • com.fasterxml.jackson.core:jackson-core 2.4.3
  • com.google.protobuf:protobuf-java 3.0.0
js/package.json npm
  • glob ~7.1.4 development
  • google-closure-compiler ~20190819.0.0 development
  • google-closure-library ~20190819.0.0 development
  • gulp ~4.0.2 development
  • jasmine ~3.4.0 development
csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj nuget
  • Microsoft.NETFramework.ReferenceAssemblies 1.0.0-preview.2 development
  • NUnit 3.6.1
  • NUnitLite 3.6.1
csharp/src/Google.Protobuf/Google.Protobuf.csproj nuget
  • Microsoft.NETFramework.ReferenceAssemblies 1.0.0-preview.2 development
  • Microsoft.SourceLink.GitHub 1.0.0-beta2-18618-05 development
  • System.Memory 4.5.2
csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj nuget
  • BenchmarkDotNet 0.11.4
csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj nuget
  • Microsoft.NETFramework.ReferenceAssemblies 1.0.0-preview.2 development
  • Microsoft.NET.Test.Sdk 15.5.0
  • NUnit 3.9.0
  • NUnit3TestAdapter 3.9.0
composer.json packagist
  • phpunit/phpunit >=4.8.0 development
  • php >=5.5.0
php/composer.json packagist
  • phpunit/phpunit ^5|^4.8.0 development
  • php >=5.5.0
examples/pubspec.yaml pub
  • protobuf
python/compatibility_tests/v2.5.0/setup.py pypi
  • setuptools *
  • six >=1.9
python/setup.py pypi
  • setuptools *
  • six >=1.9
ruby/google-protobuf.gemspec rubygems
  • rake-compiler ~> 0.9.5 development
  • rake-compiler-dock ~> 0.6.0 development
  • rubygems-tasks ~> 0.2.4 development
  • test-unit ~> 3.0, >= 3.0.9 development
kokoro/linux/32-bit/Dockerfile docker
  • 32bit/debian latest build
kokoro/linux/64-bit/Dockerfile docker
  • debian latest build
kokoro/linux/dockerfile/release/ruby_rake_compiler/Dockerfile docker
  • grpctesting/rake-compiler-dock_53c22085d091183c528303791e7771359f699bcf latest build
kokoro/linux/dockerfile/test/cpp_tcmalloc/Dockerfile docker
  • debian jessie build
kokoro/linux/dockerfile/test/csharp/Dockerfile docker
  • debian stretch build
kokoro/linux/dockerfile/test/java_stretch/Dockerfile docker
  • debian stretch build
kokoro/linux/dockerfile/test/javascript/Dockerfile docker
  • ubuntu latest build
kokoro/linux/dockerfile/test/php/Dockerfile docker
  • debian jessie build
kokoro/linux/dockerfile/test/php_32bit/Dockerfile docker
  • 32bit/debian jessie build
kokoro/linux/dockerfile/test/python_jessie/Dockerfile docker
  • debian jessie build
kokoro/linux/dockerfile/test/python_stretch/Dockerfile docker
  • debian stretch build
kokoro/linux/dockerfile/test/ruby/Dockerfile docker
  • debian jessie build
protoc-artifacts/Dockerfile docker
  • centos 6.9 build
python/release/wheel/Dockerfile docker
  • quay.io/pypa/manylinux1_x86_64 latest build
Protobuf-C++.podspec cocoapods
Protobuf.podspec cocoapods
java/compatibility_tests/v2.5.0/pom.xml maven
protoc-artifacts/pom.xml maven
csharp/Google.Protobuf.Tools.nuspec nuget
csharp/src/AddressBook/AddressBook.csproj nuget
csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj nuget
csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj nuget
ruby/Gemfile rubygems