#
thrift-server
Here are 29 public repositories matching this topic...
Linkis helps easily connect to various back-end computation/storage engines(Spark, Python, TiDB...), exposes various interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and resource control.
sql
spark
presto
hive
storage
jdbc
rest-api
engine
impala
pyspark
udf
thrift-server
resource-manager
jobserver
application-manager
livy
hive-table
linkis
context-service
scriptis
-
Updated
Apr 20, 2022 - Java
Thrift app and worker for gunicorn!
-
Updated
Dec 5, 2019 - Python
为DataX(https://github.com/alibaba/DataX) 提供远程多语言调用(ThriftServer,HttpServer) 分布式运行(DataX on YARN) 功能
http
yarn
server
etl
thrift
http-server
thrift-server
datax
dataxserver
dataxonyarn
hamal
datax-server
data-hamal
-
Updated
Apr 12, 2022 - Scala
Camouflage is a backend mocking tool for HTTP, gRPC, Websockets and Thrift protocols, which helps you carry out your front end prototyping, unit testing, functional/performance testing in silos, in absence of one or more Microservices/APIs.
testing
grpc
thrift
stubbing
api-simulation
service-virtualization
mocks
microservices-testing
thrift-server
camouflage
mockserver
camouflage-server
-
Updated
Mar 30, 2022 - TypeScript
Cloud-based SQL engine using SPARK where data is accessible as JDBC/ODBC data source via Spark ThriftServer.
-
Updated
Jul 12, 2017 - Java
Hive-JDBC-Proxy是一个高性能的HiveServer2和Spark ThriftServer的代理服务,具备负载均衡、基于规则转发Hive JDBC Client的请求给到HiveServer2和Spark ThriftServer的能力。
-
Updated
Apr 12, 2022 - Scala
Maintenance fork of Apache Aurora's Scheduler
-
Updated
Apr 13, 2022 - Java
Gatling third party plugin for thrift protocol.
-
Updated
Jul 19, 2018 - Scala
-
Updated
Jan 30, 2019 - PHP
Gatling Extension for JDBC or Spark Thrift Server stress tests
-
Updated
Apr 22, 2021 - Scala
My solution to RPC - Middleware homework task
protobuf
protocol-buffers
grpc
thrift
protoc
agh
thrift-server
proto
protobuf3
thrift-client
grpc-client
grpc-java
apache-thrift
grpc-python
thrift-rpc
-
Updated
Apr 29, 2020 - Python
Laboratorio 2 de la cátedra Sistemas Distribuidos 2020
python
java
docker
distributed-systems
maven
docker-compose
thrift
pip
rmi
rmi-registry
thrift-server
thrift-client
rmi-server
apache-thrift
rmi-client
-
Updated
Mar 12, 2021 - Java
spring-cloud-starter-thrift
-
Updated
Feb 16, 2021 - Java
robot attachment viewer backend
docker
postgres
circleci
django
travis-ci
docker-compose
python3
jwt-authentication
thrift-server
rest-framework-jwt
-
Updated
Apr 12, 2022 - Python
Apache Thrift Server-Client for laboratory work
-
Updated
Mar 11, 2017 - Java
RequestLocalTime to get a unique `requestedAt` throughout a request-response lifetime.
-
Updated
Feb 10, 2017 - Scala
How to work and utilise thrift RPC
-
Updated
Sep 3, 2019 - Python
An implementation of thrift-protocol with node.
-
Updated
Oct 12, 2018 - JavaScript
Apache Thrift
-
Updated
Jun 6, 2017 - PHP
-
Updated
May 24, 2019 - Makefile
-
Updated
Jun 26, 2018 - Go
Various Cache Implementation for Thrift Java server based on cache API
-
Updated
Apr 30, 2018
Apache Thrift Server exposes a SparkSQL JDBC/ODBC endpoint.
-
Updated
Apr 14, 2021 - Shell
Improve this page
Add a description, image, and links to the thrift-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thrift-server topic, visit your repo's landing page and select "manage topics."
AnnotatedServiceBindingBuilderandVirtualHostAnnotatedServiceBindingBuildercurrently don't share a common interface for its methods, such aspathPrefix()andexceptionHandlers(). This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interfaceAnnotatedServiceConfigSetters, we could prevent such a mistake.