Decode data in Hbase storage
I have a JanusGraph cluster and use Hbase storage. When i get data in Hbase, it can't read.
Who can help me decode data?
4 Replies
Data like below:
could someone with from @janusgraph take a look at this one please? This question might be better asked in the JanusGraph discord server if you don't get an answer here.
JanusGraph serializes your cells (column + value) using the layout explained in the documentation:
https://docs.janusgraph.org/advanced-topics/data-model/
In other words, those should be treated as bytes and not human readable values.
If you have more questions in the future about JanusGraph specifically, then you can also use the JanusGraph Discord server: https://discord.com/channels/981533699378135051/982243637868003429/987286590378364990
The questions channel there works exactly the same as here and you can probably reach more people with knowledge about JanusGraph there