Live data from Hacker News

Viewing profile — XPherior

XPherior

HN member
Joined
Fri, Jan 13, 2012, 10:51 PM UTC
HN karma
160
Public activity
30 items

About XPherior

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. 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…

  6. story
  7. story
  8. story
  9. story
  10. 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…

  11. story
  12. story
  13. story
  14. story
  15. story
  16. 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…

  17. story
  18. story
  19. 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…

  20. 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…

  21. 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 …

  22. 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…

  23. 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.

  24. comment
    Comment #9157368

    Hi folks! I'm Michael Drogalis - the primary author. I'm happy to answer any questions.

  25. 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…