openzipkin / zipkin

Zipkin is a distributed tracing system
https://zipkin.io/
Apache License 2.0
16.95k stars 3.09k forks source link

HBase storage support #2429

Open MrLina opened 5 years ago

MrLina commented 5 years ago

I know zipkin-scala support Hbase-storge,But it dose not support in zipkin-Java. In really case,Es storge may has some performance problem in writing。usually ,we storge the data in hbase and the data need to search in es。 So,hope to support the Hbase-storge in zipkin-Java

codefromthecrypt commented 5 years ago

storage is a big burden to take on. I know naver pinpoint uses hbase.. has always used it.

if you want to try hbase you can clone this mongo project and rename things.. then start developing https://github.com/adriancole/zipkin-mongodb

if you need me to setup the seed project instead ask.. but it will be in personal account for starters as like I mentioned it is a big responsibility to have a storage option.