Viewing profile — XPherior
XPherior
HN member- Joined
- Fri, Jan 13, 2012, 10:51 PM UTC
- HN karma
- 160
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About XPherior
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #14849129
One of the authors here. The neat thing about this set up is that these streaming examples are executing against a real stream processor in the browser. The interactive examples we…
- story
- story
- story
- story
-
comment
Comment #14309642
Distributed Masonry uses Clojure to build Onyx [1], an open source distributed batch and streaming platform. We also build a realtime application platform named Pyroclast [2] direc…
- story
- story
- story
- story
- story
-
comment
Comment #10555344
We persist the IDs to disk with RocksDB itself when that happens, periodically pruning them away when the messages are complete. The Bloom filter is mostly an optimization - even t…
- story
- story
-
comment
Comment #9158640
Performance - wait until the 0.6.0 release. We'll be caught up with Storm by then. The tree model is being removed in 0.6.0 in favor of a vector of vectors (DAG), which allows mult…
-
comment
Comment #9158427
I wasn't aware that they're Thrift serializable - that's cool, and offers roughly what Onyx does in terms of its workflow representation. Onyx goes a little further though in terms…
-
comment
Comment #9158404
- Picking up Kafka means introducing another dependency. - Onyx's log doesn't grow particularly large because it's only used for coordination, not for messaging. - Because the log …
-
comment
Comment #9157809
I'll paraphrase a few snippets from my own documentation to answer these questions. Happy to comment more if needed. Information models are often superior to APIs, and almost alway…
-
comment
Comment #9157692
See: https://github.com/MichaelDrogalis/onyx/blob/0.5.x/doc/user-... These are all the things I wrote down that I wanted before I wrote the first line of code.
-
comment
Comment #9157368
Hi folks! I'm Michael Drogalis - the primary author. I'm happy to answer any questions.
-
comment
Comment #9157360
Hello, Michael Drogalis - the author here. I'm also not a Spark user, but I have used Storm: - Storm is significantly more mature and performant the moment. - Storm has a better cr…