Skip to content

Nodestream

nodestream is a modern and simple framework for performing ETL into Graph Databases.

With nodestream you can enjoy:

  1. Building Fast: with a user friendly and extensible DSL.
  2. Fewer Bugs: because less code == less bugs.
  3. Robustness and Resilience: with battlehardend and optimized components.

Demo

Getting Started

Get started with our Tutorial.

Shell Completion

BASH - Ubuntu / Debian

Bash
1
nodestream completions bash | sudo tee /etc/bash_completion.d/nodestream.bash-completion

BASH - Mac OSX (with Homebrew "bash-completion")

Bash
1
nodestream completions bash > $(brew --prefix)/etc/bash_completion.d/nodestream.bash-completion

ZSH

Bash
1
2
3
mkdir ~/.zfunc
echo "fpath+=~/.zfunc" >> ~/.zshrc
nodestream completions zsh > ~/.zfunc/_test

FISH

Bash
1
nodestream completions fish > ~/.config/fish/completions/nodestream.fish