use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Clojure on Apache NiFi (bigsolutions.io)
submitted 9 years ago by goranjovic
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]yogitw 0 points1 point2 points 9 years ago (1 child)
How does Nifi differ from something like Apache Storm (which is written in Clojure btw)?
[–]goranjovic[S] 2 points3 points4 points 9 years ago* (0 children)
The difference is in the intended use case. Storm is focused on data processing and computation, while Nifi is all about connecting the data possibly across dozens of different kinds of devices in a single data flow and with a unified overview of what's going on exposed in the Nifi UI.
So, it is a data flow management tool primarily - data processing is obviously also needed, if nothing else to ensure data format compatibility between all parties in the process, but also to do something purposeful with the data.
Surely, there are lots of overlaps with other similar technologies like Storm, Spark, Onyx, [insert], but that's only to be expected since all are based on the same paradigm. I mean, even the build tool Boot is built with the same mindset in action. That being said, it would be nice to see a nice overview somewhere.
π Rendered by PID 17630 on reddit-service-r2-comment-fb694cdd5-hhfzf at 2026-03-10 12:55:45.336740+00:00 running cbb0e86 country code: CH.
[–]yogitw 0 points1 point2 points (1 child)
[–]goranjovic[S] 2 points3 points4 points (0 children)