项目作者: kvh

项目描述 :
Functional reactive data pipelines
高级语言: Python
项目地址: git://github.com/kvh/snapflow.git
创建时间: 2020-05-19T20:27:01Z
项目社区:https://github.com/kvh/snapflow

开源协议:BSD 3-Clause "New" or "Revised" License

下载








Patterns - Build data systems from re-usable sql and python components


Installation

pip install patterns-devkit

Usage

patterns create graph mygraph

This will create an empty patterns graph:

  1. mygraph/
  2. graph.yml

Create a new python node:

  1. cd mygraph
  2. patterns create node mynode.py
  1. mygraph/
  2. graph.yml
  3. mynode.py

Upload

To deploy a graph, you must sign up for a patterns.app
account and login to authenticate the cli:

patterns login

Then you can upload your graph:

patterns upload

Other commands

You can see the full list of available cli commands:

  1. patterns --help