1.0.0 • Published 3 years ago

openlytics v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Nodes

This repo contains:

  • nodes: They represent blocks that transform data, such as source, sink, or join. Nodes have input(s), settings, and output(s).

  • connectors: They talk to databases, such as mysql, snowflake, or s3. Connectors are used by the source and sink nodes to communicate with databases.

Developing nodes

  1. Set up your dev box.

  2. Attach to the gateway container:

    docker exec -it gateway bash
  3. Activate the Python virtual env called openlytics:

    source ~/openlytics/bin/activate

    You can now work on the mounted ~/nodes folder.