Upgrade to Pro — share decks privately, control downloads, hide ads and more …

script your way to nosql

Avatar for mulderp mulderp
April 29, 2014

script your way to nosql

a talk on javascript talk at nosql matters 2014

Avatar for mulderp

mulderp

April 29, 2014
Tweet

More Decks by mulderp

Other Decks in Programming

Transcript

  1. Linux   Apache   MySQL   Perl  (or  PHP)  

    hBp://en.wikipedia.org/wiki/LAMP_(soHware_bundle)   ALTER table ...
  2. Data   Store   Client   API   stateless  

    URIs   resources   Today,  API‘s  vs  Clients   MV*  
  3. From JSON ... {! "director": "Matthew Vaughn",! "rating": 3.4,! "showtime":

    1388766180,! "description": „In grief and anger, Lensherr's magnetic power manifests .... ",! "title": "X-Men: First Class",! "id": 15,! "year": 2011,! "length": 132,! "genres": [! "Action",! "Adventure",! "Sci-Fi"! ]! }!
  4. ... to data „modules“ with event emitters to be exported

    Demo  let‘s  create  a  model