Sign inSign up

openeuler/fbthrift

Sponsored OSS

By openeuler

Updated 3 months ago

Image
0

3.9K

openeuler/fbthrift repository overview

Quick reference

fbthrift | openEuler

fbthrift is Facebook's branch of Apache Thrift, including a new C++ server. It is a high-performance serialization framework and RPC (Remote Procedure Call) framework that enables efficient cross-language service communication. fbthrift provides an interface definition language (IDL) to define service interfaces and data structures, then uses a code generation engine to build client and server communication code in different programming languages, allowing applications written in different languages to communicate seamlessly.

The tag of each fbthrift docker image is consist of the version of fbthrift and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
2026.06.22.00-oe2403sp3fbthrift 2026.06.22.00 on openEuler 24.03-LTS-SP3amd64, arm64
2026.05.18.00-oe2403sp3fbthrift 2026.05.18.00 on openEuler 24.03-lts-sp3amd64, arm64

Usage

Quick Start

Running the container
docker run -d --name fbthrift openeuler/fbthrift:{Tag}
Using the Thrift compiler
# Enter the container
docker exec -it fbthrift /bin/bash

# Compile IDL files using thrift1
thrift1 --gen cpp2 example.thrift
thrift1 --gen java example.thrift
thrift1 --gen py example.thrift

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:2298560fb

Size

4.5 GB

Last updated

3 months ago

docker pull openeuler/fbthrift

This week's pulls

Pulls:

9

Last week