Skip to content

ConduitIO/conduit-processor-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conduit Processor Examples

This repository contains two standalone processors that can be used in a Conduit pipeline, one uses the simple way to create a processor, the other uses the full processor approach.

To build the processors and get the WASM files, run make under the package containing the processor. The resulting WASM file will be created under the same package.

Example:

cd simple
make

For more details on how to build your own processor, how to run it, or how it works, check Standalone Processors.

Releases

No releases published

Packages

No packages published