opencb / hpg-bigdata

This repository implements converters and tools for working with NGS data in HPC or Hadoop cluster
Apache License 2.0
17 stars 14 forks source link

Add REST server to parser and return the SparkSQL queries #56

Closed imedina closed 8 years ago

imedina commented 8 years ago

There three clients being implemented: Java, Paython and R. Spark SQL allows to query and filter files by using a SQL string. There should be one REST web services to parse ans return the queries for Python and R. This will save time and code will be easier to maintain.

imedina commented 8 years ago

This server should be implemented in a new command admin.