An open API service indexing awesome lists of open source software.

https://github.com/nilsmagnus/bytearrays

Utils when working with hbase tsdbs, https://nilsmagnus.github.io/bytearrays/
https://github.com/nilsmagnus/bytearrays

Last synced: 3 months ago
JSON representation

Utils when working with hbase tsdbs, https://nilsmagnus.github.io/bytearrays/

Awesome Lists containing this project

README

        

# Bytearrays

A simple converter to convert byte-arrays from and to hbase format. Convenient if your data is stored as byte-array representation of long/string/doubles.

# Deployed

deployed at https://nilsmagnus.github.io/bytearrays/

# Run and build locally

You need gopherjs to run and build this project. Get it with "go get":

$ go get -v github.com/gopherjs/gopherjs


Run the app:

$ gopherjs serve -w

Build the app:

$ gopherjs build -m