..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 <alex.ka...@gmail.com> 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, 何亮亮 <lliang...@gmail.com> 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 >> > >