#
thrift-server
Here are 26 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
hive
storage
jdbc
rest-api
engine
pyspark
udf
thrift-server
resource-manager
jobserver
application-manager
livy
job-execution
hive-table
linkis
context-service
scriptis
middle-end
-
Updated
Jun 24, 2020 - Scala
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
Jun 6, 2020 - Scala
Cloud-based SQL engine using SPARK where data is accessible as JDBC/ODBC data source via Spark ThriftServer.
-
Updated
Jul 12, 2017 - Java
Gatling third party plugin for thrift protocol.
-
Updated
Jul 19, 2018 - Scala
Hive-JDBC-Proxy是一个高性能的HiveServer2和Spark ThriftServer的代理服务,具备负载均衡、基于规则转发Hive JDBC Client的请求给到HiveServer2和Spark ThriftServer的能力。
-
Updated
Oct 30, 2019 - Scala
-
Updated
Jan 30, 2019 - PHP
A Mesos framework for long-running services, cron jobs, and ad-hoc jobs
-
Updated
Jun 27, 2020 - Java
Gatling Extension for JDBC or Spark Thrift Server stress tests
-
Updated
Apr 17, 2019 - 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
Jun 8, 2020 - Java
robot attachment viewer backend
docker
postgres
circleci
django
travis-ci
docker-compose
python3
jwt-authentication
thrift-server
rest-framework-jwt
-
Updated
Jun 26, 2020 - Python
RequestLocalTime to get a unique `requestedAt` throughout a request-response lifetime.
-
Updated
Feb 10, 2017 - Scala
Apache Thrift Server-Client for laboratory work
-
Updated
Mar 11, 2017 - Java
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
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."
In our codebase, we push
RequestContextand immediately run some code with try-with-resources.For example:
If
RequestContextprovidesrun(Runnable)orcall(Callable)we can reduce boilerplate code and simplify it.This is inspired by g