UNPKG
honeycomb
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
A hybrid data platform
github.com/BeeHiveCloud/honeycomb
BeeHiveCloud/honeycomb
honeycomb
/
lib
/
honeycomb.js
9 lines
(6 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
_ =
require
(
'lodash'
);
function
Honeycomb
(
){
this
.
Git
=
require
(
'./git'
);
this
.
MySQL
=
require
(
'./mysql'
); };
module
.
exports
=
Honeycomb
;