Skip to content

nla-is/datax-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataX SDK for Python

Install

Install the SDK using pip from git:

pip install git+https://github.com/nla-is/datax-python.git@v2.0.0-alpha.12

Usage

import datax

# initialize
dx = datax.DataX()

while True:
    # receive message
    stream, reference, message = dx.next()
    
    output = process(message)

    # publish message
    dx.emit(output, reference)

About

Python SDK for developing DataX applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published