https://github.com/quansight/explore-vega
Explorations of vega graph
https://github.com/quansight/explore-vega
Last synced: 4 days ago
JSON representation
Explorations of vega graph
- Host: GitHub
- URL: https://github.com/quansight/explore-vega
- Owner: Quansight
- License: mit
- Created: 2019-04-15T17:49:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T01:23:56.000Z (about 7 years ago)
- Last Synced: 2025-03-10T15:17:08.612Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# explore-vega
The goal of this repo is to explore the Vega data flow graph.
The idea is to see if we can inspect it, and replace some nodes in it that compute data
with a new node that triggers a call to a database to do the computation in there.
There is an `index.js` file that imports vega libraries and tries out some
things on them.
```bash
python -m http.server
```