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
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
Metadata Files
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 | 

| 
| |
| Java | java |



| | |
| Python | python | 












| 

|
|
| Objective-C | objectivec | | 


| |
| C# | csharp |
| |
|
| JavaScript | js |
|
| |
| Ruby | ruby | 



| 



| |
| Go | golang/protobuf | | | |
| PHP | php | 
| 
| |
| Dart | dart-lang/protobuf | | | |
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
- Website: https://GitHub.com.adamlaska
- Twitter: xadamivanovx
- Repositories: 200
- Profile: https://github.com/adamlaska
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
Dependencies
- com.google.caliper:caliper 1.0-beta-2
- com.google.protobuf:protobuf-java ${protobuf.version} system
- com.google.protobuf:protobuf-java 3.10.0-rc-0
- com.google.protobuf:protobuf-java-util 3.10.0-rc-0
- junit:junit 4.4
- org.easymock:easymock 2.2
- org.easymock:easymockclassextension 2.2.1
- com.google.protobuf.compatibility:compatibility-protos 2.5.0
- com.google.protobuf:protobuf-java ${more_protos.protobuf.version}
- com.google.protobuf:protobuf-java ${protos.protobuf.version}
- 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
- com.google.guava:guava test
- junit:junit test
- org.easymock:easymock test
- org.easymock:easymockclassextension test
- com.google.guava:guava test
- junit:junit test
- org.easymock:easymock test
- org.easymock:easymockclassextension test
- 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
- 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
- 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
- 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
- Microsoft.NETFramework.ReferenceAssemblies 1.0.0-preview.2 development
- NUnit 3.6.1
- NUnitLite 3.6.1
- Microsoft.NETFramework.ReferenceAssemblies 1.0.0-preview.2 development
- Microsoft.SourceLink.GitHub 1.0.0-beta2-18618-05 development
- System.Memory 4.5.2
- BenchmarkDotNet 0.11.4
- Microsoft.NETFramework.ReferenceAssemblies 1.0.0-preview.2 development
- Microsoft.NET.Test.Sdk 15.5.0
- NUnit 3.9.0
- NUnit3TestAdapter 3.9.0
- phpunit/phpunit >=4.8.0 development
- php >=5.5.0
- phpunit/phpunit ^5|^4.8.0 development
- php >=5.5.0
- protobuf
- setuptools *
- six >=1.9
- setuptools *
- six >=1.9
- 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
- 32bit/debian latest build
- debian latest build
- grpctesting/rake-compiler-dock_53c22085d091183c528303791e7771359f699bcf latest build
- debian jessie build
- debian stretch build
- debian stretch build
- ubuntu latest build
- debian jessie build
- 32bit/debian jessie build
- debian jessie build
- debian stretch build
- debian jessie build
- centos 6.9 build
- quay.io/pypa/manylinux1_x86_64 latest build