Skip to content

Instantly share code, notes, and snippets.

@prestonparris
Last active April 6, 2017 21:32
Show Gist options
  • Star 59 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save prestonparris/ec7597efd4d4977b54af to your computer and use it in GitHub Desktop.
Save prestonparris/ec7597efd4d4977b54af to your computer and use it in GitHub Desktop.
Notes from the 2015 React.js Conference

Reactjs conf 2015 Notes

  • Pete Hunt's talk
    • video
    • "shared mutable state is the root of all evil."
    • your app == derived data
    • save everything
    • rabbitmq -> flux server store
    • push state into distributed message queue
    • choose best data store for the question you are asking it
    • Directed acyclic graph
    • stream processing
    • difficult to make distributed system that is consistent, eventually consistent based on a log
    • CAP Theorem
    • Apache kafka
    • dont have stores talk to each other combine them
@znation
Copy link

znation commented Feb 1, 2015

Under Data viz, the link to GraphLab Canvas is not correct (it goes to the PowerGraph repository; those projects are not the same). GraphLab Canvas is not currently open source, so there is no GitHub link for it, but you are welcome to link to our user guide chapter or API documentation.

@prestonparris
Copy link
Author

@znation Ok, no problem, I just removed the link. Great talk btw!

@wildseansy
Copy link

Thanks for putting this together @prestonparris!

@msikma
Copy link

msikma commented Feb 3, 2015

Thanks a lot for the compilation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment