0.4.0 • Published 7 years ago

@ibamboo/log v0.4.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
7 years ago

Bamboo Log

js-standard-style

bamboo Docker Automated build npm

Introduction

Bamboo is an IoT platfrom which is the product of three teams:

  • Nahal Corporation
  • Bambil Corporation
  • I1820 Platfrom Developers

Log

Log is any incoming data from sensors, Expected to be received periodically.

Up and Running

This component depends on influx db as permanent storage for logs. you can use docker version of this database with following command:

sudo docker run --rm --name=influx -ti -p 8086:8086 influxdb

After running influx you can run docker version of log component with env based configurations, or you can use plain version of log component with file based configurations.

Configuration

Environment NameJSON NameDescription
BAMBOO_DATABASE_NAMEdatabase.nameInfluxDB database name
BAMBOO_DATABASE_HOSTdatabase.hostInfluxDB host address
BAMBOO_CONNECTIVITY_HOSTconnectivity.hostBamboo connectivity host address
BAMBOO_CONNECTIVITY_PORTconnectivity.portBamboo connectivity port number
BAMBOO_HTTP_HOSThttp.hostHTTP server listening host
BAMBOO_HTTP_PORThttp.portHTTP server listening port
BAMBOO_WINSTOND_HOSTwinstond.hostWinstond host address
BAMBOO_WINSTOND_PORTwinstond.portWinstond port number