Thanks alex. Customized rest service is a nice approach. But it may be better to have an official solution, then the cross language bindings/drivers can be shared.
On Mon, Mar 31, 2014 at 10:50 PM, alex kamil <[email protected]> wrote: > ..and for high volume writes/data ingest you can use > kafka<http://kafka.apache.org/> > or gridgain <http://www.gridgain.org/> with a bunch of phoenix clients as > sinks > > > On Mon, Mar 31, 2014 at 10:15 AM, alex kamil <[email protected]> wrote: > > > you can just run a rest service (say on jboss on tomcat) which translates > > the client http requests (e.g. in json format) to sql calls to hbase via > > jdbc and return resultset as json back to client, it works like a charm > for > > us > > > > > > On Mon, Mar 31, 2014 at 6:17 AM, 何亮亮 <[email protected]> wrote: > > > >> In our company(Xiaomi), we are planning and investigating to add SQL > >> support over HBase. What we wish is to have a C/S mode solution instead > of > >> current embedded JDBC library like Phoenix. So I wondering is there a > >> short > >> term or lang term plan to add built-in support for Phoenix to run as a > >> server? > >> > >> -- > >> Thanks, > >> Liangliang > >> > > > > > -- Liangliang
