Skip to content

Instantly share code, notes, and snippets.

require 'zillabyte'
# A component that can crawl a domain 'on the fly' and determine the aggregated sentiment of that domain.
comp = Zillabyte.component("domain_sentiment")
# Input domain
stream = comp.inputs do
field "text", :string
end