1.0.0 • Published 4 years ago
openlytics v1.0.0
Nodes
This repo contains:
nodes: They represent blocks that transform data, such as
source,sink, orjoin. Nodes have input(s), settings, and output(s).connectors: They talk to databases, such as
mysql,snowflake, ors3. Connectors are used by thesourceandsinknodes to communicate with databases.
Developing nodes
Attach to the
gatewaycontainer:docker exec -it gateway bashActivate the Python virtual env called
openlytics:source ~/openlytics/bin/activateYou can now work on the mounted
~/nodesfolder.
1.0.0
4 years ago