fluid
fluid copied to clipboard
Data-linked visualisations
Fluid: Language-integrated data provenance
Fluid is an experimental programming language which integrates a bidirectional dynamic analysis to connect outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.
Software required
- git
- yarn
yarn installto install application dependencies
Running the tests on the command line
- Install
ChromeHeadlessbinary yarn buildand thenyarn testfor core tests
Running the tests in the browser
- As per command-line tests above, but run
yarn test-browser - hit Debug in the browser window that opens, and then open Developer Tools or equivalent
Running the web app
yarn serve-appto build and serve app- open a browser at the served URL (usually
127.0.0.1:8080).