Skip to content

bsm/feedx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedx

Go reference GitHub release Go Report Card License

Warning

Deprecated. The Go package is superseded by depot — the same object-storage data exchange with a smaller, generics-based API (Produce / Subscribe). New Go code should use depot; see its migration guide. feedx is in maintenance mode and receives no new features. The Ruby library below has no depot equivalent yet and remains here.

Feed-based data exchange between services.

Usage (Ruby)

require 'bfs/s3'
require 'feedx'

# Init a new producer with an S3 destination
relation = Post.includes(:author)
producer = Feedx::Producer.new relation, 's3://my-bucket/feeds/users.json.gz'

# Push a new feed every hour
loop do
  producer.perform
  sleep(3600)
end

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

3 watching

Forks

Packages

 
 
 

Contributors