Published
Edited
May 14, 2019
1 fork
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
stream = highland(eternalIterable())
.flatMap(v => highland(formatPromise(v)))
Insert cell
formatPromise = v => bluebird.props({
v,
message: bluebird.delay(1000).return(`Current number is ${v}`)
})
Insert cell
Insert cell
Insert cell
moment = require('moment')
Insert cell
highland = require('highland@2.13.4/dist/highland.js')
Insert cell
bluebird = require('bluebird')
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more