Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 863 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 863 Bytes

Spoke

The universal data connector spoke.sh.

A local first development environment that brings a git like experience to data engineering and reactive applications.

notebook pipeline performance

Development

Start a nix dev shell

nix develop -c $SHELL

Install npm package:

nix run .#ui.install

Run the development server:

nix run .#ui.dev

Open http://localhost:3000 with your browser to see the result.

nix run .#ui.open

Build the spoke binary

nix build .#build-fast --no-sandbox

Run the spoke binary

nix run .#build-fast --no-sandbox

Authors

License

spoke is released under the MIT license