Data transfer Python3-->C++

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Cap'n Proto

    Cap'n Proto serialization/RPC system - core tools and C++ library

  • By googling, I've stumbled upon Capt'n Proto, seems like it would do the trick. Does anyone have experience with using that?

  • gRPC

    The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

  • You can certainly encode your individual messages with protobuf or Cap'n Proto and send them over your comms of choice, like ZeroMQ or RabbitMQ. Alternatively you could use an RPC mechanism that's heavily tied to the encoding, such as gRPC or Cap'n Proto's RPC. gRPC is widely used and I've found it excellent. It's based on Stubby which is used extensively in Google for their internal services.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Bazel

    a fast, scalable, multi-language and extensible build system

  • Seconding protobufs and gRPC, they will most likely handle the data transfer. Bazel can seamlessly handle the dependencies. It's based on Google's internal build system.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts