Client-side utility to maintain an up-to-date hyperlocal context graph by consuming the real-time data stream from Pareto Anywhere APIs.
beaver.stream('', {})
beaver.on('error', (error) => console.log(error.message))
beaver.on('stats', (stats) => {})