-
Updated
Aug 13, 2021 - C++
#
thrift
Here are 358 public repositories matching this topic...
Apache Thrift
heowc
commented
Jul 19, 2021
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.
Fast, testable, Scala services built on TwitterServer and Finagle
-
Updated
Aug 14, 2021 - Scala
Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
-
Updated
Dec 9, 2018 - Python
chrisbenincasa
commented
May 25, 2017
Unused imports are included in the headers of generated files causing 2.12 builds with the default -Yfatal-warnings` setting to fail (unless the correct linting options are unset)
Expected behavior
Scrooge generates files with headers including only the imports the current file needs.
Actual behavior
Scrooge generates import statements for classes that are never used.
St
Apache Kyuubi is a distributed multi-tenant JDBC server for large-scale data processing and analytics, built on top of Apache Spark
kubernetes
sql
spark
hive
hadoop
jdbc
thrift
data-lake
spark-sql
kyuubi-server
thrift-jdbc
odbc-server
-
Updated
Aug 16, 2021 - Scala
An easy-to-use library for creating load testing applications
-
Updated
Nov 2, 2020 - Go
Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
c-plus-plus
serialization
protobuf
avro
cpp
boost
flatbuffers
thrift
msgpack
capn-proto
performance-testing
apache-avro
cereal
yas
-
Updated
Jan 28, 2020 - C++
Viper 是一个基于Anno微服务引擎开发的Dashboard项目、示例项目。Anno 底层通讯采用 grpc、thrift。自带服务发现、调用链追踪、Cron 调度、限流、事件总线等等
-
Updated
Aug 16, 2021 - C#
SpringBoot、Dubbo、SpringCloud的各种集成例子:Atomikos、gRPC、Thrift、Seata、ShardingSphere、Dubbo、Hmily、Nacos、Consul、Ribbon、Jedis、Lettuce、Redisson等框架
consul
grpc
thrift
rpc
springboot
jedis
ribbon
tcc
dubbo
springcloud
atomikos
sharding-jdbc
dubbo-http
nacos
seata
-
Updated
Aug 15, 2021 - Java
spring-cloud-microservice-examples
angularjs
java
cloud
thrift
finagle
eureka-server
springboot
hystrix
zipkin
spring-cloud-microservice
-
Updated
Mar 24, 2017 - Java
-
Updated
Apr 20, 2021 - Go
A message passing platform for Go
-
Updated
Aug 11, 2021 - Go
A lightweight microservice tool, turn your grpc|thrift APIs into HTTP APIs!
-
Updated
Jan 14, 2021 - Go
Anno 是一个微服务快速开发框架,底层通讯可以随意切换 grpc、thrift。自带服务发现、调用链追踪、Cron 调度、限流、事件总线、CQRS 、DDD、类似MVC的开发体验,插件化开发。 Anno is a microservices rapid development framework, the underlying communication can be arbitrary switch GRPC, thrift.Built-in service discovery, call chain tracking, Cron scheduling, current limiting, event bus, CQRS, DDD, similar MVC development experience, plug-in development.
-
Updated
Aug 16, 2021 - C#
Hibari is a production-ready, distributed, ordered key-value, big data store. Hibari uses chain replication for strong consistency, high-availability, and durability. Hibari has excellent performance especially for read and large value operations.
-
Updated
Feb 2, 2017 - Erlang
Manage any layer 7 traffic in Istio Service Mesh.
-
Updated
Jul 30, 2021 - Go
Thrift app and worker for gunicorn!
-
Updated
Dec 5, 2019 - Python
Improve this page
Add a description, image, and links to the thrift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thrift topic, visit your repo's landing page and select "manage topics."
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra