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/
- Host: GitHub
- URL: https://github.com/nilsmagnus/bytearrays
- Owner: nilsmagnus
- Created: 2016-10-22T20:05:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T08:33:31.000Z (about 8 years ago)
- Last Synced: 2025-02-27T02:54:59.808Z (3 months ago)
- Language: Go
- Homepage:
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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