You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
738 B
30 lines
738 B
The GoHBase Authors |
|
------------------- |
|
|
|
GoHBase ("gohbase") was originally written by Benoit Sigoure. |
|
|
|
All contributors are required to sign a "Contributor License Agreement" at |
|
http://opentsdb.net/contributing.html |
|
|
|
The following organizations and people have contributed at least 0.5% of the |
|
current code of GoHBase. |
|
(Please keep both lists sorted alphabetically.) |
|
|
|
|
|
Arista Networks, Inc. |
|
|
|
|
|
Andrey Elenskiy |
|
Benoit Sigoure |
|
|
|
|
|
|
|
This list can be obtained at any time with the following script: |
|
|
|
find src test -type f \ |
|
| while read i; do \ |
|
git blame -t $i 2>/dev/null; \ |
|
done \ |
|
| sed 's/^[0-9a-f]\{8\} [^(]*(\([^)]*\) [-+0-9 ]\{14,\}).*/\1/;s/ *$//' \ |
|
| awk '{a[$0]++; t++} END{for(n in a) if (a[n]*100.0/t > 0.5) print n}' \ |
|
| sort
|
|
|