8000 GitHub - james-bowman/pipeline: Example Go pipeline for feed processing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

james-bowman/pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipeline

This code makes the following assumptions:

  • Store is idempotent i.e. the same event can be delivered multiple times without any side effects
  • ID values increase according to time of creation i.e. newer events will have higher ID numbers
  • Previously published events will not be updated but will be published as new events with new IDs

About

Example Go pipeline for feed processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0