Protobuf
gRPC
Apache Thrift
Messagepack
GraphQL
Avro
Protocol Buffers
Apache Kafka
PostGraphile
Hasura
GraphQL
Oracle PL/SQL
Prisma
JsonAPI
Graphene
Prisma GraphQL API
PostGraphileBased on our record, Protobuf seems to be a lot more popular than PostGraphile. While we know about 84 links to Protobuf, we've tracked only 1 mention of PostGraphile. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
gRPC is strictly contract first11 which is a design approach that works especially well in larger development teams. It also excels when developing microservices, as a contract would be created before any actual implementations can be done. The contract is designed in the .proto file12, which is also where gRPC gains some of its speed from, seeing as .proto files are... - Source: dev.to / almost 3 years ago
Protocol Buffers, developed by Google, is a compact and efficient binary serialization format designed for high-performance data exchange. - Source: dev.to / over 1 year ago
Protocol Buffers: https://developers.google.com/protocol-buffers. - Source: dev.to / over 3 years ago
ProtocolBuffers’ OneOf message addresses the case of having a message with many fields where at most one field will be set at the same time. - Source: dev.to / almost 4 years ago
That's definitely the bigger thing. I think something like Protocol Buffers (Protobuf) is what you're looking for there. Output the data and consume it by something that can handle the analysis. Source: over 3 years ago
There are tools like Hasura/Haskell, Postgraphile/Node.js or Graphjin/Golang that could generate an automatic graphQL API from a Postgres database. Im new to Elixir and really love it. I wonder if there is anything similar these. I heard about Absinthe for graphQL, however as far as I understand it requires to write your own resolvers. What will it take to create a similar tool in Elixir like the one stated above?... Source: almost 4 years ago
gRPC - Application and Data, Languages & Frameworks, Remote Procedure Call (RPC), and Service Discovery
Hasura - Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
Apache Thrift - An interface definition language and communication protocol for creating cross-language services.
GraphQL - GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.
Messagepack - An efficient binary serialization format.
Oracle PL/SQL - PL/SQL is Oracle's procedural extension to industry-standard SQL.