The 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
- Alex Kwiatkowski - alex+git@fremantle.io
spoke
is released under the MIT license