asg017 / dataflow

An experimental self-hosted Observable notebook editor, with support for FileAttachments, Secrets, custom standard libraries, and more!
https://alexgarcia.xyz/dataflow/
MIT License
382 stars 21 forks source link

Node API #6

Open asg017 opened 3 years ago

asg017 commented 3 years ago

Currently dataflow is a CLI that you install and use by itself, but I could see how a Node API would be useful. Here's some ideas of what could be exposed (and how users could use it):

knoopx commented 1 year ago

fyi running dataflow under electron with nodeIntegration: true is a quick way to achieve this