Skip to content

sholavanalli/apache_thrift_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache thrift demo

Server

Install thrift to compile .thrift files. On mac OS use "brew install thrift".

To compile .thrift files run "thrift --gen java -out src/main/java src/thrift/QueryRemote.thrift" under thrift_server.

Do "gradle uploadArchives" to create a JAR artifact and deploy to local maven cache.

Run App.java to start the server.

Client

Run QueryClient.java in the client to interact with the server.

About

Demonstrates the use of apache thrift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published