Skip to content

rkulla/ratchet-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Ratchet examples, by Ryan Kulla.

Here you'll find the Go ETL framework examples to go along with my tutorial.

  • example1: Very basic Ratchet program. SQLReader and SQLWriter, no transformer.

  • example2: Uses a transformer.

  • example3: Simple branching pipeline.

  • example4: More complex branching pipeline / batcher.

  • example5: Dynamic SQLReader.

Usage

$ go get github.com/rkulla/ratchet-examples
$ cd example1
$ vim README  

Each example directory contains its own usage README and its own schema. So make sure you run each schema to populate the source databases first.

Ratchet and its dependencies are already vendored here, so you can get started right away and with a known stable version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages