spoke-data/spoke
The universal data connector
1003b5cbfb3a745ec997327354d06cd0cc40bc41.tar.gz7b2fe7132256f248237b9b3715cd02c89ab6a627.tar.gzThe universal data connector spoke.sh.
A local first development environment that brings a git like experience to data engineering and reactive applications.
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
spoke is released under the MIT license